aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.suppressions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle.suppressions.xml')
-rw-r--r--checkstyle.suppressions.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/checkstyle.suppressions.xml b/checkstyle.suppressions.xml
new file mode 100644
index 0000000..d002048
--- /dev/null
+++ b/checkstyle.suppressions.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!DOCTYPE suppressions PUBLIC
+ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
+ "https://checkstyle.org/dtds/suppressions_1_2.dtd">
+<suppressions>
+ <suppress checks="JavadocPackage"
+ files="io[\\/]github[\\/]cottonmc[\\/](test|cotton[\\/]gui[\\/]jd)"/>
+</suppressions>