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

4j.sanity4j.1.0.7.source-code.suppressions.xml Maven / Gradle / Ivy

Go to download

Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

There is a newer version: 1.1.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 checks="FileLength"
              files="TokenTypes.java"
              lines="1"/>
    <suppress checks="MagicNumber"
              files="UnusedPrivateMethodCheck.java"
              lines="176"/>
    <suppress checks="ImportControl"
              files="NewlineAtEndOfFileCheck.java"
              lines="26"/>
    <suppress checks="ImportControl"
              files="TranslationCheck.java"
              lines="34"/>
    <suppress checks="ImportControl"
              files="SuppressionCommentFilter.java"
              lines="40"/>
    <suppress id="paramNum"
	      files="LocalizedMessage.java"
	      lines="142"/>
</suppressions>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy