Skip to content

Commit 92e9ad9

Browse files
committed
Polish
1 parent 7d03e99 commit 92e9ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ If you want most `SpringChecks` but need to exclude one or two, you can do somet
223223
"https://checkstyle.org/dtds/configuration_1_3.dtd">
224224
<module name="com.puppycrawl.tools.checkstyle.Checker">
225225
<module name="io.spring.javaformat.checkstyle.SpringChecks">
226-
<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck" />
226+
<property name="excludes" value="io.spring.javaformat.checkstyle.check.SpringAvoidStaticImportCheck" />
227227
</module>
228228
</module>
229229
----

0 commit comments

Comments
 (0)