Checkstyle 8.27 -> 8.29.

This commit is contained in:
Gary Gregory 2020-02-17 09:01:08 -05:00
parent 772edb9112
commit d3e5953b59
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -600,7 +600,7 @@
<commons.encoding>utf-8</commons.encoding> <commons.encoding>utf-8</commons.encoding>
<checkstyle.plugin.version>3.1.0</checkstyle.plugin.version> <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
<checkstyle.version>8.27</checkstyle.version> <checkstyle.version>8.29</checkstyle.version>
<spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version> <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
<japicmp.skip>false</japicmp.skip> <japicmp.skip>false</japicmp.skip>