Skip to content

Commit

Permalink
Ignore Jigsaw code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 2, 2024
1 parent cbe1ad7 commit 46407e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Check licenses
# We allow only "notice" type of licenses.
run: go run github.com/google/go-licenses check --ignore=golang.org/x --ignore=go.uber.org/zap/exp/zapslog --allowed_licenses=Apache-2.0,Apache-3,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./...
run: go run github.com/google/go-licenses check --ignore github.com/Jigsaw-Code --ignore=golang.org/x --ignore=go.uber.org/zap/exp/zapslog --allowed_licenses=Apache-2.0,Apache-3,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./...

0 comments on commit 46407e4

Please sign in to comment.