diff --git a/common/customports/customport.go b/common/customports/customport.go index 58fb973..07adc99 100644 --- a/common/customports/customport.go +++ b/common/customports/customport.go @@ -5,6 +5,7 @@ import ( "strings" ) +//nolint:gochecknoinits // this flag var needs a small refactor to avoid the use of the init function func init() { Ports = make(map[int]struct{}) }