Skip to content
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

How should we handle RuboCop's autocorrect feature? #3

Open
nickserv opened this issue Aug 7, 2015 · 1 comment
Open

How should we handle RuboCop's autocorrect feature? #3

nickserv opened this issue Aug 7, 2015 · 1 comment

Comments

@nickserv
Copy link
Member

nickserv commented Aug 7, 2015

RucoCop has an autocorrect feature which can automatically fix most code style issues when you run rubocop --auto-correct. It seems like if we run it in this repo, the vast majority of code style issues will be fixed. Should we try to mention this feature, but still leave manually fixing issues as an exercise to the reader so they understand how they should write Ruby code in the valid RuboCop style?

@paradime
Copy link
Contributor

paradime commented Apr 8, 2016

You can't complete the project by running -a, you have to manually fix some stuff. I think that you should be rewarded if you read through the documentation and find it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants