-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
feat(linter): implement unicorn/no-negation-in-equality-check #4034
feat(linter): implement unicorn/no-negation-in-equality-check #4034
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
CodSpeed Performance ReportMerging #4034 will not alter performanceComparing Summary
|
crates/oxc_linter/src/snapshots/no_negation_in_equality_check.snap
Outdated
Show resolved
Hide resolved
crates/oxc_linter/src/rules/unicorn/no_negation_in_equality_check.rs
Outdated
Show resolved
Hide resolved
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.
Nice work!
Thank you! 😄 |
## [0.5.3] - 2024-07-07 ### Features - 1681b11 linter: Eslint-plugin-jest/consistent-test-it (#4053) (cinchen) - 6876490 linter: Add rule no-undefined (#4041) (jordan boyer) - bf04dee linter: Implement unicorn/no-negation-in-equality-check (#4034) (Nissim Chekroun) - aa45604 linter/eslint: Implement no-multi-str (#4038) (Jelle van der Waa) ### Bug Fixes - 7b2dc3b linter: Fix panic in import/namespace (#4080) (Boshen) Co-authored-by: Boshen <[email protected]>
Fixes #3869
Hey there, thought I'd give this a try as it's tagged "good first issue" :) Let me know if there's anything that needs to change, I wasn't sure about the rule category so left as TODO.