jesseduffield.lazygit/.github
Stefan Haller 8af6104454 Check gofumpt formatting with the pinned version in CI and lint
golangci-lint bundles gofumpt v0.8.0, which formats code differently
from the v0.9.2 we pin in go.mod. Enforcing formatting through
golangci-lint may therefore disagree with `just format`.

Remove gofumpt from golangci-lint's formatters and instead run the
pinned `go tool gofumpt` as a standalone check via a new
scripts/gofumpt-check.sh, wired into CI, `just lint`, and `make lint`.
goimports stays in golangci-lint; it's stable across versions and
nothing runs a competing copy of it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 11:16:53 +02:00
..
ISSUE_TEMPLATE Remove the invitation to submit PRs from the issue template 2026-05-11 16:02:35 +02:00
workflows Check gofumpt formatting with the pinned version in CI and lint 2026-07-02 11:16:53 +02:00
dependabot.yml Fix dependabot label for github-actions-related updates 2026-04-26 19:40:56 +02:00
FUNDING.yml cleanup 2020-08-07 18:01:26 +10:00
pull_request_template.md Enhance PR/Issue templates readability 2025-08-18 07:37:46 +02:00
release.yml Add performance improvements section to release notes 2024-09-18 21:06:02 +10:00