mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 10:05:10 +00:00
20 lines
286 B
YAML
20 lines
286 B
YAML
---
|
|
engines:
|
|
golint:
|
|
enabled: true
|
|
checks:
|
|
GoLint/Naming/MixedCaps:
|
|
enabled: false
|
|
govet:
|
|
enabled: true
|
|
gofmt:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|
|
exclude_paths:
|
|
- "**/*_test.go"
|
|
- "*_test.go"
|
|
- "fixtures/"
|