Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cli_lint_errors_count to java (#1820)
In order to parse the amount of errors Checkstyle finds, we need to tell the parser which type of message the linter responds with. In case of checkstyle, it has a message like Checkstyle ends with ([0-9]+) errors which corresponds to `regex_number`. Otherwise megalinter will respond always with 1.
- Loading branch information