Skip to content

Commit

Permalink
Bump checkstyle from 6.17 to 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and nygrenh committed Jul 16, 2019
1 parent 829d408 commit 2edcf08
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 24 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>build-tools</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
<name>build-tools</name>

<!-- Deploy to maven.testmycode.net/nexus -->
Expand Down
9 changes: 0 additions & 9 deletions build-tools/src/main/resources/checkstyle/tmc-checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
<property name="tokens" value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
</module>
<module name="NeedBraces"/>
<module name="LeftCurly">
<property name="maxLineLength" value="100"/>
</module>
<module name="RightCurly"/>
<module name="RightCurly">
<property name="option" value="alone"/>
Expand Down Expand Up @@ -153,12 +150,6 @@
</module>
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
<module name="CustomImportOrder">
<property name="thirdPartyPackageRegExp" value=".*"/>
<property name="specialImportsRegExp" value="^fi.helsinki"/>
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="customImportOrderRules" value="STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"/>
</module>
<module name="MethodParamPad"/>
<module name="OperatorWrap">
<property name="option" value="NL"/>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
<packaging>pom</packaging>
<name>tmc-langs</name>
<url>http://testmycode.net</url>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.17</version>
<version>8.18</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -113,12 +113,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.16</version>
<version>3.1.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.17</version>
<version>8.18</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<version>3.1.0</version>
<inherited>true</inherited>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>tmc-langs</artifactId>
<groupId>fi.helsinki.cs.tmc</groupId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-make/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-notests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-python3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-qmake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-r/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>
<artifactId>tmc-langs-r</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tmc-langs-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>tmc-langs</artifactId>
<version>0.7.15-SNAPSHOT</version>
<version>0.7.16-SNAPSHOT</version>
</parent>
<artifactId>tmc-langs-util</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 2edcf08

Please sign in to comment.