mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-11 22:34:43 +00:00
17 lines
278 B
YAML
17 lines
278 B
YAML
plugins:
|
|
# golint:
|
|
# enabled: true
|
|
gofmt:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
# golangci-lint:
|
|
# enabled: true
|
|
exclude_patterns:
|
|
- "."
|
|
- "**/*.pb.go"
|
|
- "**/rln/contracts/*.go"
|
|
- "**/bindata.go"
|
|
- "./examples/waku-csharp"
|
|
- "./examples/swift-waku"
|