mirror of
https://github.com/dense-analysis/ale
synced 2024-12-17 20:05:31 +00:00
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
Before:
|
|
call ale#assert#SetUpLinterTest('haskell', 'ghc_mod')
|
|
|
|
After:
|
|
call ale#assert#TearDownLinterTest()
|
|
|
|
Execute(Default should use ghc-mod):
|
|
AssertLinter
|
|
\ 'ghc-mod',
|
|
\ ale#Escape('ghc-mod') . ' --map-file %s=%t check %s'
|