mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 06:21:53 +08:00
Set global vars in hlint linter file.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
" Author: jparoz <jesse.paroz@gmail.com>
|
" Author: jparoz <jesse.paroz@gmail.com>
|
||||||
" Description: hlint for Haskell files
|
" Description: hlint for Haskell files
|
||||||
|
|
||||||
|
call ale#Set('haskell_hlint_executable', 'hlint')
|
||||||
|
call ale#Set('haskell_hlint_options', get(g:, 'hlint_options', ''))
|
||||||
|
|
||||||
function! ale_linters#haskell#hlint#Handle(buffer, lines) abort
|
function! ale_linters#haskell#hlint#Handle(buffer, lines) abort
|
||||||
let l:output = []
|
let l:output = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user