1 <?xml version="1.0"?> 2 3 <ruleset name="6130" 4 xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6 xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd"> 7 <description> 8 This ruleset contains links to rules that are new in PMD v6.13.0 9 </description> 10 11 <rule ref="category/apex/bestpractices.xml/ApexAssertionsShouldIncludeMessage"/> 12 <rule ref="category/apex/bestpractices.xml/ApexUnitTestMethodShouldHaveIsTestAnnotation"/> 13 14 <rule ref="category/java/bestpractices.xml/WhileLoopWithLiteralBoolean"/> 15 <rule ref="category/java/design.xml/AvoidUncheckedExceptionsInSignatures"/> 16 <rule ref="category/java/errorprone.xml/DetachedTestCase"/> 17 18 <rule ref="category/plsql/codestyle.xml/AvoidTabCharacter"/> 19 <rule ref="category/plsql/codestyle.xml/LineLength"/> 20 21 </ruleset> 22