aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle-suppressions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle-suppressions.xml')
-rw-r--r--checkstyle-suppressions.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
deleted file mode 100644
index 2e03c646..00000000
--- a/checkstyle-suppressions.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE suppressions PUBLIC
- "-//Puppy Crawl//DTD Suppressions 1.0//EN"
- "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
-
-<suppressions>
- <suppress checks="AbbreviationAsWordInName"
- files="SystemOutLoggerTest.java|Logger4JTest.java|EelfLoggerTest.java|PolicyLoggerTest.java|DroolsPDPMDCInfoTest.java|EventTrackInfoTest.java|DbDAOTest.java|HttpClientTest.java"
- lines="1-9999"/>
-</suppressions>