Upgrade golangci-lint, more linters

Introduces new linters, upgrade golangci-lint to version (v1.63.4)
This commit is contained in:
Joe Turki
2025-01-02 06:04:12 -06:00
parent 99dcc6b7bf
commit feeeebf251
147 changed files with 3842 additions and 2139 deletions

View File

@@ -23,5 +23,6 @@ func (c Configuration) getICEServers() []ICEServer {
iceServers[iceServersIndex].URLs[urlsIndex] = rawURL
}
}
return iceServers
}