Skip to content

Commit

Permalink
Issue checkstyle#49: disable unused imports inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Jun 6, 2017
1 parent 65db8c8 commit 3fa8f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,7 @@
<inspection_tool class="TypeScriptUnresolvedFunction" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="TypeScriptUnresolvedVariable" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="UNCHECKED_WARNING" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="UNUSED_IMPORT" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="UNUSED_IMPORT" enabled="false" level="ERROR" enabled_by_default="true" />
<inspection_tool class="UnaryPlus" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="UncheckedExceptionClass" enabled="false" level="ERROR" enabled_by_default="false" />
<inspection_tool class="UnclearBinaryExpression" enabled="false" level="ERROR" enabled_by_default="false" />
Expand Down

0 comments on commit 3fa8f1e

Please sign in to comment.