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

ahub.alpinebits.build-tools.2.0.2.source-code.checkstyle-suppressions.xml Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
<?xml version="1.0"?>

<!DOCTYPE suppressions PUBLIC
        "-//Puppy Crawl//DTD Suppressions 1.0//EN"
        "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">

<suppressions>
    <!-- Suppresses the rule MultipleStringLiterals for unit and integration tests -->
    <suppress checks="MultipleStringLiterals" files="[a-zA-Z0-9]*[(Test)(IT)]{1}.java"/>
    <!-- Suppresses the rule MethodName for unit and integration tests -->
    <suppress checks="MethodName" files="[a-zA-Z0-9]*[(Test)(IT)]{1}.java"/>
</suppressions>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy