From 758219f6baf69c33d3e94acf98291f3a1fec01cd Mon Sep 17 00:00:00 2001 From: Constantine Nikolaou Date: Sat, 28 May 2022 23:16:16 +0200 Subject: [PATCH] Add .codeclimate.yml with a workaround config values to allow rubocop to run on codeclimate without errors --- .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 0000000..9326ab1 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,6 @@ +--- +version: "2" +plugins: + rubocop: + enabled: true + channel: rubocop-0-60 # Minimum version to support ruby 2.6