Skip to content

Commit

Permalink
fix: do keep rubocop errors for debug when auto-detecting it
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Nov 17, 2024
1 parent 2012e96 commit 0d9b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roby/app/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def self.define_rubocop_if_enabled(
end

def self.detect_rubocop?
run_rubocop("--version", out: :close, err: :close)
run_rubocop("--version", out: :close)
true
rescue Errno::ENOENT
false
Expand Down

0 comments on commit 0d9b15f

Please sign in to comment.