From db56b8ebbf3954636345459320682ef7192e1868 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 22 Sep 2025 21:38:04 +0200 Subject: [PATCH] fix: target name for strict linting (#1658) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5e53bcc6e..b2f8c112c2 100644 --- a/Makefile +++ b/Makefile @@ -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