Skip to content

Commit 54a0411

Browse files
committed
add lint-spell-fix to lint-fix (go-gitea#29111)
Followup to go-gitea#29106, fix this oversight.
1 parent 29242f3 commit 54a0411

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

359359
.PHONY: lint-fix
360-
lint-fix: lint-frontend-fix lint-backend-fix
360+
lint-fix: lint-frontend-fix lint-backend-fix lint-spell-fix
361361

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

0 commit comments

Comments
 (0)