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