From 7ac08b83d01fc21c4885cdc1d3418a33440a4f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Pa=C3=9F?= <22845248+mpass99@users.noreply.github.com> Date: Sun, 29 May 2022 17:55:19 +0200 Subject: [PATCH] Add CodeClimate configuration --- .codeclimate.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..6b35ece --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,13 @@ +version: "2" + +plugins: + golint: + enabled: false + govet: + enabled: false + gofmt: + enabled: false + +exclude_patterns: + - "**/*_mock.go" + - "**/*_test.go" \ No newline at end of file