Skip to content

Commit 7917549

Browse files
committed
golangci-lint: replace "golint" with "revive"
The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent de7fd6b commit 7917549

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
@@ -6,8 +6,8 @@ linters:
66
- unconvert
77
- gofmt
88
- goimports
9-
- golint
109
- ineffassign
10+
- revive
1111
- vet
1212
- unused
1313
- misspell

0 commit comments

Comments
 (0)