-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
An error occurred while Rails/Blank cop was inspecting #4179
Comments
Looks like a duplicate of #4171. |
Thank @andreaswachowski and sorry: I forgot to search in closed issues 😞 |
Works fine on master branch. |
It seems like I still have problems. I updated issue details (code snippet and backtrace) above. |
@Drenmi could you please take a look? |
I have same issue.
|
I get the same error because I'm using
I can fix it by:
|
…is a naked falsiness check
Thanks Ryan, I will try it tomorrow! |
Hi,
I have few code snippet which somehow makes Rubocop to fail.
Expected behavior
I expect Rubocop not to fail and just report offense.
Actual behavior
Rubocop fails with the following backtrace:
Steps to reproduce the problem
Errors happen within my project. If I would just copy and paste those snippets in new dummy folder Rubocop would work just fine.
Is it something wrong with my configuration?
RuboCop version
Include the output of
rubocop -V
. Here's an example:The text was updated successfully, but these errors were encountered: