File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ under the License.
2222GeoTools Junit ruleset. See https://pmd.github.io/latest/pmd_userdocs_understanding_rulesets.html
2323</description >
2424 <rule ref =" category/java/bestpractices.xml/SimplifiableTestAssertion" />
25- <rule ref =" category/java/bestpractices.xml/JUnit4TestShouldUseBeforeAnnotation " />
26- <rule ref =" category/java/bestpractices.xml/JUnit4TestShouldUseAfterAnnotation " />
27- <rule ref =" category/java/bestpractices.xml/JUnit4TestShouldUseTestAnnotation " />
25+ <rule ref =" category/java/bestpractices.xml/UnitTestShouldUseBeforeAnnotation " />
26+ <rule ref =" category/java/bestpractices.xml/UnitTestShouldUseAfterAnnotation " />
27+ <rule ref =" category/java/bestpractices.xml/UnitTestShouldUseTestAnnotation " />
2828 <!-- Excluded due to https://github.com/pmd/pmd/issues/2147 /-->
2929 <!-- rule ref="category/java/bestpractices.xml/JUnitTestsShouldIncludeAssert" /-->
3030 <rule name =" DisallowJunit3"
Original file line number Diff line number Diff line change 8989 <errorProneFlags ></errorProneFlags >
9090 <errorProne .version>2.31.0</errorProne .version>
9191 <javac .version>9+181-r4173-1</javac .version>
92- <pmd .version>7.10 .0</pmd .version>
92+ <pmd .version>7.13 .0</pmd .version>
9393 <checkstyle .skip>false</checkstyle .skip>
9494 <qa >false</qa >
9595 <lint >deprecation,unchecked</lint >
You can’t perform that action at this time.
0 commit comments