Skip to content

Commit 0d9b15f

Browse files
committed
fix: do keep rubocop errors for debug when auto-detecting it
1 parent 2012e96 commit 0d9b15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/roby/app/rake.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def self.define_rubocop_if_enabled(
815815
end
816816

817817
def self.detect_rubocop?
818-
run_rubocop("--version", out: :close, err: :close)
818+
run_rubocop("--version", out: :close)
819819
true
820820
rescue Errno::ENOENT
821821
false

0 commit comments

Comments
 (0)