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
rubocop 0.35.1 errors when parsing this file: https://github.com/theforeman/smart-proxy/blob/develop/modules/puppet_proxy/class_scanner_eparser.rb
Specifically this bit:
def find_CallNamedFunctionExpression o if o.lambda do_find(o.lambda) end end
It looks like "o.lambda" is getting misinterpreted as a lambda.
Full traceback: https://gist.github.com/brandonweeks/e3684b4b882b2b378793 Test case (credit @domcleal): https://gist.github.com/domcleal/e792c526eed7275f6b4b
0.35.1 (using Parser 2.2.3.0, running on ruby 2.2.3 x86_64-darwin14)
The text was updated successfully, but these errors were encountered:
Test case (credit @domcleal): https://gist.github.com/domcleal/e792c526eed7275f6b4
https://gist.github.com/domcleal/e792c526eed7275f6b4b
Sorry, something went wrong.
4635cc7
Merge pull request #2468 from domcleal/2451-lambda-methods
43a2a5e
[Fix #2451] Don't treat method calls named 'lambda' as lambdas
No branches or pull requests
rubocop 0.35.1 errors when parsing this file: https://github.com/theforeman/smart-proxy/blob/develop/modules/puppet_proxy/class_scanner_eparser.rb
Specifically this bit:
It looks like "o.lambda" is getting misinterpreted as a lambda.
Full traceback: https://gist.github.com/brandonweeks/e3684b4b882b2b378793
Test case (credit @domcleal): https://gist.github.com/domcleal/e792c526eed7275f6b4b
The text was updated successfully, but these errors were encountered: