check-templates: Exclude static/icons/fonts/template.hbs.

This file was unchecked until the .handlebars ↦ .hbs rename, so this
is the easiest way to get tests passing again.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-07-12 22:49:51 -07:00
parent adcfa68da8
commit aa36e2f5e1
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ EXCLUDED_FILES = [
"tools/tests/test_template_data",
# Our parser doesn't handle the way its conditionals are layered
'templates/zerver/emails/missed_message.source.html',
# Previously unchecked and our parser doesn't like its indentation
'static/icons/fonts/template.hbs',
]
def check_our_files(modified_only, all_dups, targets):