Skip to content

Commit aa17ccf

Browse files
committed
chore: refactor Lint Configuration for Go Project
- Remove `deadcode`, `depguard`, `structcheck`, and `varcheck` linters from the `.golangci.yml` configuration Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 2958f15 commit aa17ccf

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)