upgrade checkstyle (#752)
This commit is contained in:
parent
b48077252d
commit
3dde1e8bbf
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue