From 504653b7dab0b9f7ff1475f684f8d3b491620d5f Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 1 Mar 2024 14:21:42 +0100 Subject: [PATCH] Make spotbugs more chatty console output wise Signed-off-by: Andy Scherzinger --- scripts/analysis/spotbugs-up.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analysis/spotbugs-up.rb b/scripts/analysis/spotbugs-up.rb index ed046c411..abb053f9c 100755 --- a/scripts/analysis/spotbugs-up.rb +++ b/scripts/analysis/spotbugs-up.rb @@ -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