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
This exception occurs when rubocop is scanning a file with -a and that file contains a method definition without parens (e.g. def foo bar, baz). That condition alone is not enough to set it off, so this is some kind of interaction. In addition, the same exact file does not generate this exception in rubocop 0.15.0.
Sorry this isn't more helpful, I tried to repro with a smaller case and failed :(
The text was updated successfully, but these errors were encountered:
This exception occurs when rubocop is scanning a file with
-a
and that file contains a method definition without parens (e.g.def foo bar, baz
). That condition alone is not enough to set it off, so this is some kind of interaction. In addition, the same exact file does not generate this exception in rubocop 0.15.0.Sorry this isn't more helpful, I tried to repro with a smaller case and failed :(
The text was updated successfully, but these errors were encountered: