File tree 3 files changed +4
-36
lines changed
3 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 35
35
# https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
36
36
go-licenses-ignore : |
37
37
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:
150
150
desc : " pkg must not depend on viper"
151
151
- pkg : " github.com/containerd/nerdctl/v2/cmd"
152
152
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)"
153
157
154
158
issues :
155
159
max-issues-per-linter : 0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments