Skip to content

Commit

Permalink
Ignore slice access out of bounds warning while broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Oct 3, 2023
1 parent 84a2a31 commit ea3455e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Expand Up @@ -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"
Expand Down

0 comments on commit ea3455e

Please sign in to comment.