diff options
author | silverwind <me@silverwind.io> | 2024-02-09 11:57:09 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-02-10 10:53:43 +0100 |
commit | 22c694a9e979fbe126cf2efc9f5ae18cf4de396f (patch) | |
tree | cef1a01d8731d8159d1d4b1b099f9e1a36ffdf9e /Makefile | |
parent | [gitea] Rework spellchecking, add `lint-spell` (#29106) (diff) | |
download | forgejo-22c694a9e979fbe126cf2efc9f5ae18cf4de396f.tar.xz forgejo-22c694a9e979fbe126cf2efc9f5ae18cf4de396f.zip |
[gitea] add lint-spell-fix to lint-fix (#29111)
Followup to https://github.com/go-gitea/gitea/pull/29106, fix this
oversight.
(cherry picked from commit c7a21cbb0c5f8302495fa24baf218dc3462de2c5)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,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 |