Update golangci-lint to v2.12.2 with canonical config #4
Reference in New Issue
Block a user
Delete Branch "golangci-v2.12.2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates the linter toolchain and config:
.golangci.ymlreplaced with the canonical v2-schema config. Linter settings now live underlinters.settings(the previous top-levellinters-settingsblock was silently ignored by golangci-lint v2, so thresholds likelll: 88were not being applied). The obsoleteissues.exclude-use-defaultkey is dropped.@v2.12.2inDockerfileandscript/bootstrap; pin date comments refreshed to 2026-08-07.lllfindings inattrsum.go(long function signatures, oneFprintfformat string, one flag description, and one trailingnolintcomment line) resolved by wrapping lines; no behavior changes. Thenolint:gosecdirective moved to its own line, unchanged in substance.TODO.mdCompleted Steps updated.make check(fmt-check, vet, lint, tests) passes.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.