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
There are some false positive when class have methods that defined by define_method. I dig a little deeper and found out that interesting_nodes (https://github.com/railsbp/rails_best_practices/blob/master/lib/rails_best_practices/prepares/model_prepare.rb#L9) doesn't contain any symbols for that. It probably must have :method_add_block, but I can not clear up yet how to fetch method name in this case.
define_method
interesting_nodes
:method_add_block
Most likely this issue #273 is bound to that too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some false positive when class have methods that defined by
define_method
. I dig a little deeper and found out thatinteresting_nodes
(https://github.com/railsbp/rails_best_practices/blob/master/lib/rails_best_practices/prepares/model_prepare.rb#L9) doesn't contain any symbols for that. It probably must have:method_add_block
, but I can not clear up yet how to fetch method name in this case.Most likely this issue #273 is bound to that too.
The text was updated successfully, but these errors were encountered: