From 0d9b15f837638d3ce2256fb51dbef85227a6fefd Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 11 Nov 2024 17:08:18 -0300 Subject: [PATCH] fix: do keep rubocop errors for debug when auto-detecting it --- lib/roby/app/rake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roby/app/rake.rb b/lib/roby/app/rake.rb index 30ac548a6..33da246af 100644 --- a/lib/roby/app/rake.rb +++ b/lib/roby/app/rake.rb @@ -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