#653 Update tslint to set the filename key for problems in other files
This commit is contained in:
@@ -303,7 +303,6 @@ Execute(FixLocList should interpret temporary filenames as being the current buf
|
||||
\ 'lnum': 2,
|
||||
\ 'col': 0,
|
||||
\ 'bufnr': bufnr(''),
|
||||
\ 'filename': b:temp_name,
|
||||
\ 'vcol': 0,
|
||||
\ 'type': 'E',
|
||||
\ 'nr': -1,
|
||||
@@ -314,7 +313,6 @@ Execute(FixLocList should interpret temporary filenames as being the current buf
|
||||
\ 'lnum': 3,
|
||||
\ 'col': 0,
|
||||
\ 'bufnr': bufnr(''),
|
||||
\ 'filename': b:temp_name,
|
||||
\ 'vcol': 0,
|
||||
\ 'type': 'E',
|
||||
\ 'nr': -1,
|
||||
|
||||
Reference in New Issue
Block a user