Skip to content

Commit

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

govet:
# Enable analyzers by name (in addition to default).
Expand All @@ -17,9 +19,9 @@ linters:
# - wsl
- asciicheck
- bodyclose
- copyloopvar
- dogsled
- errcheck
- exportloopref
- goconst
- gocritic
- gofmt
Expand Down Expand Up @@ -60,8 +62,6 @@ 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 e666813

Please sign in to comment.