From ccf3ff09886617fac660f9a5a4e83c0dcae7eeff Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Tue, 19 May 2026 22:02:56 +0300 Subject: [PATCH] fix: golangci --- internal/e2e/tunnel_test.go | 1 - mobile/mobile_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/internal/e2e/tunnel_test.go b/internal/e2e/tunnel_test.go index dc060ce..d6b1d16 100644 --- a/internal/e2e/tunnel_test.go +++ b/internal/e2e/tunnel_test.go @@ -369,7 +369,6 @@ func builtInTransportNames() []string { return []string{transportData, transportVideo, transportSEI, transportVP8} } -//nolint:cyclop // matrix of carrier×transport expectations is naturally branchy func realE2ECaseExpectation(carrierName, transportName string) realE2EExpectation { switch carrierName { case "telemost": diff --git a/mobile/mobile_test.go b/mobile/mobile_test.go index 74cfdc8..8938f4e 100644 --- a/mobile/mobile_test.go +++ b/mobile/mobile_test.go @@ -106,7 +106,6 @@ func TestDefaultsAndSetters(t *testing.T) { } } -//nolint:cyclop // table-driven test naturally has many branches func TestNormalizeBuildRoomAndClamp(t *testing.T) { tests := map[string]string{ "datachannel": dataTransport,