-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Update: add a fixer for certain statically-verifiable eqeqeq
cases
#7389
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
Conversation
@not-an-aardvark, thanks for your PR! By analyzing the history of the files in this pull request, we identified @alberto, @sstur and @ilyavolodin to be potential reviewers. |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
should we mention in docs abt the only case we are fixing? |
LGTM |
Good idea, added a note to the docs. |
3a944f0
to
a6b6955
Compare
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[x] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:
What changes did you make? (Give an overview)
This adds a fixer for certain specific cases of
eqeqeq
.Only cases that can be statically verified to be the same type are fixed. (This uses the same logic as the rule's
"smart"
option).Is there anything you'd like reviewers to focus on?
Nothing in particular.