Skip to content

Commit

Permalink
build: add lint baseline file to suppress existing failures on Kotlin…
Browse files Browse the repository at this point in the history
…PropertyAccess and UnknownNulln
  • Loading branch information
fractalwrench committed Nov 30, 2018
1 parent 391542b commit e0cea5b
Show file tree
Hide file tree
Showing 2 changed files with 1,974 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ android {
abortOnError true
warningsAsErrors true
checkAllWarnings true
baseline file("lint-baseline.xml")
}

// TODO replace with https://issuetracker.google.com/issues/72050365 once released.
Expand Down

0 comments on commit e0cea5b

Please sign in to comment.