mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:59:59 -04:00
[9.18] chg: dev: Exclude named.args.j2 and system test README files from license header checks
Exclude named.args.j2 files from license header checks so named.args can be generated from Jinja templates. Also exclude system test README files from the license header checks. Backport of MR !11690 Merge branch 'backport-colin/reuse-namedargs-9.18' into 'bind-9.18' See merge request isc-projects/bind9!11697
This commit is contained in:
commit
ce0d28d19c
1 changed files with 2 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ path = [
|
|||
"COPYRIGHT",
|
||||
"Makefile",
|
||||
"Makefile.**",
|
||||
"bin/tests/system/**/README*",
|
||||
"bin/tests/system/checkzone/zones/bad-caa-rr.db",
|
||||
"bin/tests/system/checkzone/zones/bad1.db",
|
||||
"bin/tests/system/checkzone/zones/crashzone.db",
|
||||
|
|
@ -40,7 +41,6 @@ path = [
|
|||
"bin/tests/system/checkzone/zones/warn.deprecated.rsasha1.db",
|
||||
"bin/tests/system/dnstap/large-answer.fstrm",
|
||||
"bin/tests/system/doth/CA/CA.cfg",
|
||||
"bin/tests/system/doth/CA/README",
|
||||
"bin/tests/system/doth/CA/index.txt",
|
||||
"bin/tests/system/doth/CA/index.txt.attr",
|
||||
"bin/tests/system/doth/CA/serial",
|
||||
|
|
@ -143,8 +143,7 @@ path = [
|
|||
"**/.dir-locals.el",
|
||||
"**/.gitattributes",
|
||||
"**/.gitignore",
|
||||
"**/named**.args",
|
||||
"**/named**.args.in",
|
||||
"**/named*.args*",
|
||||
"**/named.dropedns",
|
||||
"**/named.ednsformerr",
|
||||
"**/named.ednsnotimp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue