diff --git a/.golangci.yml b/.golangci.yml index fd9c8c0..db187e9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -316,6 +316,7 @@ issues: - error strings should not be capitalized or end with punctuation or a newline - Function `URLParam->URLParam` should pass the context parameter - Function `URLParam` should pass the context parameter + - Potentially accessing slice out of bounds exclude-rules: - source: "^//\\s*go:generate\\s"