forked from phoedos/pmd
Move LinguisticNaming to 6.7.0
This commit is contained in:
@ -9,7 +9,6 @@ This ruleset contains links to rules that are new in PMD v6.6.0
|
||||
</description>
|
||||
|
||||
<rule ref="category/java/codestyle.xml/FormalParameterNamingConventions"/>
|
||||
<rule ref="category/java/codestyle.xml/LinguisticNaming"/>
|
||||
<rule ref="category/java/codestyle.xml/LocalVariableNamingConventions"/>
|
||||
</ruleset>
|
||||
|
||||
|
@ -9,5 +9,7 @@ This ruleset contains links to rules that are new in PMD v6.7.0
|
||||
</description>
|
||||
|
||||
<rule ref="category/plsql/codestyle.xml/ForLoopNaming"/>
|
||||
<rule ref="category/java/codestyle.xml/LinguisticNaming"/>
|
||||
|
||||
</ruleset>
|
||||
|
||||
|
@ -940,7 +940,7 @@ if (foo) { // preferred approach
|
||||
|
||||
<rule name="LinguisticNaming"
|
||||
language="java"
|
||||
since="6.6.0"
|
||||
since="6.7.0"
|
||||
message="Linguistics Antipattern - Method name and return type is inconsistent linguistically"
|
||||
class="net.sourceforge.pmd.lang.java.rule.codestyle.LinguisticNamingRule"
|
||||
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_codestyle.html#linguisticnaming">
|
||||
|
Reference in New Issue
Block a user