forked from phoedos/pmd
[javascript] Add category descriptions
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules which help to follow best practices.
|
||||
</description>
|
||||
|
||||
<rule name="AvoidWithStatement"
|
||||
|
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules which enforce a specific coding style.
|
||||
</description>
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules that flag certain design flaws.
|
||||
</description>
|
||||
|
||||
</ruleset>
|
||||
|
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules that are related to code documentation.
|
||||
</description>
|
||||
|
||||
</ruleset>
|
||||
|
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules which flag certain language construct which can lead to abnormal behavior at runtime.
|
||||
</description>
|
||||
|
||||
<rule name="AvoidTrailingComma"
|
||||
|
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules that flag issues when dealing with multiple threads of execution.
|
||||
</description>
|
||||
|
||||
</ruleset>
|
||||
|
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules that flag suboptimal code.
|
||||
</description>
|
||||
|
||||
</ruleset>
|
||||
|
@ -6,7 +6,7 @@
|
||||
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
|
||||
|
||||
<description>
|
||||
|
||||
Rules that flag potential security flaws.
|
||||
</description>
|
||||
|
||||
</ruleset>
|
||||
|
Reference in New Issue
Block a user