Skip to content

Commit 22c694a

Browse files
silverwindearl-warren
authored andcommitted
[gitea] add lint-spell-fix to lint-fix (go-gitea#29111)
Followup to go-gitea#29106, fix this oversight. (cherry picked from commit c7a21cb)
1 parent 6fcb8e6 commit 22c694a

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

376376
.PHONY: lint-fix
377-
lint-fix: lint-frontend-fix lint-backend-fix
377+
lint-fix: lint-frontend-fix lint-backend-fix lint-spell-fix
378378

379379
.PHONY: lint-frontend
380380
lint-frontend: lint-js lint-css

0 commit comments

Comments
 (0)