Rudimentary migration of findbugs to spotbugs

This commit is contained in:
TacoTheDank
2020-12-26 20:34:44 -05:00
parent a21e9f142c
commit 319ba195e4
4 changed files with 20 additions and 17 deletions

View File

@@ -23,5 +23,5 @@ jobs:
run: ./gradlew lintRelease
- name: Run unit tests
run: ./gradlew testReleaseUnitTest
- name: FindBugs
run: ./gradlew findbugs
- name: SpotBugs
run: ./gradlew spotbugs