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

Ignore sexp or line? #37

Open
psionic-k opened this issue Jan 3, 2024 · 1 comment
Open

Ignore sexp or line? #37

psionic-k opened this issue Jan 3, 2024 · 1 comment

Comments

@psionic-k
Copy link

Like most linters, it really needs a switch to turn off a check on certain lines or sexps.

Would be happy if there was a simple comment at the end of an sexp to tell the linter to skip it, or turn the linter off for that line.

Deactivating checkers is not granular enough.

@hab25
Copy link

hab25 commented Feb 20, 2024

A very disruptive workaround that should be granular enough is for one to structure their code such that the "certain lines or sexps" are located in another file which will be excluded from that linter's scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants