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