We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents feae59d + caaaad4 commit cda7003Copy full SHA for cda7003
.gitignore
@@ -1,5 +1,6 @@
1
.idea/
2
.vscode/
3
+bin/
4
vendor/
5
site/
6
.DS_Store
.golangci.yml
@@ -2,7 +2,6 @@ run:
timeout: 10m
issues-exit-code: 1
tests: true
- skip-dirs-use-default: true
modules-download-mode: readonly
7
allow-parallel-runners: false
8
@@ -41,6 +40,7 @@ linters-settings:
41
40
ignore-words:
42
43
issues:
+ exclude-dirs-use-default: true
44
exclude-rules:
45
# Exclude some linters from running on tests files.
46
- path: _test\.go
bin/golangci-lint
-28 MB
hack/verify-golint.sh
@@ -18,7 +18,7 @@ set -o errexit
18
set -o nounset
19
set -o pipefail
20
21
-readonly VERSION="v1.61.0"
+readonly VERSION="v1.64.7"
22
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
23
readonly KUBE_ROOT
24
0 commit comments