diff --git a/.golangci.yml b/.golangci.yml index 0c49c2e..7e71acd 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -177,3 +177,7 @@ issues: linters: - interfacer text: "can be `github.com/golang/protobuf/proto.Message" + - path: pkg/api/networkservice/connectioncontext_helpers_test.go + linters: + - funlen + text: "Function 'TestParsePortRange' is too long"