From 60d1fef9b4066db335970bcfd0d1d7ac106ce1f5 Mon Sep 17 00:00:00 2001 From: Tomas Koutsky Date: Tue, 17 Apr 2018 01:02:39 +0200 Subject: [PATCH] Add .codeclimate.yml --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..08e7c2d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,4 @@ +plugins: + credo: + enabled: true + channel: "beta"