gitea/.github
silverwind a9108ab6aa
Replace custom Go formatter with `golangci-lint fmt` (#37194)
Use `golangci-lint fmt` to format code, replacing the previous custom
formatter tool. https://github.com/daixiang0/gci is used to order the
imports.

`make fmt` performs ~13% faster while consuming ~57% less cpu while
formatting for me.

`GOFUMPT_PACKAGE` is gone because it's using the builtin package from
golangci-lint.

Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-04-17 17:45:22 +00:00
..
ISSUE_TEMPLATE
workflows Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
FUNDING.yml
actionlint.yaml
dependabot.yml Add `modifies/dependencies` label to dependabot (#36206) 2025-12-19 08:49:26 +00:00
labeler.yml Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
pull_request_template.md