exclude gocyclo lint in E2E mock API server

Signed-off-by: Florian Wagner <h2floh@github.com>
This commit is contained in:
Florian Wagner
2022-11-04 04:52:59 +00:00
parent 51dff542d6
commit d7e1ea845e

View File

@@ -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", "", "")