We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5105bbe commit 78c59aeCopy full SHA for 78c59ae
1 file changed
.golangci.yml
@@ -13,7 +13,13 @@ linters:
13
- third_party$
14
- builtin$
15
- examples$
16
-
+ settings:
17
+ staticcheck:
18
+ # https://staticcheck.dev/docs/configuration/options/#dot_import_whitelist
19
+ dot-import-whitelist:
20
+ # Ginkgo testsuites
21
+ - github.com/onsi/gomega
22
+ - github.com/onsi/ginkgo/v2
23
formatters:
24
exclusions:
25
generated: lax
0 commit comments