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

Oxlint -D all doesn't seem to trigger all rules - unclear documentation #3944

Closed
bartekleon opened this issue Jun 27, 2024 · 1 comment
Closed
Assignees
Labels
A-linter Area - Linter C-bug Category - Bug

Comments

@bartekleon
Copy link

Did:
npx oxlint -D all
got: Finished in 1.4s on 29 files with 243 rules using 16 threads.
Apparently there should be 376 rules (according to https://oxc.rs/docs/guide/usage/linter/rules.html), so a lot seems to be is missing.

There is mismatch between https://oxc.rs/docs/guide/usage/linter/rules.html and #479

For example these are in rules, but in issues it doesn't say they are implemented
image

You write "The progress of all rule implementations is tracked #481."
So I assume rules on site is what You plan to implement, but this is just very misleading/confusing.

Maybe add another collumn on website with progress on the rules and add a counter on how many rules are implemented? Otherwise one need to look into ~10 issues to check which are implemented and which are not.

@bartekleon bartekleon added the C-bug Category - Bug label Jun 27, 2024
@DonIsaac DonIsaac added the A-linter Area - Linter label Jun 29, 2024
@Boshen Boshen self-assigned this Jun 29, 2024
@dalisoft
Copy link

dalisoft commented Jul 5, 2024

@bartekleon Try npx oxlint -D all --import-plugin --jest-plugin --jsdoc-plugin --jsx-a11y-plugin --nextjs-plugin --react-perf-plugin

@Boshen Boshen closed this as completed in 955a4b4 Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter C-bug Category - Bug
Projects
None yet
Development

No branches or pull requests

4 participants