mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-01-09 06:21:15 +08:00
Remove unused script lint.sh
This commit is contained in:
parent
38fc107f94
commit
c8a1e894e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,7 +14,6 @@ coverage.txt
|
||||
.idea/
|
||||
|
||||
# Binaries
|
||||
.bin/
|
||||
lazygit
|
||||
lazygit.exe
|
||||
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! -x ./.bin/golangci-lint ]; then
|
||||
echo 'You need to install golangci-lint into .bin'
|
||||
echo 'One way to do this is to run'
|
||||
echo ' GOBIN=$(pwd)/.bin go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.2.1'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
./.bin/golangci-lint run
|
||||
Loading…
x
Reference in New Issue
Block a user