summaryrefslogtreecommitdiff
path: root/ale_linters/ruby
diff options
context:
space:
mode:
authorSteven Harman <steven@harmanly.com>2018-10-16 13:37:39 -0400
committerSteven Harman <steven@harmanly.com>2018-10-25 16:29:29 -0400
commit9c3daf3a66b00ce553191cb976ff5bb313048553 (patch)
tree8bda676811bb236451ad50b00f5e218939831517 /ale_linters/ruby
parent320c74ce1a28bfb4f2e10e1efcd2ca93701fc00e (diff)
downloadale-9c3daf3a66b00ce553191cb976ff5bb313048553.zip
Respect configured excluded_paths
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