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
$ rubocop test.rb
Inspecting 1 file
An error occurred while Style/MultilineMethodCallIndentation cop was inspecting /home/jan/Desktop/test.rb.
To see the complete backtrace run rubocop -d.
.
1 file inspected, no offenses detected
1 error occurred:
An error occurred while Style/MultilineMethodCallIndentation cop was inspecting /home/jan/Desktop/test.rb.
Errors are usually caused by RuboCop bugs.
Please, report your problems to RuboCop's issue tracker.
Mention the following information in the issue report:
0.38.0 (using Parser 2.3.0.6, running on ruby 2.3.0 x86_64-linux)
Steps to reproduce the problem
Given a file called test.rb:
deffoo
!0.nil?end
Run:
$ rubocop test.rb
The problem seems to be with the negation of the first line.
Expected behavior
Rubocop throws no error messages
Actual behavior
Steps to reproduce the problem
Given a file called
test.rb
:Run:
The problem seems to be with the negation of the first line.
RuboCop version
The text was updated successfully, but these errors were encountered: