aboutsummaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-19 11:31:44 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-19 11:33:59 +0300
commitf62b27f332a90000bbbec88634be03418241a9a0 (patch)
treee631f3e0951fcdcc5971f81a8bd4c78235ed0ed3 /.codeclimate.yml
parentb1dc965a4a5b8a48666749e824d0e480b9d08eed (diff)
Add .codeclimate.yml
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