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-14 14:32:03 -05:00
|
|
|
# TODO: approve: ok, db, id
|
|
|
|
- varnamelen
|
|
|
|
|
2021-11-13 03:53:34 -05:00
|
|
|
# We should strive to enable these:
|
|
|
|
- testpackage
|
|
|
|
- stylecheck
|
|
|
|
- wrapcheck
|
|
|
|
- goerr113
|
|
|
|
- errorlint
|
|
|
|
- forcetypeassert
|
|
|
|
- errname
|
|
|
|
- gosec
|
|
|
|
- forbidigo
|
|
|
|
- dupl
|
2021-11-14 12:03:21 -05:00
|
|
|
- makezero
|
|
|
|
- paralleltest
|
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
|