Remove test vars that cover bug
These test vars were covering up a bug in the hlint linter implementation. Without these vars we can see the behavior that is exhibited in `vim` proper.
This commit is contained in:
parent
a8915d885b
commit
2a56475cf7
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
Before:
|
Before:
|
||||||
call ale#assert#SetUpLinterTest('haskell', 'hlint')
|
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 -'
|
let b:base_opts = '--color=never --json -'
|
||||||
|
|
||||||
After:
|
After:
|
||||||
|
|
Reference in a new issue