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:
Родитель
c4f470fa12
Коммит
8726b98785
2
tasks.py
2
tasks.py
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче