diff options
author | uberspot <onexemailx@gmail.com> | 2014-03-13 19:29:21 +0200 |
---|---|---|
committer | uberspot <onexemailx@gmail.com> | 2014-03-13 20:14:04 +0200 |
commit | 79a8528a630d192566496a401abbbdabbbcf5d79 (patch) | |
tree | b3f57a56adc1e6d87a4cb00ad56a285aca2f624b /tools | |
parent | 5b907f222e03e9a5bea06c99c7787d9787956930 (diff) | |
download | open-keychain-79a8528a630d192566496a401abbbdabbbcf5d79.tar.gz open-keychain-79a8528a630d192566496a401abbbdabbbcf5d79.tar.bz2 open-keychain-79a8528a630d192566496a401abbbdabbbcf5d79.zip |
Optimize imports in all files, remove useless whitespace in some and fix indentation
Diffstat (limited to 'tools')
-rw-r--r-- | tools/checkstyle.xml | 4 |
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. |