From 30ba0882b73622d537517daba5a6cc716d6d6f19 Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Mon, 6 Jan 2025 12:01:04 +0100 Subject: [PATCH] Makefile: djlint add T002 (double quotes should be used in tags) to exclude list as it clashes too often --- Makefile | 2 +- changelog/8382.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/8382.md diff --git a/Makefile b/Makefile index 63bdb63bb..e94806563 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ lint-html-fix: .PHONY: lint-html-files lint-html-files: EXIT_STATUS=0; \ - $(VIRTUAL_ENV)/bin/djlint $(ARGUMENTS) --profile=django --ignore=H006,H030,H031,H037 || EXIT_STATUS=$$?; \ + $(VIRTUAL_ENV)/bin/djlint $(ARGUMENTS) --profile=django --ignore=H006,H030,H031,H037,T002 || EXIT_STATUS=$$?; \ exit $${EXIT_STATUS} .PHONY: lint-python-files diff --git a/changelog/8382.md b/changelog/8382.md new file mode 100644 index 000000000..ff1c648b1 --- /dev/null +++ b/changelog/8382.md @@ -0,0 +1,3 @@ +### Changed +- replace chevron icon with thumbs for ratings to be consistent with changes in + a4