Skip to content

Commit 2336c65

Browse files
authored
Merge pull request #1466 from breml/go-licenses
lint: disallow restricted licenses in go-licenses
2 parents 9aa7f1b + 84e7fbb commit 2336c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh -eu
2-
go-licenses check ./...
2+
go-licenses check --disallowed_types=forbidden,unknown,restricted --ignore github.com/lxc/go-lxc ./...

0 commit comments

Comments
 (0)