Skip to content

Commit

Permalink
build: disable static analysis for testFixtures tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Feb 1, 2024
1 parent a1a1d86 commit 2c19e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/session/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ compileTestJava {
options.compilerArgs << '-Xlint:unchecked'
}
}

spotbugsTestFixtures.enabled = false
checkstyleTestFixtures.enabled = false

0 comments on commit 2c19e2d

Please sign in to comment.