mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 13:16:15 +00:00
Make spotbugs more chatty console output wise
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3c80197908
commit
504653b7da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user