We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd2fea commit c32e945Copy full SHA for c32e945
graalpython/com.oracle.graal.python/.checkstyle_checks.xml
@@ -34,6 +34,7 @@
34
<property name="format" value="^[_a-zA-Z][_a-zA-Z0-9]*$"/>
35
</module>
36
<module name="RedundantImport"/>
37
+ <module name="UnusedImports"/>
38
<module name="LineLength">
39
<property name="max" value="300"/>
40
0 commit comments