diff --git a/main.go b/main.go index 963eb853a..6781f6ba3 100644 --- a/main.go +++ b/main.go @@ -30,6 +30,7 @@ var ( rtmpPortOverride = flag.Int("rtmpport", 0, "Set listen port for the RTMP server") ) +// nolint:cyclop func main() { flag.Parse()