Merge branch 'master' of https://github.com/kdaemonv/pmd into pr-217
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
<suppressions>
|
||||
<suppress files="[\\/]generated-sources[\\/]" checks="[a-zA-Z0-9]*"/>
|
||||
|
||||
<suppress files="/src/main/java/net/sourceforge/pmd/lang/java/rule/AbstractJavaRule.java"
|
||||
<suppress files="[\\/]src[\\/]main[\\/]java[\\/]net[\\/]sourceforge[\\/]pmd[\\/]lang[\\/]java[\\/]rule[\\/]AbstractJavaRule\.java"
|
||||
checks="AvoidStarImport" />
|
||||
<suppress files="/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ExtraTopLevelClass.java"
|
||||
<suppress files="[\\/]src[\\/]test[\\/]java[\\/]net[\\/]sourceforge[\\/]pmd[\\/]typeresolution[\\/]testdata[\\/]ExtraTopLevelClass\.java"
|
||||
checks="OneTopLevelClass" />
|
||||
</suppressions>
|
@ -7,5 +7,5 @@ package net.sourceforge.pmd.typeresolution.testdata;
|
||||
public class ExtraTopLevelClass {
|
||||
}
|
||||
|
||||
class TheExtraTopLevelClass { // SUPPRESS CHECKSTYLE explicityl testing two classes in one file
|
||||
class TheExtraTopLevelClass {
|
||||
}
|
||||
|
Reference in New Issue
Block a user