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