mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +08:00
[Java] lint unused imports (#4100)
This commit is contained in:
committed by
Robert Nishihara
parent
b2677fabc0
commit
a99676e39b
@@ -28,6 +28,9 @@
|
||||
</module>
|
||||
|
||||
<module name="TreeWalker">
|
||||
<!-- Below are custom config items in addition to the original google style config. -->
|
||||
<module name="UnusedImports"/>
|
||||
<!-- End of custom config items -->
|
||||
<module name="OuterTypeFilename"/>
|
||||
<module name="IllegalTokenText">
|
||||
<property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>
|
||||
|
||||
Reference in New Issue
Block a user