Open
Description
Feature Description
more of a RFC than a gitea feature.
Are there any more linters which might be of interest?
https://golangci-lint.run/usage/linters/
Some are obviously no go for now (for example containedctx which I use to remove context from structs) but maybe there are some which we can toggle with benefits?
I think protogetter
, intrange
(?), usestdlibvars
, prefsprint
and mirror
might be of some interest initially.
also linter we use now supports formatting which we could use? I didn't dig into it so far but there might be something interesting there.
Screenshots
No response