summaryrefslogtreecommitdiffstats
path: root/checkstyle/suppressions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle/suppressions.xml')
-rw-r--r--checkstyle/suppressions.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml
new file mode 100644
index 0000000000..835ad5f11a
--- /dev/null
+++ b/checkstyle/suppressions.xml
@@ -0,0 +1,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>