aboutsummaryrefslogtreecommitdiff
path: root/dev/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev/checkstyle.xml')
-rw-r--r--dev/checkstyle.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/checkstyle.xml b/dev/checkstyle.xml
index 2261cc95d4..b66dca9041 100644
--- a/dev/checkstyle.xml
+++ b/dev/checkstyle.xml
@@ -76,13 +76,10 @@
<property name="allowByTailComment" value="true"/>
<property name="allowNonPrintableEscapes" value="true"/>
</module>
- <!-- TODO: 11/09/15 disabled - the lengths are currently > 100 in many places -->
- <!--
<module name="LineLength">
<property name="max" value="100"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
- -->
<module name="NoLineWrap"/>
<module name="EmptyBlock">
<property name="option" value="TEXT"/>
@@ -167,5 +164,7 @@
</module>
<module name="CommentsIndentation"/>
<module name="UnusedImports"/>
+ <module name="RedundantImport"/>
+ <module name="RedundantModifier"/>
</module>
</module>