forked from phoedos/pmd
[javascript] Update rule 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.
|
||||
Rules which enforce generally accepted 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 that flag certain design flaws.
|
||||
Rules that help you discover design issues.
|
||||
</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.
|
||||
Rules to detect constructs that are either broken, extremely confusing or prone to runtime errors.
|
||||
</description>
|
||||
|
||||
<rule name="AvoidTrailingComma"
|
||||
|
Reference in New Issue
Block a user