This is an automated email from the ASF dual-hosted git repository.
lizhimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new a5b95843 chore(.licenserc.yaml): add golang/*_mock.go to ignore list
(#1193)
a5b95843 is described below
commit a5b95843fb9fbb57d0e31f72f43321e7bad24fb1
Author: Quan <[email protected]>
AuthorDate: Mon Feb 9 15:21:52 2026 +0800
chore(.licenserc.yaml): add golang/*_mock.go to ignore list (#1193)
---
.licenserc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index cb5c8747..aab3cb38 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -35,6 +35,7 @@ header:
- '.gitmodules'
- 'golang/go.mod'
- 'golang/go.sum'
+ - 'golang/*_mock.go'
-
'java/client/src/main/resources/META-INF/services/org.apache.rocketmq.client.apis.ClientServiceProvider'
-
'java/client/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker'
- '**/*.csproj'