You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bm...@apache.org on 2020/12/08 09:43:50 UTC

[maven-checkstyle-plugin] branch master updated (7688eb9 -> b259e84)

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


    from 7688eb9  [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle.
     add b259e84  [MCHECKSTYLE-385] Violation should be a value class

No new revisions were added by this update.

Summary of changes:
 .../checkstyle/CheckstyleViolationCheckMojo.java   | 137 ++++++++----
 .../apache/maven/plugins/checkstyle/Violation.java | 229 +++++++++++++++++++++
 2 files changed, 323 insertions(+), 43 deletions(-)
 create mode 100644 src/main/java/org/apache/maven/plugins/checkstyle/Violation.java