Skip to content

Commit 1fffbb7

Browse files
author
Daniecki, Jozef
committed
disable complexity check on main package
1 parent e773c0e commit 1fffbb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/connect-controller/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package main
4+
package main // nolint:cyclop
55

66
import (
77
"crypto/tls"

0 commit comments

Comments
 (0)