-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rubocop #1124
Comments
That would be a great enhancement |
Agreed - this will be a huge help. |
While it seems daunting, the top offenses are:
and the worst offenders are:
So simply ignoring the code in the |
There is a plugin in atom that fixes automatically by file, I don't know if it can be done in the command line. The only downside of this is that all the PRs will have conflicts, but this should be done sometime. |
There is definitely a builtin It might not create as many conflicts as you think... the autocorrect opotion on |
Consider also gem 'rubocop', require: false
gem 'guard-rubocop' |
@MaicolBen Hello. We added many changes to realize this enhancement. We didn't cover it totally, but most. I think future work should be carried on as usual for pull requests. |
agreed |
This will improve remarkably the quality of the repo, but currently, there are 2563 issues on rubocop, so it will take a while, this can be done by parts (folders or whatever group of files).
The text was updated successfully, but these errors were encountered: