blob: c1cc8597300ab49558c6727527fe43247c00c53c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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'
|