Run HTML linting as part of full lint suite

This command is not used in CI so we can already include the HTML
linting even before the HTML linting is required to pass in CI.
This commit is contained in:
Tibor Leupold 2022-12-07 06:43:50 -08:00
Родитель c4f470fa12
Коммит 8726b98785
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -291,7 +291,7 @@ def test_python(ctx):
@task
def lint(ctx):
"""Run linting."""
# lint_html(ctx)
lint_html(ctx)
lint_css(ctx)
lint_js(ctx)
lint_python(ctx)