Respect configured excluded_paths

This commit is contained in:
Steven Harman
2018-10-16 13:37:39 -04:00
parent 320c74ce1a
commit 9c3daf3a66
2 changed files with 7 additions and 7 deletions

View File

@@ -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