You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Style/SymbolProc cop will crash when it encounters a line of code which looks like:
coll.map{ |s| bare_method}
Crash message is:
An error occurred while Style/SymbolProc cop was inspecting /Users/shaun/tmp/test.rb
undefined method `type' for nil:NilClass
/Users/shaun/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rubocop-0.26.0/lib/rubocop/cop/style/symbol_proc.rb:36:in `on_block'
The Style/SymbolProc cop will crash when it encounters a line of code which looks like:
Crash message is:
Pull request incoming...
The text was updated successfully, but these errors were encountered: