File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11linters :
22 enable-all : true
33 disable :
4+ - gomnd
45 - lll
56 - wsl
67
78issues :
9+ exclude-use-default : true
810 exclude :
911 # Triggered by table tests calling t.Run. See
1012 # https://github.com/kyoh86/scopelint/issues/4 for more information.
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ set -eu
33
44platform=" $( uname -s) "
55if [ " $platform " = Linux ]; then
6- prefix=golangci-lint-1.21.0 -linux-amd64
6+ prefix=golangci-lint-1.23.8 -linux-amd64
77elif [ " $platform " = Darwin ]; then
8- prefix=golangci-lint-1.21.0 -darwin-amd64
8+ prefix=golangci-lint-1.23.8 -darwin-amd64
99fi
1010
1111cd " $( mktemp -d) " || exit 1
12- wget -q " https://github.com/golangci/golangci-lint/releases/download/v1.21.0 /${prefix} .tar.gz"
12+ wget -q " https://github.com/golangci/golangci-lint/releases/download/v1.23.8 /${prefix} .tar.gz"
1313tar -xf " ${prefix} .tar.gz"
1414mkdir -p " $( dirname " $1 " ) "
1515install " ${prefix} /golangci-lint" " $1 "
You can’t perform that action at this time.
0 commit comments