summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/.codeclimate.yml
blob: 559fa399c130eb720031bfb75daf16c8eef220df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"