Skip to content

Commit 3cfc5c2

Browse files
fix analysis
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent f9332bc commit 3cfc5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/analysis/spotbugs-up.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
system './gradlew spotbugsDebug'
2424

2525
# find number of warnings
26-
current_warning_count = `./scripts/analysis/spotbugsSummary.py --file library/build/reports/spotbugs/debug.xml --total`.to_i
26+
current_warning_count = `./scripts/analysis/spotbugsSummary.py --file lib/build/reports/spotbugs/debug.xml --total`.to_i
2727
puts "found warnings: " + current_warning_count.to_s
2828

2929
# get warning counts from target branch

0 commit comments

Comments
 (0)