mirror of
https://github.com/rodneyosodo/gophercon-africa-2024.git
synced 2026-06-23 04:10:06 +00:00
e8fcaadf5c
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
37 lines
580 B
YAML
37 lines
580 B
YAML
run:
|
|
timeout: 3m
|
|
|
|
issues:
|
|
max-issues-per-linter: 100
|
|
max-same-issues: 100
|
|
|
|
linters-settings:
|
|
gocritic:
|
|
enabled-tags:
|
|
- diagnostic
|
|
- performance
|
|
- style
|
|
- experimental
|
|
- opinionated
|
|
disabled-checks:
|
|
- hugeParam
|
|
- exitAfterDefer
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- execinquery # deprecated
|
|
- gomnd # deprecated
|
|
- exportloopref # deprecated
|
|
- depguard
|
|
- exhaustruct
|
|
- ireturn
|
|
- funlen
|
|
- varnamelen
|
|
- wrapcheck
|
|
- wsl
|
|
- nonamedreturns
|
|
- cyclop
|
|
- errorlint
|
|
- err113
|