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

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

Go to download

A simple utility to manage environment configs in Java-based projects by merging *.properties files with environment variables overrides.

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