Skip to content

Commit fbc13a9

Browse files
committed
chore: update lint rules
1 parent 9e5c19b commit fbc13a9

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
@@ -47,8 +47,6 @@ linters-settings:
4747
linters:
4848
disable-all: true
4949
enable:
50-
- deadcode
51-
- depguard
5250
- dogsled
5351
- dupl
5452
- errcheck
@@ -66,13 +64,11 @@ linters:
6664
- misspell
6765
- nakedret
6866
- staticcheck
69-
- structcheck
7067
- stylecheck
7168
- typecheck
7269
- unconvert
7370
- unparam
7471
- unused
75-
- varcheck
7672
- whitespace
7773

7874
# Do not enable:

0 commit comments

Comments
 (0)