aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkstyle
diff options
context:
space:
mode:
authorDaniel Hammann <github@honnel.de>2014-03-12 20:44:33 +0100
committerDaniel Hammann <github@honnel.de>2014-03-12 20:44:33 +0100
commit6ca58dd2116dd8c0e23826fc3361c251da530df8 (patch)
tree66e0c22d4c980bf5e9ee29e74a76d5da8132479c /tools/checkstyle
parent77ebfd08758ddd0383b2d235916284640f9f0aa9 (diff)
parenta9e5619a14f5cef4e0211d56c000b0e853120f1d (diff)
downloadopen-keychain-6ca58dd2116dd8c0e23826fc3361c251da530df8.tar.gz
open-keychain-6ca58dd2116dd8c0e23826fc3361c251da530df8.tar.bz2
open-keychain-6ca58dd2116dd8c0e23826fc3361c251da530df8.zip
Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychain
Diffstat (limited to 'tools/checkstyle')
-rwxr-xr-xtools/checkstyle1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkstyle b/tools/checkstyle
new file mode 100755
index 000000000..27aabced2
--- /dev/null
+++ b/tools/checkstyle
@@ -0,0 +1 @@
+checkstyle -c tools/checkstyle.xml -r OpenPGP-Keychain/src/main/java 2>&1 | egrep -v 'log4j'