fix: golangci

This commit is contained in:
zarazaex69
2026-05-19 22:02:56 +03:00
parent 2b6f77f0f6
commit ccf3ff0988
2 changed files with 0 additions and 2 deletions

View File

@@ -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":

View File

@@ -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,