Skip to content

Commit

Permalink
Merge pull request #404 from mattevans/chore/update-lint-cfg
Browse files Browse the repository at this point in the history
build(lint): update deprecated cfg + replace exportloopref w/ copyloopvar
  • Loading branch information
mattevans authored Nov 21, 2024
2 parents 2d80267 + 8658d13 commit 7d97f6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ linters-settings:
- performance
- style
govet:
check-shadowing: true
enable:
- shadow
nolintlint:
require-explanation: true
require-specific: true
Expand All @@ -29,7 +30,7 @@ linters:
- durationcheck
- errcheck
- errname
- exportloopref
- copyloopvar
- goconst
- gocritic
- gocyclo
Expand Down

0 comments on commit 7d97f6b

Please sign in to comment.