Skip to content

Commit 8cfdc89

Browse files
committed
add lint-spell-fix to lint-fix (go-gitea#29111)
Followup to go-gitea#29106, fix this oversight.
1 parent d260eb4 commit 8cfdc89

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
@@ -358,7 +358,7 @@ checks-backend: tidy-check swagger-check fmt-check swagger-validate security-che
358358
lint: lint-frontend lint-backend lint-spell
359359

360360
.PHONY: lint-fix
361-
lint-fix: lint-frontend-fix lint-backend-fix
361+
lint-fix: lint-frontend-fix lint-backend-fix lint-spell-fix
362362

363363
.PHONY: lint-frontend
364364
lint-frontend: lint-js lint-css

0 commit comments

Comments
 (0)