Skip to content

Commit

Permalink
Add additional linter options
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Apr 10, 2024
1 parent 18990ba commit 49299b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subprojects {
if (project.hasProperty("lint")) {
// gradle -Plint ...
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:preview"
options.compilerArgs << "-Xlint:preview" << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
java {
Expand Down

0 comments on commit 49299b1

Please sign in to comment.