upgrade checkstyle (#752)

This commit is contained in:
XenoAmess 2021-05-12 21:05:18 +08:00 committed by GitHub
parent b48077252d
commit 3dde1e8bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -619,7 +619,7 @@
<commons.encoding>utf-8</commons.encoding>
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
<checkstyle.version>8.41.1</checkstyle.version>
<checkstyle.version>8.42</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<spotbugs.plugin.version>4.2.3</spotbugs.plugin.version>

View File

@ -45,7 +45,7 @@ limitations under the License.
<module name="UnusedImports"/>
<module name="NeedBraces"/>
<module name="JavadocMethod">
<property name="scope" value="public" />
<property name="accessModifiers" value="public" />
</module>
<module name="ModifierOrder"/>
<module name="RedundantModifier"/>