From 260efa06dff77eaa7e23764b8f32b02bdb7b4744 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Sat, 10 Oct 2020 01:21:13 +0300 Subject: [PATCH] Add CodeClimate configuration --- .codeclimate.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..96eba13f --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +engines: + rubocop: + enabled: true + checks: + Rubocop/Style/StringLiterals: + enabled: false