Ignore ace.js for spellcheck

This commit is contained in:
Florian Bruhin 2016-09-07 13:01:54 +02:00
parent 8c3906b784
commit 3d9b33f6a5

View File

@ -101,6 +101,8 @@ def check_spelling():
ignored = [
os.path.join('.', 'scripts', 'dev', 'misc_checks.py'),
os.path.join('.', 'qutebrowser', '3rdparty', 'pdfjs'),
os.path.join('.', 'tests', 'end2end', 'data', 'hints', 'ace',
'ace.js'),
]
seen = collections.defaultdict(list)