summaryrefslogtreecommitdiff
path: root/scripts/checkstyle-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkstyle-config.xml')
-rw-r--r--scripts/checkstyle-config.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/checkstyle-config.xml b/scripts/checkstyle-config.xml
index 9e686339d..0b0c1f419 100644
--- a/scripts/checkstyle-config.xml
+++ b/scripts/checkstyle-config.xml
@@ -42,13 +42,11 @@ mailing list first and probably documented in the hacking guide.
<module name="AvoidStarImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
- <!--
<module name="ImportOrder">
<property name="groups" value="gnu,java,javax,org"/>
<property name="ordered" value="true"/>
<property name="separated" value="true"/>
</module>
- -->
<!-- size checks -->
<!--