-
-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Right now they only report bugs which is what appears in the reporters:
megalinter/megalinter/Linter.py
Line 130 in 17a5dad
self.cli_lint_errors_count = None |
megalinter/megalinter/Linter.py
Line 1381 in 17a5dad
def get_total_number_errors(self, stdout: str): |
It would be nice to enable that at least warnings are also reported and evaluate if we want some severity level more. Warning severity level is standard, the rest depends on each linter because vale
linter has “suggestion” level but there are others that will not have it or will be called differently.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request