Skip to content

Commit

Permalink
Issue #129: upgrade to checkstyle 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 29, 2017
1 parent 95d8f5e commit 60a6d03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This plugin provides coding rules from [Checkstyle](http://checkstyle.sourceforg

Checkstyle Plugin|Sonar|Checkstyle|Jdk
-----------------|-----|----------|---
4.4|5.6.6|8.4|1.8
4.3|5.6.6|8.3|1.8
4.2|5.6.6|8.2|1.8
4.1|5.6.6|8.1|1.8
Expand Down
2 changes: 2 additions & 0 deletions checkstyle-sonar-plugin/config/sevntu_suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<suppress checks="ForbidAnnotation" files=".*[\\/]src[\\/]main[\\/]"/>

<suppress checks="ForbidAnnotation" files=".*[\\/]src[\\/]test[\\/]"/>
<suppress checks="AvoidModifiersForTypes" files=".*[\\/]src[\\/]main[\\/]"/>
<!-- END of legacy code -->


Expand All @@ -18,6 +19,7 @@
<!-- till https://github.com/checkstyle/sonar-checkstyle/issues/135 -->
<suppress checks="MultipleStringLiteralsExtended" files="CheckstylePlugin\.java"/>


<!-- Tone down the checking for test code -->
<suppress checks="MultipleStringLiteralsExtended" files=".*[\\/]src[\\/]test[\\/]"/>
<suppress checks="ForbidCCommentsInMethods" files=".*[\\/]src[\\/]test[\\/]"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</ciManagement>

<properties>
<checkstyle.version>8.3</checkstyle.version>
<checkstyle.version>8.4</checkstyle.version>
<sonar.version>5.6.6</sonar.version>
<sonar-java.version>3.7</sonar-java.version>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 60a6d03

Please sign in to comment.