mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-06 23:24:41 +08:00
#3633 - Move linter tests into test/linter
This commit is contained in:
10
test/linter/test_haskell_ghc_mod.vader
Normal file
10
test/linter/test_haskell_ghc_mod.vader
Normal file
@@ -0,0 +1,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'
|
||||
Reference in New Issue
Block a user