ci: disable depguard linter in golangci-lint

The `depguard` linter needs additonal configuration, namely a list of
packages that may (not) be imported.

See-also: https://github.com/OpenPeeDeeP/depguard
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2023-06-02 11:03:18 +02:00 committed by mergify[bot]
parent 81218a69f9
commit b54d32dd75

View File

@ -195,3 +195,5 @@ linters:
- maintidx
- exhaustruct
- containedctx
# TODO: depguard requires a list of (un)acceptible imports
- depguard