mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Add end columns on php linter #538
This commit is contained in:
@@ -14,21 +14,25 @@ Execute(The php handler should calculate column numbers):
|
||||
\ {
|
||||
\ 'lnum': 1,
|
||||
\ 'col': 5,
|
||||
\ 'end_col': 5,
|
||||
\ 'text': "syntax error, unexpected ';', expecting ']'",
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 2,
|
||||
\ 'col': 13,
|
||||
\ 'end_col': 13,
|
||||
\ 'text': "syntax error, unexpected '/', expecting function (T_FUNCTION) or const (T_CONST)",
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 3,
|
||||
\ 'col': 5,
|
||||
\ 'end_col': 5,
|
||||
\ 'text': "syntax error, unexpected ')'",
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 4,
|
||||
\ 'col': 8,
|
||||
\ 'end_col': 12,
|
||||
\ 'text': "syntax error, unexpected ''bar'' (T_CONSTANT_ENCAPSED_STRING), expecting ']'",
|
||||
\ },
|
||||
\ ],
|
||||
|
||||
Reference in New Issue
Block a user