Skip to content

Commit 5523154

Browse files
committed
added a module for staticcheck to the whitelist
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent 42bf1e0 commit 5523154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

staticcheck.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ checks = [
2020
]
2121

2222
dot_import_whitelist = [
23-
"github.com/onsi/gomega"
23+
"github.com/onsi/gomega",
24+
"github.com/onsi/ginkgo/v2"
2425
]

0 commit comments

Comments
 (0)