You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Group all the error messages in one pass instead of printing them one at a time.
The text was updated successfully, but these errors were encountered: