mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user