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
~/code/rubocop$ grep -iro "autocorrect" . | wc -l 1971 ~/code/rubocop$ grep -iro "auto-correct" . | wc -l 1551
Both autocorrect and auto-correct are used frequently in RuboCop. Should we be consistent? If so, which one?
autocorrect
auto-correct
Any change should only affect comments and other string content, not method names.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Both
autocorrect
andauto-correct
are used frequently in RuboCop. Should we be consistent? If so, which one?Any change should only affect comments and other string content, not method names.
The text was updated successfully, but these errors were encountered: