elharo opened a new issue, #656:
URL: https://github.com/apache/maven-checkstyle-plugin/issues/656
### Affected version
HEAD
### Bug description
Resolve this todo in DefaultCheckstyleExecutor
```
if (request.isFailsOnError()) {
// TODO: should be a failure, not an error. Report is not
meant to
// throw an exception here (so site would
// work regardless of config), but should record this
information
throw new CheckstyleExecutorException(message.toString());
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]