2017-11-15 17:21:17 +00:00
|
|
|
Before:
|
2017-03-27 11:56:54 +00:00
|
|
|
runtime ale_linters/elixir/dogma.vim
|
|
|
|
|
2017-11-15 17:21:17 +00:00
|
|
|
After:
|
|
|
|
call ale#linter#Reset()
|
|
|
|
|
|
|
|
Execute(The dogma handler should parse lines correctly):
|
|
|
|
|
2017-03-27 11:56:54 +00:00
|
|
|
AssertEqual
|
|
|
|
\ [
|
|
|
|
\ {
|
|
|
|
\ 'bufnr': 347,
|
|
|
|
\ 'lnum': 18,
|
|
|
|
\ 'col': 5,
|
|
|
|
\ 'text': 'Some error',
|
|
|
|
\ 'type': 'E',
|
|
|
|
\ },
|
|
|
|
\ {
|
|
|
|
\ 'bufnr': 347,
|
|
|
|
\ 'lnum': 19,
|
|
|
|
\ 'col': 7,
|
|
|
|
\ 'text': 'Some warning',
|
|
|
|
\ 'type': 'W',
|
|
|
|
\ },
|
|
|
|
\ ],
|
|
|
|
\ ale_linters#elixir#dogma#Handle(347, [
|
|
|
|
\ 'This line should be ignored completely',
|
|
|
|
\ 'lib/filename.ex:18:5: C: Some error',
|
|
|
|
\ 'lib/filename.ex:19:7: R: Some warning',
|
|
|
|
\ ])
|