2021-10-27 03:07:19 -04:00
|
|
|
---
|
|
|
|
run:
|
2021-11-13 04:11:03 -05:00
|
|
|
timeout: 10m
|
2021-10-27 03:08:24 -04:00
|
|
|
|
|
|
|
issues:
|
|
|
|
skip-dirs:
|
|
|
|
- gen
|
2021-11-13 03:53:34 -05:00
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
|
|
|
- exhaustivestruct
|
|
|
|
- revive
|
|
|
|
- lll
|
|
|
|
- interfacer
|
|
|
|
- scopelint
|
|
|
|
- maligned
|
|
|
|
- golint
|
|
|
|
- gofmt
|
|
|
|
- gochecknoglobals
|
|
|
|
- gochecknoinits
|
|
|
|
- gocognit
|
|
|
|
- funlen
|
|
|
|
- exhaustivestruct
|
|
|
|
- tagliatelle
|
|
|
|
- godox
|
2021-11-13 04:11:03 -05:00
|
|
|
- ireturn
|
2021-11-13 03:53:34 -05:00
|
|
|
|
2021-11-14 12:44:37 -05:00
|
|
|
# In progress
|
|
|
|
- gocritic
|
|
|
|
|
2021-11-13 03:53:34 -05:00
|
|
|
# We should strive to enable these:
|
|
|
|
- wrapcheck
|
|
|
|
- dupl
|
2021-11-14 12:03:21 -05:00
|
|
|
- makezero
|
2021-11-13 03:53:34 -05:00
|
|
|
|
|
|
|
# We might want to enable this, but it might be a lot of work
|
|
|
|
- cyclop
|
|
|
|
- nestif
|
2021-11-14 10:49:54 -05:00
|
|
|
- wsl # might be incompatible with gofumpt
|
2021-11-15 11:26:41 -05:00
|
|
|
- testpackage
|
2021-11-15 13:42:44 -05:00
|
|
|
- paralleltest
|
2021-11-15 11:16:16 -05:00
|
|
|
|
|
|
|
linters-settings:
|
|
|
|
varnamelen:
|
|
|
|
ignore-type-assert-ok: true
|
|
|
|
ignore-map-index-ok: true
|
|
|
|
ignore-names:
|
|
|
|
- err
|
|
|
|
- db
|
|
|
|
- id
|
|
|
|
- ip
|
|
|
|
- ok
|
|
|
|
- c
|