mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Instead of requiring the user to install the right version of the tool in their .bin folder, create a shim that automatically runs the right version of the tool. This has several benefits: - it works out of the box with no setup required (the tool will be automatically downloaded and compiled the first time it is used) - no work needed for developers when we bump the golangci-lint version - it works in working copies that are used in different environments (e.g. locally on a Mac, or inside a dev container) Co-authored-by: kyu08 <49891479+kyu08@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| bisect.sh | ||
| bump_gocui.sh | ||
| bump_lazycore.sh | ||
| bump_modules.sh | ||
| check_filenames.sh | ||
| check_for_fixups.sh | ||
| golangci-lint-shim.sh | ||
| lint.sh | ||
| record_demo.sh | ||
| run_integration_tests.sh | ||
| update_language_files.sh | ||