summaryrefslogtreecommitdiff
path: root/autoload/ale/linter.vim
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-01-12 13:08:52 +0000
committerw0rp <devw0rp@gmail.com>2019-01-12 13:14:29 +0000
commit6644563949299ce60aadf338103d50315a034a6a (patch)
treeb3ba8e44183af915c5c9b7378bbe40dc6862aa60 /autoload/ale/linter.vim
parentd8a53cc7a5c86cea4480b264eef4778ba16e4454 (diff)
downloadale-6644563949299ce60aadf338103d50315a034a6a.zip
#2132 Remove the need for the hidden add_newline option by tweaking the flow command
Diffstat (limited to 'autoload/ale/linter.vim')
-rw-r--r--autoload/ale/linter.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim
index 1cbc9ffe..0b61bad1 100644
--- a/autoload/ale/linter.vim
+++ b/autoload/ale/linter.vim
@@ -80,7 +80,6 @@ function! ale#linter#PreProcess(filetype, linter) abort
endif
let l:obj = {
- \ 'add_newline': get(a:linter, 'add_newline', 0),
\ 'name': get(a:linter, 'name'),
\ 'lsp': get(a:linter, 'lsp', ''),
\}