Skip to content

Commit

Permalink
errorProne disable MissingSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
magicprinc committed May 10, 2024
1 parent 2eb2023 commit 27acabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tasks.withType(JavaCompile).configureEach {
enabled = true // <<<!!! You can disable Error-Prone here!
disableWarningsInGeneratedCode = true
excludedPaths = ".*/build/gen.*/.*"
disable("MissingSummary")
errorproneArgs = ["-XepExcludedPaths:.*/test/.*"]
}
}
Expand Down

0 comments on commit 27acabc

Please sign in to comment.