We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9332bc commit 3cfc5c2Copy full SHA for 3cfc5c2
scripts/analysis/spotbugs-up.rb
@@ -23,7 +23,7 @@
23
system './gradlew spotbugsDebug'
24
25
# find number of warnings
26
-current_warning_count = `./scripts/analysis/spotbugsSummary.py --file library/build/reports/spotbugs/debug.xml --total`.to_i
+current_warning_count = `./scripts/analysis/spotbugsSummary.py --file lib/build/reports/spotbugs/debug.xml --total`.to_i
27
puts "found warnings: " + current_warning_count.to_s
28
29
# get warning counts from target branch
0 commit comments