Skip to content

Commit

Permalink
.golangci.yml depecrated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Aug 28, 2024
1 parent 4f83f74 commit b84dc20
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
@@ -1,7 +1,5 @@
run:
tests: false
skip-dirs:
- tests/simulation

govet:
# Enable analyzers by name (in addition to default).
Expand All @@ -19,9 +17,9 @@ linters:
# - wsl
- asciicheck
- bodyclose
- copyloopvar
- dogsled
- errcheck
- exportloopref
- goconst
- gocritic
- gofmt
Expand Down Expand Up @@ -62,6 +60,8 @@ issues:
- text: "SA1019: \"github.com/cosmos/ibc-go/v8/modules/core/02-client/types\" is deprecated"
linters:
- staticcheck
exclude-dirs:
- test/simulation
max-same-issues: 50

linters-settings:
Expand Down

0 comments on commit b84dc20

Please sign in to comment.