Skip to content

Commit 030d76c

Browse files
committed
chore: refactor codebase by removing unused linters
- Remove `deadcode` and `depguard` linters - Remove `structcheck` linter - Remove `varcheck` linter Signed-off-by: appleboy <[email protected]>
1 parent 3f8744f commit 030d76c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.golangci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ linters:
44
fast: false
55
enable:
66
- bodyclose
7-
- deadcode
8-
- depguard
97
- dogsled
108
- dupl
119
- errcheck
@@ -29,13 +27,11 @@ linters:
2927
- nolintlint
3028
- 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)