Skip to content

Commit 6863d7d

Browse files
committed
Update maven-checkstyle-plugin from 3.0.0 to 3.1.1.
1 parent 6680e69 commit 6863d7d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

checkstyle.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ limitations under the License.
5555
<property name="severity" value="warning" />
5656
</module>
5757

58+
<module name="LineLength">
59+
<property name="max" value="120"/>
60+
</module>
61+
5862
<module name="TreeWalker">
59-
<property name="cacheFile" value="target/cachefile" />
6063
<module name="OperatorWrap">
6164
<property name="option" value="eol" />
6265
</module>
63-
<module name="LineLength">
64-
<property name="max" value="120"/>
65-
</module>
6666
</module>
6767

6868
</module>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
156156
<commons.encoding>UTF-8</commons.encoding>
157157

158-
<checkstyle.version>3.0.0</checkstyle.version>
158+
<checkstyle.version>3.1.1</checkstyle.version>
159159
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
160160
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
161161

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<action type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v1 to v2.3.1 #79.</action>
6262
<action type="update" dev="ggregory" due-to="Dependabot">Update commons-parent from 50 to 51 #80.</action>
6363
<action type="update" dev="ggregory" due-to="Dependabot">Update junit-jupiter from 5.6.1 to 5.6.2 #84.</action>
64+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update maven-checkstyle-plugin from 3.0.0 to 3.1.1.</action>
6465
</release>
6566
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
6667

0 commit comments

Comments
 (0)