diff --git a/.golangci.yaml b/.golangci.yaml index acc6d576a..5b9d7f4ff 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -47,6 +47,8 @@ linters: - whitespace - copyloopvar - intrange + - fatcontext + # - canonicalheader Can't do this one since it alerts on valid headers such as X-XSS-Protection issues: exclude-rules: