From a9410856a01e072735176bf0b83c5bed8eca99c4 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 1 Sep 2026 15:46:17 +0800 Subject: [PATCH 1/2] build: exclude Cargo target from lint scans --- licenserc.toml | 1 + typos.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/licenserc.toml b/licenserc.toml index 6bafeabb..65c2cb82 100644 --- a/licenserc.toml +++ b/licenserc.toml @@ -19,4 +19,5 @@ builtin = "Apache-2.0-ASF" [files] +excludes = ["target/**"] includes = ["**/*.proto", "**/*.rs", "**/*.yml", "**/*.yaml", "**/*.toml"] diff --git a/typos.toml b/typos.toml index 27a31d0b..edade693 100644 --- a/typos.toml +++ b/typos.toml @@ -18,4 +18,4 @@ [default.extend-words] [files] -extend-exclude = [] +extend-exclude = ["/target"] From 6f66f6cbf14e8da433b392cd168bb67e488abcd6 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 2 Sep 2026 01:11:43 +0800 Subject: [PATCH 2/2] build: drop redundant HawkEye target exclude --- licenserc.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/licenserc.toml b/licenserc.toml index 65c2cb82..6bafeabb 100644 --- a/licenserc.toml +++ b/licenserc.toml @@ -19,5 +19,4 @@ builtin = "Apache-2.0-ASF" [files] -excludes = ["target/**"] includes = ["**/*.proto", "**/*.rs", "**/*.yml", "**/*.yaml", "**/*.toml"]