Skip to content

Commit 7ce2ee8

Browse files
Change spotless call
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 2dab9a1 commit 7ce2ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/analysis/spotbugs-up.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
require 'open3'
1515

1616
# run Spotbugs
17-
puts "running Spotbugs..."
18-
system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
17+
puts "running Spotless..."
18+
system './gradlew spotlessCheck 1>/dev/null 2>&1'
1919

2020
# find number of warnings
2121
current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i

0 commit comments

Comments
 (0)