This is an automated email from the ASF dual-hosted git repository. monkeydluffy pushed a commit to branch skywalking-eyes-0.5.0 in repository https://gitbox.apache.org/repos/asf/apisix.git
commit d6c4eb2983c521c036ecaebd4080fd5b8231405b Author: monkeyDluffy6017 <[email protected]> AuthorDate: Tue Aug 22 01:14:22 2023 +0800 fix: resolve license check error --- .licenserc.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index 315fa71bc..e81ae9de5 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -23,6 +23,8 @@ header: paths-ignore: - '.gitignore' + - '.gitattributes' + - '.gitmodules' - 'LICENSE' - 'NOTICE' - '**/*.json' @@ -46,7 +48,11 @@ header: # Exclude plugin-specific configuration files - 't/plugin/authz-casbin' - 't/coredns' + - 't/fuzzing/requirements.txt' + - 't/perf/requirements.txt ' - 'autodocs/' - 'docs/**/*.md' + - '.ignore_words' + - '.luacheckrc' comment: on-failure
