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