sled/3party/marl/license-checker.cfg
tqcq 1782dba5ba
All checks were successful
linux-x64-gcc / linux-gcc (Release) (push) Successful in 51s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 1m1s
feat add marl for fiber
2024-03-08 18:05:40 +08:00

28 lines
668 B
INI

{
"licenses": [
"Apache-2.0",
"Apache-2.0-Header"
],
"paths": [
{
"exclude": [
".clang-format",
".gitignore",
".gitmodules",
".vscode/*.json",
"**.md",
"AUTHORS",
"LICENSE",
"go.mod",
"build/**",
"docs/imgs/*.svg",
"kokoro/**.cfg",
"third_party/benchmark/**",
"third_party/googletest/**",
"examples/run_webserver",
"examples/shell.emscripten.html"
]
}
]
}