From f62b27f332a90000bbbec88634be03418241a9a0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 19 Apr 2018 11:31:44 +0300 Subject: [PATCH] Add .codeclimate.yml --- .codeclimate.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .codeclimate.yml 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