Fix #690 - Filter out errors from other files for Haskell
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Execute(HandleGhcFormat should handle ghc-mod problems):
|
||||
call ale#test#SetFilename('check2.hs')
|
||||
|
||||
AssertEqual
|
||||
\ [
|
||||
\ {
|
||||
@@ -21,7 +23,8 @@ Execute(HandleGhcFormat should handle ghc-mod problems):
|
||||
\ },
|
||||
\ ],
|
||||
\ ale#handlers#haskell#HandleGHCFormat(bufnr(''), [
|
||||
\ 'check1.hs:2:1:Failed to load interface for ‘Missing’Use -v to see a list of the files searched for.',
|
||||
\ 'check2.hs:2:1:Failed to load interface for ‘Missing’Use -v to see a list of the files searched for.',
|
||||
\ 'check2.hs:2:1: Suggestion: Use camelCaseFound: my_variable = ...Why not: myVariable = ...',
|
||||
\ 'check2.hs:6:1: Warning: Eta reduceFound: myFunc x = succ xWhy not: myFunc = succ',
|
||||
\ 'xxx.hs:6:1: Warning: Eta reduceFound: myFunc x = succ xWhy not: myFunc = succ',
|
||||
\ ])
|
||||
|
||||
Reference in New Issue
Block a user