We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22d44c7 + bd9056b commit 573e57fCopy full SHA for 573e57f
lib/rubocop/git/runner.rb
@@ -33,7 +33,7 @@ def pull_request
33
end
34
35
def git_diff(options)
36
- args = %w(diff --diff-filter=AMCR --find-renames --find-copies)
+ args = %w(-c diff.mnemonicprefix=false diff --no-color --diff-filter=AMCR --find-renames --find-copies)
37
38
args << '--cached' if options.cached
39
if options.file
0 commit comments