aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.golangci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml
index a327370e..bb8d38a8 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -179,7 +179,6 @@ linters-settings:
linters:
enable:
- - deadcode
- errcheck
- goconst
- gocyclo
@@ -191,10 +190,8 @@ linters:
- misspell # Check code comments, whereas misspell in CI checks *.md files
- nakedret
- staticcheck
- - structcheck
- unparam
- unused
- - varcheck
enable-all: false
disable:
- bodyclose