Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Apr 1, 2024
1 parent 04732c1 commit eb343b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"os"
"os/exec"
"strings"

//lint:ignore ST1001
. "github.com/onsi/ginkgo/v2" //nolint:golint,revive
)

Check failure on line 26 in test/utils/utils.go

View workflow job for this annotation

GitHub Actions / golangci-lint

malformed linter directive; missing the required reason field? (compile)

Check failure on line 26 in test/utils/utils.go

View workflow job for this annotation

GitHub Actions / golangci-lint

should not use dot imports (ST1001)

Expand Down

0 comments on commit eb343b2

Please sign in to comment.