mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 05:54:45 +08:00
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:
@@ -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 New Issue
Block a user