fix: target name for strict linting (#1658)

This commit is contained in:
Rabenherz112 2025-09-22 21:38:04 +02:00 committed by GitHub
parent a02756197e
commit db56b8ebbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ awesome_lint:
source .venv/bin/activate && \
hecat --config .hecat/awesome-lint.yml
.PHONY: awesome_lint # check data against awesome-selfhosted guidelines (strict)
.PHONY: awesome_lint_strict # check data against awesome-selfhosted guidelines (strict)
awesome_lint_strict:
source .venv/bin/activate && \
hecat --config .hecat/awesome-lint-strict.yml