mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
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:
parent
81218a69f9
commit
b54d32dd75
@ -195,3 +195,5 @@ linters:
|
||||
- maintidx
|
||||
- exhaustruct
|
||||
- containedctx
|
||||
# TODO: depguard requires a list of (un)acceptible imports
|
||||
- depguard
|
||||
|
Loading…
Reference in New Issue
Block a user