Skip to content

Commit aabcecd

Browse files
committed
chore(lint): remove deprecated checker
1 parent 0ef81ac commit aabcecd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup golangci-lint
2222
uses: golangci/golangci-lint-action@v3
2323
with:
24-
version: v1.46.2
24+
version: v1.50.1
2525
args: --verbose
2626
test:
2727
strategy:

.golangci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ linters:
44
fast: false
55
enable:
66
- bodyclose
7-
- deadcode
87
- depguard
98
- dogsled
109
- dupl
@@ -27,15 +26,12 @@ linters:
2726
- nakedret
2827
- noctx
2928
- nolintlint
30-
- rowserrcheck
3129
- staticcheck
32-
- structcheck
3330
- stylecheck
3431
- typecheck
3532
- unconvert
3633
- unparam
3734
- unused
38-
- varcheck
3935
- whitespace
4036
- gofumpt
4137

0 commit comments

Comments
 (0)