mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1579845 - ride along: Strip codespell results r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D45449 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
966ab066dc
commit
6963a42813
@ -60,7 +60,7 @@ class CodespellProcess(ProcessHandlerMixin):
|
||||
if m:
|
||||
return
|
||||
res = {'path': abspath,
|
||||
'message': typo + " ==> " + correct,
|
||||
'message': typo.strip() + " ==> " + correct,
|
||||
'level': 'error',
|
||||
'lineno': line,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user