Browse Source

Turn off some more obnoxious inspections.

Change-Id: I9a27b003643cc43c16a8757e6c6273cde727f829
Reviewed-on: http://gerrit.dmdirc.com/3822
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
pull/1/head
Chris Smith 10 years ago
parent
commit
0ad4e2c22c
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .idea/inspectionProfiles/Project_Default.xml

+ 2
- 1
.idea/inspectionProfiles/Project_Default.xml View File

@@ -116,6 +116,8 @@
116 116
     <inspection_tool class="LocalCanBeFinal" enabled="true" level="WARNING" enabled_by_default="true">
117 117
       <option name="REPORT_VARIABLES" value="true" />
118 118
       <option name="REPORT_PARAMETERS" value="true" />
119
+      <option name="REPORT_CATCH_PARAMETERS" value="false" />
120
+      <option name="REPORT_FOREACH_PARAMETERS" value="false" />
119 121
     </inspection_tool>
120 122
     <inspection_tool class="LoggerInitializedWithForeignClass" enabled="true" level="WARNING" enabled_by_default="true">
121 123
       <option name="loggerClassName" value="org.apache.log4j.Logger,org.slf4j.LoggerFactory,org.apache.commons.logging.LogFactory,java.util.logging.Logger" />
@@ -254,7 +256,6 @@
254 256
       <option name="onlyWeakentoInterface" value="true" />
255 257
     </inspection_tool>
256 258
     <inspection_tool class="UnaryPlus" enabled="true" level="WARNING" enabled_by_default="true" />
257
-    <inspection_tool class="UnclearBinaryExpression" enabled="true" level="WARNING" enabled_by_default="true" />
258 259
     <inspection_tool class="UnnecessaryBlockStatement" enabled="true" level="WARNING" enabled_by_default="true">
259 260
       <option name="ignoreSwitchBranches" value="false" />
260 261
     </inspection_tool>

Loading…
Cancel
Save