This is an automated email from the ASF dual-hosted git repository. tuhaihe pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git
commit 9b67b41ecd7ae38c2dabe6e64fddf3e58076915b Author: Dianjin Wang <[email protected]> AuthorDate: Tue Sep 22 18:20:43 2026 +0800 Remove stale gometalinter.config entry from RAT excludes gometalinter.config was removed from the repository but remained in the Apache RAT exclude list in pom.xml. It matches no file in the source tree or in release archives, so drop it to keep the audit configuration accurate. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3302e0e..9a320550 100644 --- a/pom.xml +++ b/pom.xml @@ -267,7 +267,6 @@ code or new licensing patterns. <exclude>gprestore.go</exclude> <exclude>show_coverage.sh</exclude> <exclude>go.mod</exclude> - <exclude>gometalinter.config</exclude> <exclude>.github/workflows/build_and_unit_test.yml</exclude> <exclude>gpbackup_helper.go</exclude> <exclude>tools.go</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
