We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4d418 commit b97d269Copy full SHA for b97d269
.golangci.yaml
@@ -23,3 +23,28 @@ linters:
23
- musttag
24
- nosnakecase
25
- wrapcheck
26
+ - golint
27
+ - scopelint
28
+ - interfacer
29
+ - varcheck
30
+ - deadcode
31
+ - ifshort
32
+ - structcheck
33
+linters-settings:
34
+ depguard:
35
+ rules:
36
+ main:
37
+ files:
38
+ - $all
39
+ - "!$test"
40
+ allow:
41
+ - $gostd
42
+ - "github.com/gatewayd-io/gatewayd-plugin-sdk"
43
+ - "github.com/gatewayd-io/gatewayd-plugin-cache"
44
+ - "github.com/prometheus/client_golang"
45
+ - "github.com/hashicorp/go-plugin"
46
+ - "github.com/hashicorp/go-hclog"
47
+ - "github.com/go-redis/redis/v8"
48
+ - "github.com/getsentry/sentry-go"
49
+ - "github.com/spf13/cast"
50
+ - "github.com/go-co-op/gocron"
0 commit comments