aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle/suppressions.xml
blob: 835ad5f11aa49e3b8ff9c072e1e47879ded75491 (plain)
1
2
3
4
5
6
7
8
9
<?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 files="[/\\]target[/\\]" checks=".*"/>
</suppressions>