From a17d83b2eac7d5f1e476d5f414706feb4823e5b9 Mon Sep 17 00:00:00 2001 From: bbrodriges Date: Tue, 26 Nov 2024 15:16:57 +0300 Subject: [PATCH] fix lint --- .golangci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index b248c06..4f7691a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -100,24 +100,20 @@ linters-settings: linters: disable-all: true enable: - - deadcode - errcheck - goconst - gofmt # On why gofmt when goimports is enabled - https://github.com/golang/go/issues/21476 - goimports - - golint - gosimple - govet - ineffassign - - maligned - misspell + - revive - staticcheck - - structcheck - typecheck - unconvert - unparam - unused - - varcheck issues: # List of regexps of issue texts to exclude, empty list by default.