Skip to content

Commit

Permalink
Merge pull request #990 from nextcloud/lintConfig
Browse files Browse the repository at this point in the history
disable 'MissingTranslation' as this is handled by transifex
  • Loading branch information
AndyScherzinger authored May 13, 2017
2 parents e89a819 + 7608e00 commit 8ed477c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ repositories {

android {
lintOptions {
abortOnError true
abortOnError false
lintConfig file("${project.rootDir}/lint.xml")
htmlReport true
htmlOutput file("$project.buildDir/reports/lint/lint.html")
disable 'MissingTranslation'
}

dexOptions {
Expand Down Expand Up @@ -115,10 +116,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_7
}

lintOptions {
abortOnError false
}

packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint/lint-results.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DO NOT TOUCH; GENERATED BY DRONE
<span class="mdl-layout-title">Lint Report: 698 errors and 860 warnings</span>
<span class="mdl-layout-title">Lint Report: 76 errors and 860 warnings</span>

0 comments on commit 8ed477c

Please sign in to comment.