Skip to content
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

Conversation

niss36
Copy link
Contributor

@niss36 niss36 commented Jul 2, 2024

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.

Copy link

graphite-app bot commented Jul 2, 2024

Your org has enabled the Graphite merge queue for merging into main

Add 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.

@github-actions github-actions bot added the A-linter Area - Linter label Jul 2, 2024
Copy link

codspeed-hq bot commented Jul 3, 2024

CodSpeed Performance Report

Merging #4034 will not alter performance

Comparing niss36:feat/linter/unicorn/no-negation-in-equality-check (fd97ee1) with main (e32b4bc)

Summary

✅ 28 untouched benchmarks

@Boshen Boshen requested a review from mysteryven July 3, 2024 15:42
@niss36 niss36 requested a review from mysteryven July 4, 2024 11:06
Copy link
Contributor

@mysteryven mysteryven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@mysteryven mysteryven merged commit bf04dee into oxc-project:main Jul 4, 2024
25 checks passed
@niss36
Copy link
Contributor Author

niss36 commented Jul 4, 2024

Thank you! 😄

This was referenced Jul 7, 2024
Boshen added a commit that referenced this pull request Jul 7, 2024
## [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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(linter): unicorn/no-negation-in-equality-check
2 participants