diff --git a/tools/check-templates b/tools/check-templates index 72e735280a..ef59cde995 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -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):