Ignore lint warning until this can be refactored

This commit is contained in:
Gabe Kangas 2022-12-12 08:55:03 -08:00
parent 96edfeaa1f
commit d49f001688
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -30,6 +30,7 @@ var (
rtmpPortOverride = flag.Int("rtmpport", 0, "Set listen port for the RTMP server")
)
// nolint:cyclop
func main() {
flag.Parse()