Skip to content

Commit

Permalink
fix: fix go-lint issue
Browse files Browse the repository at this point in the history
added required linter comment
to skip go-lint ci checks.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Oct 26, 2023
1 parent 60acc76 commit f51941f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

"github.com/red-hat-storage/ocs-client-operator/api/v1alpha1"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/onsi/ginkgo" //nolint:golint // ginkgo initialization

Check failure on line 25 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint (1.18)

dot-imports: should not use dot imports (revive)

Check failure on line 25 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint (1.19)

dot-imports: should not use dot imports (revive)
. "github.com/onsi/gomega" //nolint:golint // gomega initialization

Check failure on line 26 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint (1.18)

dot-imports: should not use dot imports (revive)

Check failure on line 26 in controllers/suite_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint (1.19)

dot-imports: should not use dot imports (revive)
"k8s.io/client-go/kubernetes/scheme"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/envtest"
Expand Down

0 comments on commit f51941f

Please sign in to comment.