Skip to content

Commit a0e7980

Browse files
committed
fix deprecated linters
1 parent 7003789 commit a0e7980

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.golangci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,15 @@ linters:
5252
- gocyclo
5353
- gofmt
5454
- goimports
55-
- golint
55+
- revive
5656
- gosec
5757
- gosimple
5858
- govet
5959
- ineffassign
60-
- interfacer
6160
- lll
6261
- misspell
6362
- nakedret
64-
- scopelint
63+
- exportloopref
6564
- staticcheck
6665
- structcheck
6766
- stylecheck

0 commit comments

Comments
 (0)