...

Text file src/github.com/stretchr/objx/.codeclimate.yml

Documentation: github.com/stretchr/objx

     1engines:
     2  gofmt:
     3    enabled: true
     4  golint:
     5    enabled: true
     6  govet:
     7    enabled: true
     8
     9exclude_patterns:
    10- ".github/"
    11- "vendor/"
    12- "codegen/"
    13- "*.yml"
    14- ".*.yml"
    15- "*.md"
    16- "Gopkg.*"
    17- "doc.go"
    18- "type_specific_codegen_test.go"
    19- "type_specific_codegen.go"
    20- ".gitignore"
    21- "LICENSE"

View as plain text