Skip to content

Commit 6f56c6f

Browse files
committed
.golangci.yml: Replace deprecated golint with revive
"The repository of the linter has been archived by the owner. Replaced by revive." Signed-off-by: Manuel Rüger <[email protected]>
1 parent 49aa994 commit 6f56c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
linters:
22
enable:
3-
- golint
3+
- revive
44

55
issues:
66
exclude-rules:

0 commit comments

Comments
 (0)