From 5635d6c8629d2145441690479e1ae7c57d4e0621 Mon Sep 17 00:00:00 2001 From: Joshua Casey Date: Wed, 8 May 2024 15:01:46 -0500 Subject: [PATCH] Enable 'fatcontext' linter and mark 'canonicalheader' as unusable --- .golangci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: