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

config.checkstyle-suppressions.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
    "-//Puppy Crawl//DTD Suppressions 1.1//EN"
    "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">

<suppressions>
  <!-- Suppress various checks in the test packages (directory /test/) -->
  <suppress checks="JavadocPackage" files="[\\/]test[\\/]"/>
  <suppress checks="JavadocVariable" files="[\\/]test[\\/]"/>
  <suppress checks="JavadocMethod" files="[\\/]test[\\/]"/>
  <suppress checks="MultipleStringLiterals" files="[\\/]test[\\/]"/>
  <!-- Suppress all checks on generated sources -->
  <suppress checks=".*" files="[\\/]generated[\\/]" />
</suppressions>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy