Skip to content

Commit c7a21cb

Browse files
authored
add lint-spell-fix to lint-fix (#29111)
Followup to #29106, fix this oversight.
1 parent 9c39f85 commit c7a21cb

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)