From aee8c305d91286670cc538366c0037b823039adb Mon Sep 17 00:00:00 2001 From: dinsmol Date: Tue, 7 Sep 2021 16:43:40 +0300 Subject: [PATCH] rubocop channel updated to 1-18-3 --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 15de06988..0a8ab3847 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -32,7 +32,7 @@ plugins: enabled: false rubocop: enabled: true - channel: rubocop-1-12-1 + channel: rubocop-1-18-3 checks: Rubocop/Style/ClassAndModuleChildren: enabled: false