From 8751b5ab2e5f51d9b0aa76904870b8815e905d2f Mon Sep 17 00:00:00 2001 From: Tomas Kocman Date: Fri, 6 Jan 2023 18:03:31 +0100 Subject: [PATCH] chore: update golangci-lint configuration --- .golangci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 5615342..3aa6506 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,21 +6,16 @@ linters: # https://golangci-lint.run/usage/linters/#enabled-by-default-linters enable: # default linters - - deadcode - errcheck - gosimple - govet - ineffassign - staticcheck - - structcheck - typecheck - unused - - varcheck # extra linters - bidichk - bodyclose - - contextcheck - - cyclop - durationcheck - errname - errorlint @@ -33,7 +28,6 @@ linters: - gosec - misspell - nilerr - - nilnil - revive - prealloc - stylecheck