From b84dc20864256688e6701c204e9d72a8b092fb44 Mon Sep 17 00:00:00 2001 From: rbajollari Date: Wed, 28 Aug 2024 09:03:04 -0400 Subject: [PATCH] .golangci.yml depecrated updates --- .golangci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 89994e9f..26ae1729 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,5 @@ run: tests: false - skip-dirs: - - tests/simulation govet: # Enable analyzers by name (in addition to default). @@ -19,9 +17,9 @@ linters: # - wsl - asciicheck - bodyclose + - copyloopvar - dogsled - errcheck - - exportloopref - goconst - gocritic - gofmt @@ -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: