-
-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
Description
Problems to solve
This project doesn't have a coding style guideline or linters. This causes two problems:
- It is too cumbersome to manually find simple coding style issues (for both contributors and reviewers).
- Different tastes in coding styles between contributors can lead to inconsistencies and confuse new contributors.
Possible solutions
- Add RuboCop to this project (and check code in CI?)
Possible risks
- The default RuboCop rules might be too strict or controversial?
- Starting from the minimum rules will be better.
- Link: https://www.rubypigeon.com/posts/my-beef-with-rubocop/
Links
- Originally proposed by @vbrazo at Prime number ruby program implementation #112 (review)
jsca-kwok