blob: 1e8d238c888fe8033732d2bfa252f34f394beefd [file] [log] [blame]
Joey Armstrong5f51f2e2023-01-17 17:06:26 -05001run:
2 concurrency: 8
3 deadline: 5m
4 tests: false
5linters:
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