Skip to content

Commit

Permalink
Add documentation for license check ignore option (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger authored Jul 2, 2024
1 parent 2cd5c38 commit 25f2991
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,12 @@ publish:
#nixpkgs:
# - name: foo
# version: 1.2.3

# Package paths to ignore when running the license check
#license:
# ignore:
# # Add comment to explain why skipping this license check is OK, e.g. "These projects don't have a LICENSE file,
# # but do say mention (in README.md) that they are under Apache-2.0."
# - github.com/alibabacloud-go/endpoint-util/service
# - github.com/alibabacloud-go/tea-roa-utils/service
# - github.com/alibabacloud-go/tea-roa/client

0 comments on commit 25f2991

Please sign in to comment.