summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/stretchr/objx/.codeclimate.yml')
-rw-r--r--vendor/github.com/stretchr/objx/.codeclimate.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/stretchr/objx/.codeclimate.yml b/vendor/github.com/stretchr/objx/.codeclimate.yml
deleted file mode 100644
index 559fa399c..000000000
--- a/vendor/github.com/stretchr/objx/.codeclimate.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-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"