Skip to content

Commit

Permalink
Add Checkstyle check for unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saladoc committed May 9, 2020
1 parent 8c6b024 commit 5098a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="false"/>
</module>
<module name="UnusedImports"/>
<module name="IllegalTokenText">
<property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>
<property name="format" value="\\u00(09|0(a|A)|0(c|C)|0(d|D)|22|27|5(C|c))|\\(0(10|11|12|14|15|42|47)|134)"/>
Expand Down

0 comments on commit 5098a7a

Please sign in to comment.