* feat: add support for logging * fix linting * chore: remove old APIError in favor of ServerError
36 lines
524 B
YAML
36 lines
524 B
YAML
---
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- 'depguard'
|
|
- 'mnd'
|
|
- 'nlreturn'
|
|
- 'tagliatelle'
|
|
- 'ireturn'
|
|
|
|
# Temporary
|
|
- 'cyclop'
|
|
- 'dupl'
|
|
- 'err113'
|
|
- 'exhaustruct'
|
|
- 'forbidigo'
|
|
- 'funlen'
|
|
- 'gochecknoglobals'
|
|
- 'gocognit'
|
|
- 'goconst'
|
|
- 'gocritic'
|
|
- 'gocyclo'
|
|
- 'godox'
|
|
- 'gosec'
|
|
- 'lll'
|
|
- 'maintidx'
|
|
- 'nestif'
|
|
- 'revive'
|
|
- 'stylecheck'
|
|
- 'varnamelen'
|
|
- 'wrapcheck'
|
|
- 'wsl'
|
|
|
|
# Deprecated
|
|
- 'exportloopref'
|