Skip to content

Commit 36d376d

Browse files
authored
Update .golangci.yml
Removed 3 abandoned linters obsoleted by unused.
1 parent db25b6a commit 36d376d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
linters:
33
disable-all: true
44
enable:
5-
- deadcode
65
- dupl
76
- errcheck
87
- goconst
@@ -16,12 +15,10 @@ linters:
1615
- nilerr
1716
- revive
1817
- staticcheck
19-
- structcheck
2018
- typecheck
2119
- unconvert
2220
- unparam
2321
- unused
24-
- varcheck
2522

2623
issues:
2724
# Excluding configuration per-path, per-linter, per-text and per-source

0 commit comments

Comments
 (0)