test: whitelist mod replace directives

This commit is contained in:
Florian Schade
2024-03-06 12:08:26 +01:00
committed by jkoberg
parent ac66cefc4e
commit 3591ad67a6

View File

@@ -45,6 +45,11 @@ linters:
linters-settings:
gocyclo:
min-complexity: 35 # there are some func unforuntately who need this - should we refactor them?
gomoddirectives:
replace-allow-list:
- github.com/go-micro/plugins/v4/store/nats-js-kv
- github.com/studio-b12/gowebdav
- github.com/egirna/icap-client
severity:
default-severity: error