gitea/modules
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
..
actions Report structurally invalid workflows to users (#37116) 2026-04-09 15:03:32 +02:00
analyze
assetfs Fix theme discovery and Vite dev server in dev mode (#37033) 2026-03-30 14:59:10 +00:00
auth Update Go dependencies (#36781) 2026-04-01 11:26:52 +08:00
avatar Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
badge
base
cache
cachegroup
charset Improve control char rendering and escape button styling (#37094) 2026-04-06 11:07:33 +00:00
commitstatus Update Combine method to treat warnings as failures and adjust tests (#37048) 2026-03-31 17:22:18 +00:00
container
csv
dump
emoji
eventsource
fileicon
generate Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
git refactor: simplify ParseCatFileTreeLine and catBatchParseTreeEntries (#37210) 2026-04-14 12:03:26 +00:00
gitrepo Fix the wrong push commits in the pull request when force push (#36914) 2026-04-04 16:27:57 -07:00
glob
globallock
graceful Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
gtprof
hcaptcha
highlight Improve control char rendering and escape button styling (#37094) 2026-04-06 11:07:33 +00:00
hostmatcher
htmlutil
httpcache
httplib
indexer Improve control char rendering and escape button styling (#37094) 2026-04-06 11:07:33 +00:00
issue/template
json Fix corrupted JSON caused by goccy library (#37214) 2026-04-14 14:00:20 +00:00
label
lfs
lfstransfer
log
markup Use Content-Security-Policy: script nonce (#37232) 2026-04-15 20:07:57 +00:00
mcaptcha
metrics
migration Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
nosql
optional
options Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
packages Add support for RPM Errata (updateinfo.xml) (#37125) 2026-04-08 00:39:53 +08:00
paginator
pprof
private
process
proxy
proxyprotocol
public Merge some standalone Vite entries into index.js (#37085) 2026-04-05 19:13:34 +00:00
queue
recaptcha
references
regexplru
repository
reqctx
secret
session Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
setting Remove outdated RunUser logic (#37180) 2026-04-12 02:52:12 +00:00
sitemap
ssh
storage
structs Add webhook name field to improve webhook identification (#37025) (#37040) 2026-04-01 09:56:20 +08:00
svg
system
tailmsg
tempdir
templates Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
test tests/integration: simplify code (#37249) 2026-04-17 20:33:49 +08:00
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
uri
user
util Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
validation Fix corrupted JSON caused by goccy library (#37214) 2026-04-14 14:00:20 +00:00
web Refactor htmx and fetch-action related code (#37186) 2026-04-13 18:53:55 +00:00
webhook
zstd