1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-28 10:51:23 +02:00
gitea/modules/graceful
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
..
releasereopen Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
context.go
manager_common.go Refactor pprof labels and process desc (#32909) 2024-12-20 12:17:14 +08:00
manager_unix.go Remove unused error in graceful manager (#29871) 2024-03-18 21:14:51 +00:00
manager_windows.go Replace custom Go formatter with golangci-lint fmt (#37194) 2026-04-17 17:45:22 +00:00
manager.go Refactor cat-file batch operations and support --batch-command approach (#35775) 2026-01-08 13:37:36 -08:00
net_unix.go Enable nilnil linter for new code (#36591) 2026-02-16 09:57:18 +00:00
net_windows.go
restart_unix.go
server_hooks.go Fix shutdown waitgroup panic (#35676) 2025-10-25 00:02:58 -07:00
server_http.go Migrate from webpack to vite (#37002) 2026-03-29 10:24:30 +00:00
server.go Fix shutdown waitgroup panic (#35676) 2025-10-25 00:02:58 -07:00