-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
add white list for NamePrefixBlacklist #1825
Comments
Yeah, this makes sense. Something like this would be useful for |
Just opening a PR with |
i don't know if its possible but i think there should be a whitelist check for all methods which are defined in parent classes/modules in case of overloading/overwriting of them (and the should be already reported in the parent class if they are part of the project too) |
Hmm, interesting idea. @bbatsov @jonas054 @rrosenblum What do you think of automatically whitelisting predicate methods which are known to exist in a parent class/module? |
This will be extremely hard to track down with our current approach which doesn't keep track of any file state. After all, the parent classes will likely be in other files. |
It can be just empty. I have the feeling many people would put |
i found after running rubocop on some of my gist files that it does have problems with defining "is_a?"
https://gist.github.com/Hanmac/4619845
The text was updated successfully, but these errors were encountered: