File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : InstallTool
5353 run : |
54- wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.57.2
54+ wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.64
5555 ./bin/golangci-lint --version
5656
5757 - name : validate controller-gen
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ linters:
77 disable-all : true
88 enable :
99 - bodyclose
10- - deadcode
10+ # - deadcode
1111 - goimports
12- - golint
12+ # - golint
1313 - gosimple
1414 - govet
1515 - ineffassign
16- - interfacer
16+ # - interfacer
1717 - misspell
1818 - staticcheck
19- - structcheck
19+ # - structcheck
2020 - stylecheck
2121 - typecheck
2222 - unconvert
2323 - unparam
24- - varcheck
24+ # - varcheck
2525 - prealloc
You can’t perform that action at this time.
0 commit comments