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

Custom linter: Let custom linter run all checks even if the check before failed. #95

Open
Fuzzy2319 opened this issue Jun 16, 2024 · 2 comments

Comments

@Fuzzy2319
Copy link
Contributor

Group all the error messages in one pass instead of printing them one at a time.

@LynxDev2
Copy link
Contributor

Doesn’t this already happen?

@MonsterDruide1
Copy link
Owner

Not on all checks. When starting to work on the custom linter, I intended it to only output one error at a time, to avoid false positives due to the logic being thrown off by the first reported error, but ... some checks are more robust and can recover after a failure, so it's pretty inconsistent at the moment. Some checks immediately stop after finding a single faulty instance, some continue within the same file.

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

3 participants