1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-28 07:01:19 +02:00
gitea/models/migrations/v1_19
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
..
main_test.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v231.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v232.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v233_test.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v233.go Replace custom Go formatter with golangci-lint fmt (#37194) 2026-04-17 17:45:22 +00:00
v234.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v235.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v236.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v237.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v238.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v239.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v240.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v241.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v242.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00
v243.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +02:00