Skip to content

It is difficult to customize lint rules #9314

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

Closed
ityuany opened this issue Feb 24, 2025 · 1 comment
Closed

It is difficult to customize lint rules #9314

ityuany opened this issue Feb 24, 2025 · 1 comment
Labels
C-enhancement Category - New feature or request

Comments

@ityuany
Copy link

ityuany commented Feb 24, 2025

Because using macros to declare all the rules, when I try to call crate oxc linter directly. Can not add custom rules when run

declare_all_lint_rules

@ityuany ityuany added the C-enhancement Category - New feature or request label Feb 24, 2025
@Boshen
Copy link
Member

Boshen commented Feb 27, 2025

The primary focus of our linter is to deliver features to end users via the binary application oxlint.

At present, we are unable to accommodate changes that fall outside of this scope, such as modifying our linter infrastructure for consumption as a crate.

Your available options are:


You have already made similar requests:

Please do not create similar issues that will increase our maintenance burden, thank you for your understanding.

@Boshen Boshen closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category - New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants