We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14f446 commit 0d79818Copy full SHA for 0d79818
lib/overcommit/hook/pre_commit/rubo_cop.rb
@@ -8,7 +8,7 @@ class RuboCop < Base
8
end
9
10
def run
11
- result = execute(command + applicable_files)
+ result = execute(command, args: applicable_files)
12
return :pass if result.success?
13
14
extract_messages(
0 commit comments