All Downloads are FREE. Search and download functionalities are using the official Maven repository.

checkstyle.checkstyle.xml Maven / Gradle / Ivy

Go to download

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

There is a newer version: 3.0
Show newest version
<!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