Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
骏烈 committed Dec 27, 2017
1 parent fd1d002 commit 16d65a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class AliLocalInspectionToolProvider : InspectionToolProvider {
AliAccessStaticViaInstanceInspection::class.java,
AliDeprecationInspection::class.java,
MapOrSetKeyShouldOverrideHashCodeEqualsInspection::class.java,
AliAccessToNonThreadSafeStaticFieldFromInstanceInspection::class.java,
AliArrayNamingShouldHaveBracketInspection::class.java,
AliControlFlowStatementWithoutBracesInspection::class.java,
AliEqualsAvoidNullInspection::class.java,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">

<rule ref="rulesets/java/ali-concurrent.xml">
<exclude name="AvoidCallStaticSimpleDateFormatRule"/>
</rule>
<rule ref="rulesets/java/ali-concurrent.xml"/>
<rule ref="rulesets/java/ali-comment.xml"/>
<rule ref="rulesets/java/ali-naming.xml">
<exclude name="ArrayNamingShouldHaveBracketRule"/>
Expand Down

0 comments on commit 16d65a9

Please sign in to comment.