Skip to content
Snippets Groups Projects
Commit 57af7dd9 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

remove not needed nolint

parent 4d33cb99
No related branches found
No related tags found
1 merge request!998[renovate] Update golangci/golangci-lint Docker tag to v1.60.1
Pipeline #221787 passed
......@@ -44,7 +44,7 @@ var defaultSDNConfig string
var application *Application
func TestMain(m *testing.M) { //nolint:staticcheck
func TestMain(m *testing.M) {
localConn, localCtx, err := integration_test_utils.CreateSecureConnection()
if err != nil {
fmt.Println(err.Error())
......
......@@ -18,7 +18,7 @@ var ctx context.Context
// A defaultSDN config with default/empty values.
var defaultSDNConfig string
func TestMain(m *testing.M) { //nolint:staticcheck
func TestMain(m *testing.M) {
localConn, localCtx, err := integration_test_utils.CreateSecureConnection()
if err != nil {
fmt.Println(err.Error())
......
......@@ -29,7 +29,7 @@ var ctx context.Context
// A defaultSDN config with default/empty values.
var defaultSDNConfig string
func TestMain(m *testing.M) { //nolint:staticcheck
func TestMain(m *testing.M) {
localConn, localCtx, err := integration_test_utils.CreateSecureConnection()
if err != nil {
fmt.Println(err.Error())
......
......@@ -35,7 +35,7 @@ var ctx context.Context
// A defaultSDN config with default/empty values.
var defaultSDNConfig string
func TestMain(m *testing.M) { //nolint:staticcheck
func TestMain(m *testing.M) {
localConn, localCtx, err := integration_test_utils.CreateSecureConnection()
if err != nil {
fmt.Println(err.Error())
......
......@@ -28,7 +28,7 @@ var ctx context.Context
// A defaultSDN config with default/empty values.
var defaultSDNConfig string
func TestMain(m *testing.M) { //nolint:staticcheck
func TestMain(m *testing.M) {
localConn, localCtx, err := integration_test_utils.CreateSecureConnection()
if err != nil {
fmt.Println(err.Error())
......
......@@ -20,7 +20,7 @@ var ctx context.Context
// A defaultSDN config with default/empty values.
var defaultSDNConfig string
func TestMain(m *testing.M) { //nolint:staticcheck
func TestMain(m *testing.M) {
localConn, localCtx, err := integration_test_utils.CreateSecureConnection()
//localConn, localCtx, err := integration_test_utils.CreateConnection()
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment