vasconsaurus / produce_in_season

0 stars 0 forks source link

[#11] Add Rubocop #12

Closed tcione closed 2 years ago

tcione commented 2 years ago

closes #11

Rubocop is a Ruby code linter and formatter, which makes incredibly easy for us to maintain a consistent Ruby style throughout the application.

In this PR I'm not only introducing the gem, but also adding some configuration and fixing all existing offenses.

To run rubocop localle: bundle exec rubocop