-
-
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
MemoizedInstanceVariableName cop suggests syntactically invalid instance variable for predicate methods. #5670
Labels
Comments
pocke
added a commit
to pocke/rubocop
that referenced
this issue
Mar 14, 2018
8 tasks
This was referenced Mar 21, 2018
This was referenced Mar 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Continuation of #5648
Expected behavior
It should not suggest replacing
@full_name
with@full_name!
Actual behavior
Rubocop wants me to change the instance variable to
@full_name!
, which is not valid.Steps to reproduce the problem
RuboCop version
0.53.0
The text was updated successfully, but these errors were encountered: