Skip to content

Commit 73f0efc

Browse files
mmorel-35ccojocar
authored andcommitted
remove deprecated linters
1 parent aef69b3 commit 73f0efc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ linters:
22
enable:
33
- asciicheck
44
- bodyclose
5-
- deadcode
65
- depguard
76
- dogsled
87
- durationcheck
@@ -24,12 +23,10 @@ linters:
2423
- nolintlint
2524
- revive
2625
- staticcheck
27-
- structcheck
2826
- typecheck
2927
- unconvert
3028
- unparam
3129
- unused
32-
- varcheck
3330
- wastedassign
3431

3532
run:

0 commit comments

Comments
 (0)