We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e329 commit 7cff3f6Copy full SHA for 7cff3f6
src/checkstyle/checkstyle.xml
@@ -27,6 +27,7 @@
27
<module name="com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck"/>
28
<module name="com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck"/>
29
<module name="com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck"/>
30
+ <module name="io.spring.javaformat.checkstyle.check.SpringDeprecatedCheck" />
31
32
<!-- Block Checks -->
33
<module name="com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck">
0 commit comments