Skip to content

Commit

Permalink
Enable baseline for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-holzer-box committed Jun 7, 2018
1 parent 91746a0 commit 3fe96cb
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android:
- android-26

script:
- ./gradlew test
- ./gradlew test lint

after_success:
- .utility/initiate-publish.sh
Expand Down
2 changes: 1 addition & 1 deletion box-content-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

lintOptions {
abortOnError false
baseline file("lint-baseline.xml")
}

dexOptions {
Expand Down
Loading

0 comments on commit 3fe96cb

Please sign in to comment.