gitea/build
silverwind 37ead26e36
Fix `make fmt` and `make fmt-check` (#18633)
* Run 'make fmt'

'make fmt' currently produces this change, I'm not sure how CI did not
fail on it, I made sure I have `mvdan.cc/gofumpt@latest`.

* Fix 'make fmt-check'

`make fmt-check` did not run all commands that `make fmt` did, resulting
in missed diffs. Fix that by just depending on the `fmt` target.

Includes: https://github.com/go-gitea/gitea/pull/18633

* Make gitea-fmt work with -l and -d and integrate gofumpt

This implements -l, -w and -d with gitea-fmt and merges gofumpt.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per silverwind

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Apply suggestions from code review

* use -l instead of -d for fmt-check

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Andrew Thornton <art27@cantab.net>
2022-02-06 16:44:30 +01:00
..
codeformat Fix `make fmt` and `make fmt-check` (#18633) 2022-02-06 16:44:30 +01:00
code-batch-process.go Fix `make fmt` and `make fmt-check` (#18633) 2022-02-06 16:44:30 +01:00
generate-bindata.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
generate-emoji.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
generate-gitignores.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
generate-images.js Update JS dependencies, adjust eslint config (#17904) 2021-12-04 14:43:14 +08:00
generate-licenses.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
generate-svg.js Update JS dependencies, adjust eslint config (#17904) 2021-12-04 14:43:14 +08:00
gitea-format-imports.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
gocovmerge.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
test-env-check.sh Prepare and check test env during CI (#17725) 2021-11-19 13:58:34 +08:00
test-env-prepare.sh Prepare and check test env during CI (#17725) 2021-11-19 13:58:34 +08:00
update-locales.sh Format files (#13698) 2020-11-28 01:12:22 -05:00