Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 255beb5

Browse files
committed
fix
1 parent 19617ad commit 255beb5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.golangci.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ linters:
2020
- ginkgolinter
2121
- gocritic
2222
# - govet
23-
# - loggercheck
24-
# - misspell
25-
# - perfsprint
26-
# - revive
27-
# - unconvert
28-
# - makezero
29-
# - errcheck
30-
# - goconst
31-
# - ineffassign
32-
# - nakedret
33-
# - prealloc
34-
# - unparam
35-
# - unused
23+
- loggercheck
24+
- misspell
25+
- perfsprint
26+
- revive
27+
- unconvert
28+
- makezero
29+
- errcheck
30+
- goconst
31+
- ineffassign
32+
- nakedret
33+
- prealloc
34+
- unparam
35+
- unused
3636

3737
linters-settings:
3838
revive:

0 commit comments

Comments
 (0)