From ccdfea020b010a291e6f9744fef0465353878456 Mon Sep 17 00:00:00 2001 From: sundowndev Date: Mon, 24 Feb 2020 21:22:55 +0100 Subject: [PATCH] chore: codeclimate config --- .codeclimate.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..798e2e8 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,7 @@ +plugins: + golint: + enabled: true + gofmt: + enabled: true + govet: + enabled: true \ No newline at end of file