aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkstyle.xml')
-rw-r--r--tools/checkstyle.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checkstyle.xml b/tools/checkstyle.xml
index 26a3f8c02..95ef07a90 100644
--- a/tools/checkstyle.xml
+++ b/tools/checkstyle.xml
@@ -9,9 +9,9 @@ page at http://checkstyle.sourceforge.net/config.html -->
<module name="OpenPgpChecker">
- <!--<module name="SuppressionFilter">
+ <module name="SuppressionFilter">
<property name="file" value="tools/suppressions.xml"/>
- </module>-->
+ </module>
<module name="RegexpSingleline">
<!-- Requires a copyright notice in each file.