This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new 247c46b97 chore(sonar): ignore sonar cloud ai bot useless warning
(#2944)
247c46b97 is described below
commit 247c46b973e44dfc633543306e633bc71756d2e1
Author: marsevilspirit <[email protected]>
AuthorDate: Mon Jul 7 10:12:31 2025 +0800
chore(sonar): ignore sonar cloud ai bot useless warning (#2944)
---
protocol/triple/triple_protocol/triple_ext_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/protocol/triple/triple_protocol/triple_ext_test.go
b/protocol/triple/triple_protocol/triple_ext_test.go
index cbee90e7d..415be3c83 100644
--- a/protocol/triple/triple_protocol/triple_ext_test.go
+++ b/protocol/triple/triple_protocol/triple_ext_test.go
@@ -544,7 +544,7 @@ func TestConcurrentStreams(t *testing.T) {
assert.Nil(t, err)
start.Wait()
for i := 0; i < 100; i++ {
- num := rand.Int63n(1000) //nolint: gosec
//NOSONAR
+ num := rand.Int63n(1000) //NOSONAR
total += num
if err :=
sum.Send(&pingv1.CumSumRequest{Number: num}); err != nil {
t.Errorf("failed to send request: %v",
err)