mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 13:02:28 +08:00
codespell: fix spelling errors picked out by codespell (#4343)
This commit is contained in:
@@ -7,16 +7,16 @@ Execute(The ghc handler should handle hdevtools output):
|
||||
\ 'lnum': 147,
|
||||
\ 'type': 'W',
|
||||
\ 'col': 62,
|
||||
\ 'text': '• Couldnt match type ‘a -> T.Text’ with ‘T.Text’ Expected type: [T.Text]',
|
||||
\ 'text': "• Couldn't match type ‘a -> T.Text’ with ‘T.Text’ Expected type: [T.Text]",
|
||||
\ 'detail': join([
|
||||
\ '• Couldnt match type ‘a -> T.Text’ with ‘T.Text’',
|
||||
\ "• Couldn't match type ‘a -> T.Text’ with ‘T.Text’",
|
||||
\ ' Expected type: [T.Text]',
|
||||
\ ], "\n"),
|
||||
\ },
|
||||
\ ],
|
||||
\ ale#handlers#haskell#HandleGHCFormat(bufnr(''), [
|
||||
\ 'foo.hs:147:62: warning:',
|
||||
\ '• Couldnt match type ‘a -> T.Text’ with ‘T.Text’',
|
||||
\ "• Couldn't match type ‘a -> T.Text’ with ‘T.Text’",
|
||||
\ ' Expected type: [T.Text]',
|
||||
\ ])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user