소스 검색

Up priority of yet another rule

Change-Id: Ifc7a19c6691e9f21b2e30264e12ac106028407cb
Reviewed-on: http://gerrit.dmdirc.com/2064
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.6b1
Greg Holmes 13 년 전
부모
커밋
6dcc08ddeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      checkstyle/pmd_checks.xml

+ 1
- 1
checkstyle/pmd_checks.xml 파일 보기

@@ -184,7 +184,7 @@
184 184
 <rule ref="rulesets/optimizations.xml/UseArraysAsList"><priority>1</priority></rule>
185 185
 <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"><priority>1</priority></rule>
186 186
 <rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"><priority>1</priority></rule>
187
-<rule ref="rulesets/optimizations.xml/AddEmptyString"><priority>2</priority></rule>
187
+<rule ref="rulesets/optimizations.xml/AddEmptyString"><priority>1</priority></rule>
188 188
 
189 189
 <rule ref="rulesets/strictexception.xml/AvoidCatchingThrowable"><priority>1</priority></rule>
190 190
 <rule ref="rulesets/strictexception.xml/SignatureDeclareThrowsException"><priority>1</priority></rule>

Loading…
취소
저장