diff options
Diffstat (limited to 'ale_linters/chef/foodcritic.vim')
-rw-r--r-- | ale_linters/chef/foodcritic.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ale_linters/chef/foodcritic.vim b/ale_linters/chef/foodcritic.vim index 0728a37e..44ab5681 100644 --- a/ale_linters/chef/foodcritic.vim +++ b/ale_linters/chef/foodcritic.vim @@ -21,11 +21,9 @@ function! ale_linters#chef#foodcritic#Handle(buffer, lines) abort call add(l:output, { \ 'bufnr': a:buffer, \ 'lnum': l:match[3] + 0, - \ 'vcol': 0, \ 'col': 0, \ 'text': l:text, \ 'type': 'W', - \ 'nr': -1, \}) endfor |