Upgrade to Checkstyle 9.0 and spring-javaformat 0.0.29
This commit upgrades the Gradle build to use Checkstyle 9.0 and spring-javaformat 0.0.29 (which internally uses Checkstyle 8.45.1). Closes gh-27520
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
</module>
|
||||
<module name="com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck">
|
||||
<property name="target" value="METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
|
||||
<property name="tagOrder" value="@param, @return, @throws, @since, @deprecated, @see"/>
|
||||
<property name="tagOrder" value="@param, @return, @throws, @since, @see, @deprecated"/>
|
||||
</module>
|
||||
|
||||
<!-- Miscellaneous -->
|
||||
|
||||
Reference in New Issue
Block a user