Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Aug 29, 2023
1 parent 3799989 commit b679238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/analysis/spotbugs-up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

# run Spotbugs
puts "running Spotbugs..."
system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
# system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
system './gradlew spotbugsGplayDebugk'

# find number of warnings
current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i
Expand Down

0 comments on commit b679238

Please sign in to comment.