This is an automated email from the ASF dual-hosted git repository. tuhaihe pushed a commit to branch REL_2_STABLE in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git
commit 5efe0cec3205faff689f453d92cb15e168947338 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]
