summaryrefslogtreecommitdiff
path: root/tools/checkstyle/checkstyle_suppression.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkstyle/checkstyle_suppression.xml')
-rw-r--r--tools/checkstyle/checkstyle_suppression.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/checkstyle/checkstyle_suppression.xml b/tools/checkstyle/checkstyle_suppression.xml
deleted file mode 100644
index 6bf7b21..0000000
--- a/tools/checkstyle/checkstyle_suppression.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
-<suppressions>
-
- <!-- Note: Checkstyle puts the absolute path of files through the suppress filter, so the
- patterns below will match sub-directories. Notably, for overlays where the path is
- something like overlay/frameworks/opt/setupwizard will match the regex filter
- "frameworks/opt/setupwizard". This is probably OK for most cases since they are overlay
- of the original app and should have the same coding style. -->
-
- <!-- Robolectric uses magic method names like `__constructor__` -->
- <suppress files="/robotest/" checks="MethodName" />
-
-</suppressions>