glslang/license-checker.cfg
Ben Clayton 5a7a7dbd1e Add new rules for update of license-checker
`license-checker` will be updated to support `**` based wildcards. As part of this, `license-checker` will now traverse into subdirectories that would previously be excluded when the parent directory is excluded.

This change adds new rules that work with both the old version and new, to ease migration.
2020-07-17 11:59:26 +01:00

41 lines
1.1 KiB
INI

{
"paths": [
{
"exclude": [
"_config.yml",
".*",
"*.md",
"CMakeSettings.json",
"known_good_khr.json",
"known_good.json",
"LICENSE.txt",
"make-revision",
"README-spirv-remap.txt",
"WORKSPACE",
"gtests/README.md",
"External/spirv-tools",
"Test/*",
"out/*",
"glslang/Include/revision.*",
"glslang/OSDependent/Web/glslang.*.js",
"glslang/MachineIndependent/glslang_tab.cpp",
"glslang/MachineIndependent/glslang_tab.cpp.h",
"**.md",
"build/**",
"out/**",
"Test/**",
"External/spirv-tools/**"
]
}
],
"licenses": [
"Apache-2.0-Header",
"BSD-2-Clause",
"BSD-3-Clause",
"MIT-0",
"MIT"
]
}