Merge branch 'master' into fix-max-size-subjects-list-for-log-off-by-one

pull/7970/head
Mohammed Al Sahaf 2026-08-30 19:29:19 +03:00 committed by GitHub
commit cd9be48dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -48,6 +48,13 @@ linters:
- whitespace
- zerologlint
settings:
canonicalheader:
# Match net/http's canonical MIME map keys to avoid re-canonicalisation.
exclusions:
- Etag
- Sec-Websocket-Key
- Te
- Www-Authenticate
staticcheck:
checks: ["all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022", "-QF1006", "-QF1008"] # default, and exclude 1 more undesired check
errcheck: