Skip to content

Commit 318fa2a

Browse files
Fabian Hollerfho
authored andcommitted
golangci-lint: replace deprecated golint linter wit revive
1 parent 161ca95 commit 318fa2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linters:
44
- deadcode
55
- errcheck
66
- goimports
7-
- golint
7+
- revive
88
- gosimple
99
- ineffassign
1010
- interfacer

0 commit comments

Comments
 (0)