From 558d2edb07b8be8a99ad92d81609c9acb8d44c9f Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Tue, 18 Jul 2023 13:15:32 +0200 Subject: [PATCH] chore: disable depguard linter (#360) --- .golangci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index acb9b08..e2cdb6d 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -74,7 +74,6 @@ linters: - contextcheck # - cyclop - decorder - - depguard - dogsled - dupl - dupword @@ -160,6 +159,8 @@ linters: # - maligned # - scopelint + # # Not useful + # - depguard # # Not terribly useful and ends up in too much boilerplate # - exhaustruct # # False positives (https://github.com/daixiang0/gci/issues/54)