Files
spring-ws/gradle/plugins/config/checkstyle/checkstyle.xml
Andy Wilkinson 49e6c9a70f Port the build to Gradle
Closes gh-1457
2025-02-28 16:38:31 +01:00

6 lines
278 B
XML

<?xml version="1.0"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="com.puppycrawl.tools.checkstyle.Checker">
<module name="io.spring.javaformat.checkstyle.SpringChecks"/>
</module>