From 5c49c184692b793b8511cfdfabab32a24cd82d40 Mon Sep 17 00:00:00 2001 From: Patrik Segedy Date: Tue, 27 Jun 2023 16:20:56 +0200 Subject: [PATCH] chore: remove depguard linter --- vmaas-go/.golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vmaas-go/.golangci.yml b/vmaas-go/.golangci.yml index 68f085d4b..dc444a80b 100644 --- a/vmaas-go/.golangci.yml +++ b/vmaas-go/.golangci.yml @@ -19,7 +19,6 @@ linters: # extra linters - bodyclose # checks whether HTTP response body is closed successfully [fast: true, auto-fix: false] - - depguard # Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false] - dupl # Tool for code clone detection [fast: true, auto-fix: false] - funlen # Tool for detection of long functions [fast: true, auto-fix: false] - gocognit # Computes and checks the cognitive complexity of functions [fast: true, auto-fix: false]