Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
add lintOptions:xmlReport true in android/sdk/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 30, 2019
1 parent 8dfff58 commit 6e3b2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,7 @@ matrix:
- extra-android-m2repository
# static check
- env: TEST_SUITE=static_code_analysis OCLINT=true
osx_image: xcode7.2
language: objective-c
- env: TEST_SUITE=static_code_analysis ANDROID_LINT=true
language: android
Expand Down
1 change: 1 addition & 0 deletions android/sdk/build.gradle
Expand Up @@ -192,6 +192,7 @@ android {
compileOptions.encoding = "UTF-8"
lintOptions {
abortOnError false
xmlReport true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 6e3b2e7

Please sign in to comment.