We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3ba32 commit c55794aCopy full SHA for c55794a
scripts/analysis/spotbugs-up.rb
@@ -14,8 +14,8 @@
14
require 'open3'
15
16
# run Spotbugs
17
-puts "running Spotbugs..."
18
-system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
+puts "running Spotless..."
+system './gradlew spotlessCheck 1>/dev/null 2>&1'
19
20
# find number of warnings
21
current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i
0 commit comments