Skip to content

Commit 383aa36

Browse files
committed
chore: don't enable all lints
1 parent 9b48b5e commit 383aa36

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.golangci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,3 @@ run:
22
concurrency: 8
33
deadline: 5m
44
tests: false
5-
linters:
6-
enable-all: true
7-
disable:
8-
- funlen
9-
- gochecknoglobals
10-
- gochecknoinits
11-
- gocognit
12-
- goconst
13-
- godox
14-
- gosec
15-
- maligned
16-
- wsl
17-
- gomnd
18-
- goerr113
19-
- exhaustive
20-
- nestif
21-
- nlreturn
22-
- exhaustivestruct
23-
- wrapcheck
24-
- errorlint
25-
- cyclop
26-
- forcetypeassert
27-
- forbidigo

0 commit comments

Comments
 (0)