You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to golangci-lint v2.2.1 + disable some annoying lints + fix others (#989)
Here, upgrade golangci-lint to v2.2.1, mostly because my local version
is upgraded and throwing problems.
Some really, really, really-no-good lints have been added (`noinlineerr`
and `wsl_v5`) which we disable.
Some others have been added which are good, which we keep. One checks
that there's a consistent whitespace between embedded structs and other
properties on a struct definition. Another makes sure we're using the
context form of logging functions, so `WarnContext` instead of `Warn`.
0 commit comments