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

checkstyle.jqa-code-style.xml Maven / Gradle / Ivy

Go to download

Checkstyle configuration of of jQAssistant to ensure our coding standards.

There is a newer version: 2.3.1
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">

  <module name="TreeWalker">

    <module name="ImportOrder">
      <property name="groups" value="java,javax,com.buschmais,*"/>
      <property name="ordered" value="true"/>
      <property name="separated" value="true"/>
      <property name="option" value="bottom"/>
      <property name="sortStaticImportsAlphabetically" value="true"/>
    </module>

    <module name="RedundantImport"/>

    <module name="UnusedImports">
      <!-- See http://checkstyle.sourceforge.net/config_imports.html#UnusedImports
       !   for more.
       !-->
      <property name="processJavadoc" value="true"/>
    </module>

      <module name="ImportControl">
          <property name="file" value="/checkstyle/import-control.xml"/>
      </module>
    <module name="NeedBraces"/>

  </module>

</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy