File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
net.sourceforge.pmd.eclipse.plugin Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments