summaryrefslogtreecommitdiff
path: root/ale_linters/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/ruby')
-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