We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ba863 commit 5d55bdaCopy full SHA for 5d55bda
config/pmd.xml
@@ -80,6 +80,7 @@
80
<exclude name="AvoidFieldNameMatchingTypeName"/>
81
<exclude name="AvoidLiteralsInIfCondition"/>
82
<exclude name="NullAssignment"/>
83
+ <exclude name="UseLocaleWithCaseConversions"/>
84
</rule>
85
86
<rule ref="category/java/errorprone.xml/AssignmentInOperand">
src/bld/java/rife/bld/extension/PmdOperationBuild.java
@@ -34,7 +34,7 @@ public class PmdOperationBuild extends Project {
34
public PmdOperationBuild() {
35
pkg = "rife.bld.extension";
36
name = "bld-pmd";
37
- version = version(1, 3, 0);
+ version = version(1, 3, 1);
38
39
javaRelease = 17;
40
0 commit comments