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:
Sylvestre Ledru 2019-09-12 07:01:46 +00:00
parent 966ab066dc
commit 6963a42813

View File

@ -60,7 +60,7 @@ class CodespellProcess(ProcessHandlerMixin):
if m:
return
res = {'path': abspath,
'message': typo + " ==> " + correct,
'message': typo.strip() + " ==> " + correct,
'level': 'error',
'lineno': line,
}