aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/checkstyle.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checkstyle.xml b/tools/checkstyle.xml
index 95ef07a90..26a3f8c02 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.