checkstyle.checkstyle.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shoelaces-checkstyle
Show all versions of shoelaces-checkstyle
Contains the checkstyle rules for Shoelaces, bundling as a JAR so it can be reused across all the modules.
Recommended approach from
https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> <module name="Checker"> <property name="charset" value="UTF-8" /> <property name="severity" value="warning" /> <property name="fileExtensions" value="java, properties, xml" /> <!-- Checks for whitespace --> <!-- See http://checkstyle.sf.net/config_whitespace.html --> <module name="FileTabCharacter"> <property name="eachLine" value="true" /> </module> <!-- <module name="TreeWalker"> <module name="AvoidStarImport"> <property name="severity" value="warning" /> </module> </module> --> </module>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy