From d7e1ea845ef8598ecadb063ffc6221d4cfb593ea Mon Sep 17 00:00:00 2001 From: Florian Wagner Date: Fri, 4 Nov 2022 04:52:59 +0000 Subject: [PATCH] exclude gocyclo lint in E2E mock API server Signed-off-by: Florian Wagner --- test/github.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/github.go b/test/github.go index 7cf95b3..73f5ca3 100644 --- a/test/github.go +++ b/test/github.go @@ -21,6 +21,7 @@ const existingRepo string = "repo-already-exists" const ghaeRepo string = "ghae-repo" const xOAuthScopesHeader = "X-OAuth-Scopes" +//nolint:gocyclo func main() { var port, gitDaemonURL string flag.StringVar(&port, "p", "", "")