mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-26 05:51:08 +08:00
Fix pattern of output for coffeelint
This commit is contained in:
20
test/handler/test_coffeelint_handler.vader
Normal file
20
test/handler/test_coffeelint_handler.vader
Normal file
@@ -0,0 +1,20 @@
|
||||
Execute(The coffeelint handler should parse lines correctly):
|
||||
runtime ale_linters/coffee/coffeelint.vim
|
||||
|
||||
AssertEqual
|
||||
\ [
|
||||
\ {
|
||||
\ 'bufnr': 347,
|
||||
\ 'lnum': 125,
|
||||
\ 'col': 1,
|
||||
\ 'text': "Line exceeds maximum allowed length Length is 122, max is 120.",
|
||||
\ 'type': 'E',
|
||||
\ },
|
||||
\ ],
|
||||
\ ale_linters#coffee#coffeelint#Handle(347, [
|
||||
\ "path,lineNumber,lineNumberEnd,level,message",
|
||||
\ "stdin,125,,error,Line exceeds maximum allowed length Length is 122, max is 120.",
|
||||
\ ])
|
||||
|
||||
After:
|
||||
call ale#linter#Reset()
|
||||
Reference in New Issue
Block a user