Remove the depguard from the list of enabled linters

It seems that it flags some imports which are part of the project.

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
Cosmin Cojocar 2023-06-02 16:08:00 +02:00 committed by Cosmin Cojocar
parent 1f689968ec
commit 1457921142

View file

@ -2,7 +2,6 @@ linters:
enable:
- asciicheck
- bodyclose
- depguard
- dogsled
- durationcheck
- errcheck