summaryrefslogtreecommitdiff
path: root/scripts/checkstyle-suppressions.xml
blob: 7a73aa810ce33a07d3dc2c4c19ce207d9932cd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>