mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
Don't save the sign ID on loclist items. This approach won't work.
This commit is contained in:
@@ -13,7 +13,6 @@ Before:
|
||||
\ 'type': 'W',
|
||||
\ 'col': 10,
|
||||
\ 'text': 'Infix operators must be spaced. [Warning/space-infix-ops]',
|
||||
\ 'sign_id': 1000001,
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 2,
|
||||
@@ -24,7 +23,6 @@ Before:
|
||||
\ 'type': 'E',
|
||||
\ 'col': 10,
|
||||
\ 'text': 'Missing semicolon. [Error/semi]',
|
||||
\ 'sign_id': 1000002,
|
||||
\ }
|
||||
\]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user