Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kavignon/adventofcode

Contains my solutions for the Advent of Code problems
https://github.com/kavignon/adventofcode

Last synced: 17 days ago
JSON representation

Contains my solutions for the Advent of Code problems

Awesome Lists containing this project

README

        

# AdventOfCode

## Summary

This repository hosts the solutions and the approaches that I've used to go through the Advent of code challenges.

## Environment setup

### Ruby

This is the listed environment I've chosen for myself while solving the problems with Ruby:

- Language version: 3.1.2 (while waiting 3.2 is released)
- Gradual type checker: [Sorbet](https://sorbet.org)
- Testing framework: [RSpec](http://rspec.info)
- Code formatter: [Syntax Tree](https://github.com/ruby-syntax-tree/syntax_tree)
- Linters:
- [rubocop](https://rubocop.org)
- [rubocop-performance](https://github.com/rubocop/rubocop-performance)
- [rubocop-sorbet](https://github.com/Shopify/rubocop-sorbet)
- [rubocop-rspec](https://github.com/rubocop/rubocop-rspec)
- [gemfilelint](https://github.com/rubocop/rubocop-rspec)