aboutsummaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..a065a1d
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,17 @@
+version: "2"
+
+checks:
+ method-count:
+ config:
+ threshold: 50
+
+engines:
+ golint:
+ enabled: true
+ checks:
+ GoLint/Comments/DocComments:
+ enabled: false
+ gofmt:
+ enabled: true
+ govet:
+ enabled: true