Skip to content

Commit 2381d35

Browse files
Julian Dehmm4ra
authored andcommitted
Makefile: djlint disable rule H037 as it's buggy
1 parent 2698e6c commit 2381d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ lint-html-fix:
158158
.PHONY: lint-html-files
159159
lint-html-files:
160160
EXIT_STATUS=0; \
161-
$(VIRTUAL_ENV)/bin/djlint $(ARGUMENTS) --profile=django --ignore=H006,H030,H031 || EXIT_STATUS=$$?; \
161+
$(VIRTUAL_ENV)/bin/djlint $(ARGUMENTS) --profile=django --ignore=H006,H030,H031,H037 || EXIT_STATUS=$$?; \
162162
exit $${EXIT_STATUS}
163163

164164
.PHONY: lint-python-files

0 commit comments

Comments
 (0)