mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-04 15:03:06 +00:00
15 lines
223 B
YAML
15 lines
223 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"
|