gitea/tools
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
..
generate-images.ts Migrate tools and configs to typescript, require node.js >= 22.18.0 (#35421) 2025-09-06 12:58:25 +00:00
generate-svg-vscode-extensions.json Fix file icon mapping (#33855) 2025-03-11 21:06:59 +08:00
generate-svg.ts Fix a number of `strictNullChecks`-related issues (#35795) 2025-11-03 20:17:06 +00:00
gocovmerge.go Misc tool tweaks (#35734) 2025-10-23 09:07:39 +00:00
lint-templates-svg.ts Migrate tools and configs to typescript, require node.js >= 22.18.0 (#35421) 2025-09-06 12:58:25 +00:00
test-e2e.sh Merge some standalone Vite entries into index.js (#37085) 2026-04-05 19:13:34 +00:00
test-echo.go Misc tool tweaks (#35734) 2025-10-23 09:07:39 +00:00
watch.sh move some scripts from 'build' to 'tools' directory, misc refactors (#29844) 2024-03-17 23:12:36 +01:00