From 1166e955d47bad6c70cc8928984a1cd467a3cdff Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 May 2018 12:03:11 +0200 Subject: [PATCH] Bug 1449035 - Codespell: move to quiet-level=7 to also ignore the binary r=ahal MozReview-Commit-ID: 9ldfPPRqiSu --HG-- extra : rebase_source : 3830f48f954c1ef8b5d858644177c8beaedb0e50 --- tools/lint/spell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lint/spell/__init__.py b/tools/lint/spell/__init__.py index d60a7dd132ca..00180710eca8 100644 --- a/tools/lint/spell/__init__.py +++ b/tools/lint/spell/__init__.py @@ -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',