-
Notifications
You must be signed in to change notification settings - Fork 206
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
Excessive number of warnings from code_on_top_scope #579
Comments
@paran1 Nice! Can you confirm what version you are on, and if you are pulling from rubygems or a git reference/HEAD? |
Oh, sorry! I am at current master (041b430), but the behaviour is the same on 3.0.0. Previous versions didn't include this check. |
I just realized that 3.0.0 is a branch rather than a tagged version, so please ignore that. This check is not in any released version. |
This does seem excessive. I opened #590 to disable this by default 1) because it's a change to the default plugins that does not match a style guide reference and 2) it probably needs updated to generate one warning per line, not token. |
Closed via #590 |
Expected number of warnings: 1
Actual number of warnings: 3
Of course the amount of warnings explode further for example if you assign a global variable using a selector.
The text was updated successfully, but these errors were encountered: