Merge pull request #1955 from eborden/eborden/mising_hlint_executable_var
Remove test vars that cover bug
This commit is contained in:
commit
04ed87c882
@ -1,6 +1,9 @@
|
||||
" Author: jparoz <jesse.paroz@gmail.com>
|
||||
" 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
|
||||
let l:output = []
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('haskell', 'hlint')
|
||||
|
||||
let g:ale_haskell_hlint_executable = 'hlint'
|
||||
let g:ale_haskell_hlint_options = ''
|
||||
|
||||
let b:base_opts = '--color=never --json -'
|
||||
|
||||
After:
|
||||
|
Loading…
Reference in New Issue
Block a user