gnodet commented on pull request #477:
URL: https://github.com/apache/maven/pull/477#issuecomment-857962364


   The problem with checkstyle is that using the error level as a violation 
means info and warnings will be ignored. Unfortunately, those are only ignored 
by the plugin, but checkstyle still see the violations and does not cache the 
results for files that contains such violations. We need to use info level and 
some real suppressions so that all files can be cached correctly.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to