mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01: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
|
# run Spotbugs
|
||||||
puts "running Spotbugs..."
|
puts "running Spotbugs..."
|
||||||
system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
|
system './gradlew spotbugsGplayDebug'
|
||||||
|
|
||||||
# find number of warnings
|
# find number of warnings
|
||||||
current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i
|
current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i
|
||||||
|
Loading…
Reference in New Issue
Block a user