summaryrefslogtreecommitdiff
path: root/scripts/checkstyle-suppressions.xml
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-09-20 19:34:26 +0000
committerMichael Koch <konqueror@gmx.de>2004-09-20 19:34:26 +0000
commit2764d09d528f31dbd48f4dde7dbb137580724173 (patch)
tree3f19b4caed6e201637dbd1579795183d29fec98b /scripts/checkstyle-suppressions.xml
parent0cb6923df16377dd351680f82bce3095e2956b41 (diff)
downloadclasspath-2764d09d528f31dbd48f4dde7dbb137580724173.tar.gz
2004-09-20 Michael Koch <konqueror@gmx.de>
* scripts/checkstyle-config.xml, scripts/checkstyle-header.regex, scripts/checkstyle-suppressions.xml: New files to check GNU classpath with checkstyle.
Diffstat (limited to 'scripts/checkstyle-suppressions.xml')
-rw-r--r--scripts/checkstyle-suppressions.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/scripts/checkstyle-suppressions.xml b/scripts/checkstyle-suppressions.xml
new file mode 100644
index 000000000..7a73aa810
--- /dev/null
+++ b/scripts/checkstyle-suppressions.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!DOCTYPE suppressions PUBLIC
+ "-//Puppy Crawl//DTD Suppressions 1.0//EN"
+ "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
+<!--
+
+Changes to this file need to be discussed on classpath@gnu.org
+mailing list first and probably documented in the hacking guide.
+
+-->
+<suppressions>
+ <suppress checks="RegexpHeader"
+ files="javax/rmi/CORBA/SystemException.java"
+ lines="1"/>
+ <suppress checks="RegexpHeader"
+ files="javax/rmi/CORBA/ObjectImpl.java"
+ lines="1"/>
+ <suppress checks="RegexpHeader"
+ files="javax/rmi/ORB.java"
+ lines="1"/>
+ <suppress checks="RegexpHeader"
+ files="javax/rmi/BAD_OPERATION.java"
+ lines="1"/>
+</suppressions>
+