Skip to content

Commit cda7003

Browse files
authored
Merge pull request #290 from danwinship/update-golangci
update to golangci-lint 1.64.7
2 parents feae59d + caaaad4 commit cda7003

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea/
22
.vscode/
3+
bin/
34
vendor/
45
site/
56
.DS_Store

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ run:
22
timeout: 10m
33
issues-exit-code: 1
44
tests: true
5-
skip-dirs-use-default: true
65
modules-download-mode: readonly
76
allow-parallel-runners: false
87

@@ -41,6 +40,7 @@ linters-settings:
4140
ignore-words:
4241

4342
issues:
43+
exclude-dirs-use-default: true
4444
exclude-rules:
4545
# Exclude some linters from running on tests files.
4646
- path: _test\.go

bin/golangci-lint

-28 MB
Binary file not shown.

hack/verify-golint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
readonly VERSION="v1.61.0"
21+
readonly VERSION="v1.64.7"
2222
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2323
readonly KUBE_ROOT
2424

0 commit comments

Comments
 (0)