summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-10-26 10:21:33 +0100
committerGitHub <noreply@github.com>2018-10-26 10:21:33 +0100
commitadc914a67560242703a3d3e7b7865303e60774c2 (patch)
treea7f38fc64a50f302a4588f8199e60ec2ee925d6e /ale_linters
parentaa0203320b128d6a4b83c4c1dc3c72bd36eda7d1 (diff)
parent9c3daf3a66b00ce553191cb976ff5bb313048553 (diff)
downloadale-adc914a67560242703a3d3e7b7865303e60774c2.zip
Merge pull request #1999 from stevenharman/expand_filename_for_reek
Reek: --force-exclusion flag
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/ruby/reek.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/ruby/reek.vim b/ale_linters/ruby/reek.vim
index eefc4ecf..53363d31 100644
--- a/ale_linters/ruby/reek.vim
+++ b/ale_linters/ruby/reek.vim
@@ -30,7 +30,7 @@ function! ale_linters#ruby#reek#GetCommand(buffer, version_output) abort
\ : ''
return ale#handlers#ruby#EscapeExecutable(l:executable, 'reek')
- \ . ' -f json --no-progress --no-color'
+ \ . ' -f json --no-progress --no-color --force-exclusion'
\ . l:display_name_args
endfunction