Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Update Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jan 1, 2021
1 parent 9cfb888 commit cf2e051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/src/main/resources/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<property name="braceAdjustment" value="0" />
<property name="caseIndent" value="4" />
<property name="throwsIndent" value="4" />
<property name="arrayInitIndent" value="4" />
<property name="arrayInitIndent" value="0" />
<property name="lineWrappingIndentation" value="4" />
</module>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<depencency-convergence.phase>validate</depencency-convergence.phase>
<checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
<checkstyle.version>8.38</checkstyle.version>
<checkstyle.version>8.39</checkstyle.version>
<spotbugs-maven-plugin.version>4.1.3</spotbugs-maven-plugin.version>
<spotbugs.version>4.2.0</spotbugs.version>
<slf4j.version>1.7.30</slf4j.version>
Expand Down

0 comments on commit cf2e051

Please sign in to comment.