Skip to content

Commit 9d0500f

Browse files
dependabot[bot]nygrenh
authored andcommitted
Bump checkstyle from 6.17 to 8.18
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 6.17 to 8.18. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-6.17...checkstyle-8.18) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 829d408 commit 9d0500f

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

build-tools/src/main/resources/checkstyle/tmc-checkstyle.xml

-9
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
<property name="tokens" value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
5757
</module>
5858
<module name="NeedBraces"/>
59-
<module name="LeftCurly">
60-
<property name="maxLineLength" value="100"/>
61-
</module>
6259
<module name="RightCurly"/>
6360
<module name="RightCurly">
6461
<property name="option" value="alone"/>
@@ -153,12 +150,6 @@
153150
</module>
154151
<module name="OverloadMethodsDeclarationOrder"/>
155152
<module name="VariableDeclarationUsageDistance"/>
156-
<module name="CustomImportOrder">
157-
<property name="thirdPartyPackageRegExp" value=".*"/>
158-
<property name="specialImportsRegExp" value="^fi.helsinki"/>
159-
<property name="sortImportsInGroupAlphabetically" value="true"/>
160-
<property name="customImportOrderRules" value="STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"/>
161-
</module>
162153
<module name="MethodParamPad"/>
163154
<module name="OperatorWrap">
164155
<property name="option" value="NL"/>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.puppycrawl.tools</groupId>
5555
<artifactId>checkstyle</artifactId>
56-
<version>6.17</version>
56+
<version>8.18</version>
5757
</dependency>
5858

5959
<dependency>
@@ -113,12 +113,12 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-checkstyle-plugin</artifactId>
116-
<version>2.16</version>
116+
<version>3.1.0</version>
117117
<dependencies>
118118
<dependency>
119119
<groupId>com.puppycrawl.tools</groupId>
120120
<artifactId>checkstyle</artifactId>
121-
<version>6.17</version>
121+
<version>8.18</version>
122122
</dependency>
123123
</dependencies>
124124
</plugin>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-checkstyle-plugin</artifactId>
132-
<version>2.15</version>
132+
<version>3.1.0</version>
133133
<inherited>true</inherited>
134134
<dependencies>
135135
<dependency>

0 commit comments

Comments
 (0)