2014-04-26 17:46:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE suppressions PUBLIC
|
|
|
|
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
|
|
|
|
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
|
|
|
|
<suppressions>
|
2014-11-15 19:53:34 +01:00
|
|
|
<suppress files="[\\/]generated-sources[\\/]" checks="[a-zA-Z0-9]*"/>
|
|
|
|
|
2014-04-26 17:46:49 +02:00
|
|
|
<!-- The velocity language is under the Apache License. -->
|
|
|
|
<suppress checks="RegexpHeaderCheck" files="net/sourceforge/pmd/lang/vm/.*"/>
|
2015-01-18 11:45:26 +01:00
|
|
|
<!-- Part of pmd-scal is under LGPL -->
|
|
|
|
<suppress checks="RegexpHeadercheck" files="org/sonar/plugins/scala/.*"/>
|
2014-04-26 17:46:49 +02:00
|
|
|
|
|
|
|
<suppress checks="AvoidStarImportCheck" files="(net/sourceforge/pmd/lang/java/rule/AbstractJavaRule.java)|(net/sourceforge/pmd/lang/plsql/rule/AbstractPLSQLRule.java)"/>
|
|
|
|
</suppressions>
|