From 18c1f33fe3da7c521294cd5d1c1942949c6117c7 Mon Sep 17 00:00:00 2001 From: gempir Date: Fri, 27 Sep 2024 22:18:45 +0200 Subject: [PATCH] get rid of dead linters --- .golangci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 4582263..bce8f73 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,12 +1,8 @@ linters-settings: govet: check-shadowing: true - golint: - min-confidence: 0 gocyclo: min-complexity: 15 - maligned: - suggest-new: true goconst: min-len: 2 min-occurrences: 4 @@ -27,9 +23,7 @@ linters: disable-all: true enable: - bodyclose - - deadcode - dogsled - # - dupl - errcheck - funlen - goconst @@ -37,27 +31,18 @@ linters: - gocyclo - gofmt - goimports - - golint - gosec - gosimple - govet - ineffassign - - interfacer - # - lll - # - misspell - - scopelint - staticcheck - - structcheck - stylecheck - typecheck - unconvert - unparam - # - unused - - varcheck + - unused - whitespace - gocognit - # - godox - # - maligned - prealloc # don't enable: