Skip to content

Commit

Permalink
test: whitelist mod replace directives
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade authored and kobergj committed Mar 6, 2024
1 parent 8f17b1a commit ff73291
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Expand Up @@ -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
Expand Down

0 comments on commit ff73291

Please sign in to comment.