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.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/objx/.codeclimate.yml b/vendor/github.com/stretchr/objx/.codeclimate.yml
new file mode 100644
index 000000000..010d4ccd5
--- /dev/null
+++ b/vendor/github.com/stretchr/objx/.codeclimate.yml
@@ -0,0 +1,13 @@
+engines:
+ gofmt:
+ enabled: true
+ golint:
+ enabled: true
+ govet:
+ enabled: true
+
+exclude_patterns:
+- ".github/"
+- "vendor/"
+- "codegen/"
+- "doc.go"