mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 05:22:31 +08:00
#852 - Capture error codes for csslint
This commit is contained in:
@@ -5,13 +5,15 @@ Execute(HandleCSSLintFormat should handle CSS errors):
|
||||
\ 'lnum': 2,
|
||||
\ 'col': 1,
|
||||
\ 'type': 'E',
|
||||
\ 'text': '(errors) Expected RBRACE at line 2, col 1.',
|
||||
\ 'text': 'Expected RBRACE at line 2, col 1.',
|
||||
\ 'code': 'errors',
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 2,
|
||||
\ 'col': 5,
|
||||
\ 'type': 'W',
|
||||
\ 'text': '(known-properties) Expected ... but found ''wat''.',
|
||||
\ 'text': 'Expected ... but found ''wat''.',
|
||||
\ 'code': 'known-properties',
|
||||
\ },
|
||||
\ ],
|
||||
\ ale#handlers#css#HandleCSSLintFormat(42, [
|
||||
|
||||
Reference in New Issue
Block a user