Skip to content

Commit 064a368

Browse files
dneto0arcady-lunarg
authored andcommitted
kokoro: update license-check.cfg to allow REUSE license updates
See changes in PR KhronosGroup#4256 This updates the license check configuration file to ignore the license check for the license file metadata itself. Also exclude local temporary files in .jj and .cipd, which helps me with my local testing.
1 parent c8e5e6f commit 064a368

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

license-checker.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
"_config.yml",
1717
".*",
18+
".*/**",
1819
".github/workflows/*.yml",
1920
".github/workflows/*.js",
2021
".jj/**",
@@ -23,6 +24,9 @@
2324
"known_good.json",
2425
"LICENSE.txt",
2526
"make-revision",
27+
"standalone.gclient_entries",
28+
"LICENSES/*",
29+
"REUSE.toml",
2630
"WORKSPACE",
2731

2832
"glslang/OSDependent/Web/glslang.*.js",

0 commit comments

Comments
 (0)