-
-
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 Naming/BinaryOperatorParameterName detection #8664
Labels
Comments
8 tasks
koic
added a commit
to koic/rubocop
that referenced
this issue
Sep 8, 2020
…ameterName` Fixes rubocop#8664. This PR fixes a false positive for `Naming/BinaryOperatorParameterName` when naming multibyte character method name.
bbatsov
pushed a commit
that referenced
this issue
Sep 8, 2020
jmkoni
pushed a commit
to standardrb/standard
that referenced
this issue
Sep 16, 2020
…en fixed * Update Rubocop from [0.90](https://github.com/rubocop-hq/rubocop/releases/tag/v0.90.0) to [0.91](https://github.com/rubocop-hq/rubocop/releases/tag/v0.91.0), enabling: * [`Lint/UselessTimes`](rubocop/rubocop#8702) * [`Layout/BeginEndAlignment`](rubocop/rubocop#8628) * [`Lint/ConstantDefinitionInBlock`](rubocop/rubocop#8707) * [`Lint/IdentityComparison`](rubocop/rubocop#8699) re-enabling after bug fixes: * [`Bundler/DuplicatedGem`](rubocop/rubocop#8666) * [`Naming/BinaryOperatorParameterName`](rubocop/rubocop#8664)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Naming/BinaryOperatorParameterName detected in a method that is not a binary operator
última_vez_supergrupo is not an operator, just a regular method
Expected behavior
Any detection
Actual behavior
A false positive detection
Steps to reproduce the problem
Create a method that its name is última_vez_supergrupo
RuboCop version
The text was updated successfully, but these errors were encountered: