summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-02-09 11:57:09 +0100
committerEarl Warren <contact@earl-warren.org>2024-02-10 10:53:43 +0100
commit22c694a9e979fbe126cf2efc9f5ae18cf4de396f (patch)
treecef1a01d8731d8159d1d4b1b099f9e1a36ffdf9e /Makefile
parent[gitea] Rework spellchecking, add `lint-spell` (#29106) (diff)
downloadforgejo-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 419992823e..6ef4c521c9 100644
--- a/Makefile
+++ b/Makefile
@@ -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