mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +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
|
- maintidx
|
||||||
- exhaustruct
|
- exhaustruct
|
||||||
- containedctx
|
- containedctx
|
||||||
|
# TODO: depguard requires a list of (un)acceptible imports
|
||||||
|
- depguard
|
||||||
|
Loading…
Reference in New Issue
Block a user