diff options
author | Daniel Hammann <github@honnel.de> | 2014-03-12 20:44:33 +0100 |
---|---|---|
committer | Daniel Hammann <github@honnel.de> | 2014-03-12 20:44:33 +0100 |
commit | 6ca58dd2116dd8c0e23826fc3361c251da530df8 (patch) | |
tree | 66e0c22d4c980bf5e9ee29e74a76d5da8132479c /README.md | |
parent | 77ebfd08758ddd0383b2d235916284640f9f0aa9 (diff) | |
parent | a9e5619a14f5cef4e0211d56c000b0e853120f1d (diff) | |
download | open-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 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -155,6 +155,14 @@ See http://source.android.com/source/code-style.html See http://www.androidpolice.com/2009/11/04/auto-formatting-android-xml-files-with-eclipse/ +### Automated syntax check with CheckStyle +* Paste the tools/checkstyle.xml file to ~/.AndroidStudioPreview/config/codestyles/ (in Linux/Unix) + or ~/Library/Preferences/AndroidStudioPreview/codestyles (in Mac OSX) +* Go to Settings (or Preferences in Mac OS X) > Code Style > Java, select OpenPgpChecker, + as well as Code Style > XML and select OpenPgpChecker again. +* Start code inspection and see the results by selecting Analyze > Inspect Code from Android-Studio + or you can directly run checkstyle via cli with .tools/checkstyle. Make sure it's executable first. + ## Licenses OpenPGP Kechain is licensed under GPLv3+. Some parts (older parts and some libraries are Apache License v2, MIT X11 License) |