You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't necessarily mean that we need to agree with all the rules enforced by rubocop. However, I find useful to have a consistent style in the codebase after we agree on which rules to use.
I would suggest to add some basic configuration and the run rubocop --auto-gen-config. This will generate a .rubocop_todo.yml which tracks the offences. Then we could gradually fix them.
WDYT?
The text was updated successfully, but these errors were encountered:
What do you think about adding
rubocop
(http://rubocop.readthedocs.io/en/latest/) to check the style of the codebase?It doesn't necessarily mean that we need to agree with all the rules enforced by
rubocop
. However, I find useful to have a consistent style in the codebase after we agree on which rules to use.I would suggest to add some basic configuration and the run
rubocop --auto-gen-config
. This will generate a.rubocop_todo.yml
which tracks the offences. Then we could gradually fix them.WDYT?
The text was updated successfully, but these errors were encountered: