Skip to content

Commit

Permalink
Issue #6821: disable SimplifiableJUnitAssertion inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Jun 16, 2019
1 parent 58510c2 commit 510744e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/intellij-idea-inspections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4001,7 +4001,9 @@
enabled_by_default="true"/>
<inspection_tool class="SimplifiableIfStatement" enabled="true" level="ERROR"
enabled_by_default="true"/>
<inspection_tool class="SimplifiableJUnitAssertion" enabled="true" level="ERROR"
<!-- if asserts methods use messages such simplification damage ease of read
see details at https://github.com/checkstyle/checkstyle/pull/6823 -->
<inspection_tool class="SimplifiableJUnitAssertion" enabled="false" level="ERROR"
enabled_by_default="true"/>
<inspection_tool class="SimplifyAssertNotNull" enabled="false" level="INFO"
enabled_by_default="false"/>
Expand Down

0 comments on commit 510744e

Please sign in to comment.