Bug 1449035 - Codespell: move to quiet-level=7 to also ignore the binary r=ahal

MozReview-Commit-ID: 9ldfPPRqiSu

--HG--
extra : rebase_source : 3830f48f954c1ef8b5d858644177c8beaedb0e50
This commit is contained in:
Sylvestre Ledru 2018-05-12 12:03:11 +02:00
Родитель 692c803365
Коммит 1166e955d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -119,7 +119,7 @@ def lint(paths, config, fix=None, **lintargs):
# 2: disable warnings about binary file
# 4: shut down warnings about automatic fixes
# that were disabled in dictionary.
'--quiet-level=4',
'--quiet-level=7',
'--ignore-words=' + exclude_list,
# Ignore dictonnaries
'--skip=*.dic',