Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 1e4f244

Browse files
committed
tmp
1 parent 4aba030 commit 1e4f244

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.golangci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ run:
33
skip-dirs:
44
- testing
55
linters:
6+
enable-all: false
67
enable:
78
- gocyclo
8-
- revive
9+
# - revive
910
- dupl
1011
- unconvert
1112
- goconst
1213
- gosec
13-
- gofmt
14+
# - gofmt
1415
- misspell
1516
linters-settings:
1617
exclude-rules:

0 commit comments

Comments
 (0)