Skip to content

Commit 14b19f8

Browse files
committed
remove inactivated linters
1 parent 0a08b94 commit 14b19f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

.golangci.yml

+5-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)