File tree Expand file tree Collapse file tree 3 files changed +4
-36
lines changed
Expand file tree Collapse file tree 3 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 3535 # https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
3636 go-licenses-ignore : |
3737 github.com/multiformats/go-base36
38- - run : ./hack/verify-no-patent.sh
39- working-directory : src/github.com/containerd/nerdctl
Original file line number Diff line number Diff line change @@ -150,6 +150,10 @@ linters-settings:
150150 desc : " pkg must not depend on viper"
151151 - pkg : " github.com/containerd/nerdctl/v2/cmd"
152152 desc : " pkg must not depend on any cmd files"
153+ no-patent :
154+ deny :
155+ - pkg : " github.com/hashicorp/golang-lru/arc/v2"
156+ desc : " patented (https://github.com/hashicorp/golang-lru/blob/arc/v2.0.7/arc/arc.go#L18)"
153157
154158issues :
155159 max-issues-per-linter : 0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments