We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a08b94 commit 14b19f8Copy full SHA for 14b19f8
.github/workflows/project.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: InstallTool
53
run: |
54
- wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.57.2
+ wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.64
55
./bin/golangci-lint --version
56
57
- name: validate controller-gen
.golangci.yml
@@ -7,19 +7,19 @@ linters:
7
disable-all: true
8
enable:
9
- bodyclose
10
- - deadcode
+# - deadcode
11
- goimports
12
- - golint
+# - golint
13
- gosimple
14
- govet
15
- ineffassign
16
- - interfacer
+# - interfacer
17
- misspell
18
- staticcheck
19
- - structcheck
+# - structcheck
20
- stylecheck
21
- typecheck
22
- unconvert
23
- unparam
24
- - varcheck
+# - varcheck
25
- prealloc
0 commit comments