-
-
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
False positive for Lint/ToEnumArguments
#12746
Labels
Comments
koic
added a commit
to koic/rubocop
that referenced
this issue
Mar 6, 2024
Fixes rubocop#12746. This PR fixes a false positive for `Lint/ToEnumArguments` when enumerator is created for another method in no arguments method definition.
koic
added a commit
to koic/rubocop
that referenced
this issue
Mar 6, 2024
Fixes rubocop#12746. This PR fixes a false positive for `Lint/ToEnumArguments` when enumerator is created for another method in no arguments method definition.
8 tasks
koic
added a commit
to koic/rubocop
that referenced
this issue
Mar 6, 2024
Fixes rubocop#12746. This PR fixes a false positive for `Lint/ToEnumArguments` when enumerator is created for another method in no arguments method definition.
koic
added a commit
to koic/rubocop
that referenced
this issue
Mar 6, 2024
Fixes rubocop#12746. This PR fixes a false positive for `Lint/ToEnumArguments` when enumerator is created for another method in no arguments method definition.
bbatsov
pushed a commit
that referenced
this issue
Mar 6, 2024
Fixes #12746. This PR fixes a false positive for `Lint/ToEnumArguments` when enumerator is created for another method in no arguments method definition.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems a bit odd to have the call pass all arguments even though there are no arguments.
Expected behavior
No Offence
Actual behavior
Steps to reproduce the problem
see Actual behavior
RuboCop version
The text was updated successfully, but these errors were encountered: