aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrei Selkin <andreyselkin@gmail.com>2016-10-06 15:30:05 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2016-10-06 06:01:36 -0700
commit7b5f86ad999b387ef5f05714f0ebe5431f5257d2 (patch)
treea13e37d85f6a764dffd51b0989b46b45399a2215 /config
parente62783abc8ca3464371565a78af49aad239eda49 (diff)
downloadcheckstyle-7b5f86ad999b387ef5f05714f0ebe5431f5257d2.tar.gz
config: exclude JUnit4TestShouldUseTestAnnotation from pmd.xml
Diffstat (limited to 'config')
-rw-r--r--config/pmd.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/pmd.xml b/config/pmd.xml
index d14b3c84c..9f8ee6cf5 100644
--- a/config/pmd.xml
+++ b/config/pmd.xml
@@ -210,12 +210,6 @@
</rule>
<rule ref="rulesets/java/migrating.xml"/>
- <rule ref="rulesets/java/migrating.xml/JUnit4TestShouldUseTestAnnotation">
- <properties>
- <!-- False positive of PMD. Non-test methods can be named as 'test' -->
- <property name="violationSuppressXPath" value="//ClassOrInterfaceDeclaration[@Image='PackageObjectFactory']"/>
- </properties>
- </rule>
<rule ref="rulesets/java/naming.xml">
<!-- we use CheckstyleCustomShortVariable, to control lenght (will be fixed in PMD 5.4) and skip Override methods -->