Skip to content

Commit

Permalink
minor: test teamcity config change
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Sep 27, 2018
1 parent 462aaf5 commit d6b4874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checkstyle-sonar-plugin/config/intellij-idea-inspections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,9 @@
<inspection_tool class="XsltTemplateInvocation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="XsltUnusedDeclaration" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="XsltVariableShadowing" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="ZeroLengthArrayInitialization" enabled="true" level="WARNING" enabled_by_default="true" />
<!-- conflicting with ToArrayCallWithZeroLengthArrayArgument -->
<inspection_tool class="ZeroLengthArrayInitialization" enabled="false" level="WARNING"
enabled_by_default="true"/>
<inspection_tool class="dependsOnMethodTestNG" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="groupsTestNG" enabled="true" level="ERROR" enabled_by_default="true">
<option name="groups">
Expand Down

0 comments on commit d6b4874

Please sign in to comment.