-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licrc
19 lines (17 loc) · 1012 Bytes
/
.licrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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", "ISC", "BSD-3-Clause", "Apache-2.0", "BSD-2-Clause", "CC-BY-3.0", "CC0-1.0", "(MIT OR CC0-1.0)"]
# This will indicate which licenses are not accepted.
# The rest will be accepted, except for the unknown licenses or dependencies without licenses.
unaccepted = ["LGPL", "GPL", "AGPL"]
# 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 = false
# False by default, if true, it will never block the build.
do_not_block_pr = false