jesseduffield.lazygit/scripts
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
..
bisect.sh [DATALAD RUNCMD] run codespell throughout fixing typos automagically 2024-08-27 18:03:00 +02:00
bump_lazycore.sh add bump lazycore script 2022-10-09 08:47:38 -07:00
bump_modules.sh bump modules and add bump_modules script 2018-12-18 23:03:26 +11:00
check_commit.sh Allow running check_script.sh when there are uncommitted changes 2026-06-16 16:21:13 +02:00
check_filenames.sh enforce lowercase filenames 2023-04-29 13:05:05 +10:00
check_for_fixups.sh Fix the check_for_fixups.sh script again 2026-05-06 18:44:59 +02:00
gofumpt-check.sh Check gofumpt formatting with the pinned version in CI and lint 2026-07-02 11:16:53 +02:00
gofumpt-tool.sh Add gofumpt-tool.sh script and use it in VS Code 2026-07-02 10:41:23 +02:00
golangci-lint-shim.sh Bump golangci-lint to v.2.4.0 from v2.2.1 2025-10-05 10:17:03 +02:00
just_e2e_completion.zsh Add zsh completion for the e2e integration-test recipes 2026-06-23 13:09:17 +02:00
preview_release_notes.sh Add script to preview release notes 2026-05-21 09:23:25 +02:00
record_demo.sh Add demo test variant 2023-07-31 22:33:04 +10:00
run_integration_tests.sh Print which git version we are using for running integration tests 2025-04-09 10:40:52 +02:00
update_docs_for_release.sh Add a script for copying the docs and schema over for release 2025-11-12 08:44:56 +01:00
update_language_files.sh Auto-update cheatsheets after updating translation 2026-02-07 09:21:22 +01:00