mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-11 09:08:32 +08:00
#333 Save sign IDs back on loclist items, and make it possible to get line numbers again
This commit is contained in:
@@ -13,6 +13,7 @@ Before:
|
||||
\ 'type': 'W',
|
||||
\ 'col': 10,
|
||||
\ 'text': 'Infix operators must be spaced. [Warning/space-infix-ops]',
|
||||
\ 'sign_id': 1000001,
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 2,
|
||||
@@ -23,6 +24,7 @@ Before:
|
||||
\ 'type': 'E',
|
||||
\ 'col': 10,
|
||||
\ 'text': 'Missing semicolon. [Error/semi]',
|
||||
\ 'sign_id': 1000002,
|
||||
\ }
|
||||
\]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user