Skip to content

Commit

Permalink
remoev govet, replace exportloopref w copyloopvar
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Aug 21, 2024
1 parent c07b4e2 commit 5764dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ linters:
- bodyclose
- dogsled
- errcheck
- exportloopref
- copyloopvar
- goconst
- gocritic
- gofumpt
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
Expand Down Expand Up @@ -76,4 +75,5 @@ linters-settings:
- prefix(github.com/terpnetwork/terp-core)
gosec:
excludes:
- G404
- G404
- G115

0 comments on commit 5764dff

Please sign in to comment.