check-templates: Remove obsolete excludes.

In this commit we remove the excludes for api.html and
api_endpoints.html because those files no longer exist.
This commit is contained in:
Aditya Bansal
2018-01-27 23:05:26 +05:30
parent 8b33c46165
commit b083c894a8

View File

@@ -99,8 +99,6 @@ def check_html_templates(templates, all_dups):
# These use various whitespace-dependent formatting that
# prevent cleaning them.
'templates/corporate/zephyr-mirror.html',
'templates/zerver/api.html',
'templates/zerver/api_endpoints.html',
# These just need to be reindented
'templates/zerver/login.html',
# Can't clean this because of `preserve_spaces`