Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
scfg: Add .golangci.yaml
linters:
enable-all: true
disable:
- perfsprint
- wsl
- varnamelen
- nlreturn
- exhaustruct
- wrapcheck
- lll
- exhaustive
- intrange
- godox
- nestif
- err113
- staticcheck
- errorlint
- cyclop
- nonamedreturns
- funlen
- gochecknoglobals
issues:
max-issues-per-linter: 0
max-same-issues: 0