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 b64d2b1 commit 950ba85
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 950ba85

Please sign in to comment.