Skip to content

Commit ed92768

Browse files
committed
ci: revive as linter
1 parent 745cf93 commit ed92768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ linters:
2121
enable:
2222
- errcheck
2323
- goimports
24-
- golint
24+
- revive
25+
- misspell
2526
- govet
2627
- staticcheck
2728

0 commit comments

Comments
 (0)