peridot/vendor/github.com/stretchr/objx/.codeclimate.yml

22 lines
291 B
YAML
Raw Normal View History

2022-07-07 20:11:50 +00:00
engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
exclude_patterns:
- ".github/"
- "vendor/"
- "codegen/"
- "*.yml"
- ".*.yml"
- "*.md"
- "Gopkg.*"
- "doc.go"
- "type_specific_codegen_test.go"
- "type_specific_codegen.go"
- ".gitignore"
- "LICENSE"