Skip to content

Commit

Permalink
raise output logging
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Feb 29, 2024
1 parent 99f5729 commit 5ceed2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/analysis/lint-up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# run Lint
puts "running Lint..."
system './gradlew clean lintGplayDebug 1>/dev/null'
system './gradlew clean lintGplayDebug'

# confirm that Lint ran w/out error
result = $?.to_i
Expand Down

0 comments on commit 5ceed2f

Please sign in to comment.