aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checker/InputCheckerSuppressAll.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/checker/InputCheckerSuppressAll.xml')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checker/InputCheckerSuppressAll.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checker/InputCheckerSuppressAll.xml b/src/test/resources/com/puppycrawl/tools/checkstyle/checker/InputCheckerSuppressAll.xml
new file mode 100644
index 000000000..e6b9b1482
--- /dev/null
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checker/InputCheckerSuppressAll.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE suppressions PUBLIC
+ "-//Puppy Crawl//DTD Suppressions 1.1//EN"
+ "http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd">
+
+<suppressions>
+ <suppress checks="." files="."/>
+</suppressions>