Skip to content

Commit

Permalink
Remove golangci-lint exemptions related to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama committed Jan 8, 2025
1 parent 0b43da8 commit ba5a99a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ issues:
- linters: [testifylint]
text: "suite-thelper: suite helper method must start with"
path: 'integrations/.+'
# Go 1.22 related warnings.
# These are OK because our toolchain is 1.22 or newer.
- linters: [govet]
text: "stdversion: cmp.Or requires go1.22 or later"
- linters: [govet]
text: "stdversion: rand.New requires go1.22 or later"
- linters: [govet]
text: "stdversion: rand.NewPCG requires go1.22 or later"

exclude-use-default: true
max-same-issues: 0
max-issues-per-linter: 0
Expand Down

0 comments on commit ba5a99a

Please sign in to comment.