Skip to content

Commit e53c73b

Browse files
committed
pom.xml(maven-checkstyle-plugin): update to 2.16
This change also updates Checkstyle to 6.2 @see http://blog.soebes.de/blog/2015/07/20/apache-maven-checkstyle-plugin-version-2-dot-16-released/ No functional changes.
1 parent 5e747f1 commit e53c73b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<jasmine.plugin.version>1.3.1.6</jasmine.plugin.version>
5656
<failsafe.plugin.version>2.18.1</failsafe.plugin.version>
5757
<license.plugin.version>1.9.0</license.plugin.version>
58-
<checkstyle.plugin.version>2.15</checkstyle.plugin.version>
58+
<checkstyle.plugin.version>2.16</checkstyle.plugin.version>
5959
<pmd.plugin.version>3.4</pmd.plugin.version>
6060
<jacoco.plugin.version>0.7.4.201502262128</jacoco.plugin.version>
6161
<coveralls.plugin.version>2.2.0</coveralls.plugin.version>

src/main/config/checkstyle.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@
208208
<module name="InnerAssignment"/>
209209
<module name="MagicNumber"/>
210210
<module name="MissingSwitchDefault"/>
211-
<module name="RedundantThrows"/>
212211
<module name="SimplifyBooleanExpression"/>
213212
<module name="SimplifyBooleanReturn"/>
214213
<module name="ParameterAssignment"/>
@@ -224,7 +223,6 @@
224223
<module name="IllegalCatch"/>
225224
<module name="ArrayTrailingComma"/>
226225
<module name="MultipleStringLiterals"/>
227-
<module name="JUnitTestCase"/>
228226
-->
229227

230228
<!-- Checks for class design -->

0 commit comments

Comments
 (0)