From 9c3daf3a66b00ce553191cb976ff5bb313048553 Mon Sep 17 00:00:00 2001 From: Steven Harman Date: Tue, 16 Oct 2018 13:37:39 -0400 Subject: Respect configured excluded_paths --- ale_linters/ruby/reek.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters') 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 -- cgit v1.2.3