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
$ cat a.rb a_42 = 1 $ rubocop a.rb --only Style/VariableNumber Inspecting 1 file . 1 file inspected, no offenses detected
$ cat a.rb a_42 = 1 $ rubocop a.rb --only Style/VariableNumber Inspecting 1 file C Offenses: a.rb:1:1: C: Style/VariableNumber: Use snake_case for variable numbers. a_42 = 1 ^^^^ 1 file inspected, 1 offense detected
See above
$ rubocop -V 0.44.1 (using Parser 2.3.1.4, running on ruby 2.2.5 x86_64-darwin15)
The text was updated successfully, but these errors were encountered:
[rubocop#3650] Fix the checks for variables in VariableNumber
d5d1586
[#3650] Fix the checks for variables in VariableNumber
d0231cb
This issue can be closed: #3653 😉
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected behavior
Actual behavior
Steps to reproduce the problem
See above
RuboCop version
The text was updated successfully, but these errors were encountered: