From 383aa369b4315596e1a289f828381ef3f8f408a8 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Fri, 19 Nov 2021 17:09:58 +0200 Subject: [PATCH] chore: don't enable all lints --- .golangci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 53ce42a8..de514554 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,26 +2,3 @@ run: concurrency: 8 deadline: 5m tests: false -linters: - enable-all: true - disable: - - funlen - - gochecknoglobals - - gochecknoinits - - gocognit - - goconst - - godox - - gosec - - maligned - - wsl - - gomnd - - goerr113 - - exhaustive - - nestif - - nlreturn - - exhaustivestruct - - wrapcheck - - errorlint - - cyclop - - forcetypeassert - - forbidigo