Skip to content

Commit c32e945

Browse files
committed
[GR-16616] Check unused imports with CheckStyle
* Which provides a fast way to check locally with "mx checkstyle".
1 parent 7bd2fea commit c32e945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/.checkstyle_checks.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<property name="format" value="^[_a-zA-Z][_a-zA-Z0-9]*$"/>
3535
</module>
3636
<module name="RedundantImport"/>
37+
<module name="UnusedImports"/>
3738
<module name="LineLength">
3839
<property name="max" value="300"/>
3940
</module>

0 commit comments

Comments
 (0)