Skip to content

Commit

Permalink
add lint-spell-fix to lint-fix (#29111)
Browse files Browse the repository at this point in the history
Followup to #29106, fix this
oversight.
  • Loading branch information
silverwind authored Feb 9, 2024
1 parent 9c39f85 commit c7a21cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ checks-backend: tidy-check swagger-check fmt-check swagger-validate security-che
lint: lint-frontend lint-backend lint-spell

.PHONY: lint-fix
lint-fix: lint-frontend-fix lint-backend-fix
lint-fix: lint-frontend-fix lint-backend-fix lint-spell-fix

.PHONY: lint-frontend
lint-frontend: lint-js lint-css
Expand Down

0 comments on commit c7a21cb

Please sign in to comment.