Skip to content

Commit 5de6a0c

Browse files
see spotbugs problems…
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent bad3697 commit 5de6a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/analysis/spotbugs-up.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# run Spotbugs
2222
puts "running Spotbugs..."
23-
system './gradlew spotbugsDebug 1>/dev/null 2>&1'
23+
system './gradlew spotbugsDebug'
2424

2525
# find number of warnings
2626
current_warning_count = `./scripts/analysis/spotbugsSummary.py --file library/build/reports/spotbugs/debug.xml --total`.to_i

0 commit comments

Comments
 (0)