|
@@ -15,7 +15,7 @@ require 'open3'
|
|
|
|
|
|
# run Spotbugs
|
|
|
puts "running Spotbugs..."
|
|
|
-system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
|
|
|
+system './gradlew spotbugsGplayDebug'
|
|
|
|
|
|
# find number of warnings
|
|
|
current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i
|