summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/.codeclimate.yml
blob: 010d4ccd58225c4a949eaa72742f7af6eaca6e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
engines:
  gofmt:
    enabled: true
  golint:
    enabled: true
  govet:
    enabled: true

exclude_patterns:
- ".github/"
- "vendor/"
- "codegen/"
- "doc.go"