generated from MapColonies/ts-npm-package-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[licenses] | ||
# This indicates which are the only licenses that Licensebat will accept. | ||
# The rest will be flagged as not allowed. | ||
#accepted = ["MIT", "MSC", "BSD"] | ||
# This will indicate which licenses are not accepted. | ||
# The rest will be accepted, except for the unknown licenses or dependencies without licenses. | ||
unaccepted = ["LGPL"] | ||
# Note that only one of the previous options can be enabled at once. | ||
# If both of them are informed, only accepted will be considered. | ||
|
||
[dependencies] | ||
# This will allow users to flag some dependencies so that Licensebat will not check for their license. | ||
ignored=["ignored_dep1", "ignored_dep2"] | ||
|
||
[behavior] | ||
# False by default, if true, it will only run the checks when one of the dependency files or the .licrc file has been modified. | ||
run_only_on_dependency_modification = true | ||
# False by default, if true, it will never block the build. | ||
do_not_block_pr = true |