Skip to content

Commit 9678e48

Browse files
fixup! fix: github actions
1 parent 75361a6 commit 9678e48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/.golangci.v2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ linters:
1515
default: none
1616
enable:
1717
- govet
18-
- golint
1918
- misspell
2019
- errcheck
2120
exclusions:
@@ -27,6 +26,8 @@ linters:
2726

2827
formatters:
2928
default: none
29+
enable:
30+
- golint
3031

3132
issues:
3233
max-same-issues: 0

0 commit comments

Comments
 (0)