зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1499089 - Handle warnings without a line number correctly r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D8737 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
0378e1402f
Коммит
7d361890f4
|
@ -109,7 +109,7 @@ def lint(paths, config, binary=None, fix=None, setup=None, **lintargs):
|
|||
err.update({
|
||||
'hint': err.get('fix'),
|
||||
'level': 'error' if err['severity'] == 2 else 'warning',
|
||||
'lineno': err.get('line'),
|
||||
'lineno': err.get('line') or 0,
|
||||
'path': obj['filePath'],
|
||||
'rule': err.get('ruleId'),
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче