Skip to content

Commit 03d771f

Browse files
committed
Ignore wrong license header in name.herlin.
1 parent c835470 commit 03d771f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE suppressions PUBLIC
3+
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
4+
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
5+
<suppressions>
6+
<!-- ignore package name.herlin - it's under LGPL -->
7+
<suppress checks="RegexpHeaderCheck" files="name[\\/]herlin[\\/].*"/>
8+
</suppressions>

net.sourceforge.pmd.eclipse.plugin/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282
</execution>
8383
</executions>
8484
</plugin>
85+
<plugin>
86+
<groupId>org.apache.maven.plugins</groupId>
87+
<artifactId>maven-checkstyle-plugin</artifactId>
88+
<configuration>
89+
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
90+
</configuration>
91+
</plugin>
8592
</plugins>
8693
<pluginManagement>
8794
<plugins>

0 commit comments

Comments
 (0)