Skip to content

Commit

Permalink
Revert "Issue checkstyle#49: disable unused imports inspection"
Browse files Browse the repository at this point in the history
This reverts commit 3fa8f1e.
  • Loading branch information
romani authored and tsjensen committed Mar 21, 2019
1 parent 6a9b57e commit 2b12e08
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="false" level="ERROR" enabled_by_default="true" />
<inspection_tool class="UNUSED_IMPORT" enabled="true" 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 2b12e08

Please sign in to comment.