We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
# encoding: utf-8 puts 'hi' while gets
result:
$ rubocop -v 0.8.0 $ rubocop test.rb == test.rb == C: 2: Favor modifier while/until usage when you have a single-line body. 1 file inspected, 1 offence detected
Rubocop ignores that i indeed switched to the modifier form and continues to complain
The text was updated successfully, but these errors were encountered:
332cd3c
No branches or pull requests
Hi
result:
Rubocop ignores that i indeed switched to the modifier form and continues to complain
The text was updated successfully, but these errors were encountered: