aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-03-10 18:11:37 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-03-10 18:11:37 +0100
commitef8eb3f8b5839adb17dc487808c2c478497a61d3 (patch)
treee39b9e3b7415054f5433c2db3db377cdecba36ab /OpenPGP-Keychain/build.gradle
parent83c346fec447a6748848938e994e19997d29092c (diff)
parente00436b4096466af37b3e32c3f3277c3604d85ee (diff)
downloadopen-keychain-ef8eb3f8b5839adb17dc487808c2c478497a61d3.tar.gz
open-keychain-ef8eb3f8b5839adb17dc487808c2c478497a61d3.tar.bz2
open-keychain-ef8eb3f8b5839adb17dc487808c2c478497a61d3.zip
Merge pull request #381 from bhargavgolla/Lint-error-fix
Lint changes #223
Diffstat (limited to 'OpenPGP-Keychain/build.gradle')
-rw-r--r--OpenPGP-Keychain/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/build.gradle b/OpenPGP-Keychain/build.gradle
index 6338774eb..04ee46715 100644
--- a/OpenPGP-Keychain/build.gradle
+++ b/OpenPGP-Keychain/build.gradle
@@ -57,5 +57,7 @@ android {
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
+ htmlReport true
+ htmlOutput file("lint-report.html")
}
}