From f76a00f2618a4004347c64b7e5216b9af9bb2cc5 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Thu, 6 Jun 2024 00:31:07 +0300 Subject: [PATCH] Rubocop still doesn't support Ruby > 2.5, so let's disable that. --- .codeclimate.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 916b43f3..58a5fd47 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -21,14 +21,5 @@ plugins: enabled: true reek: enabled: true - rubocop: - enabled: true - checks: - Rubocop/Style/StringLiterals: - enabled: false - Rubocop/Style/TrailingCommaInLiteral: - enabled: false - Rubocop/Style/HashSyntax: - enabled: false #exclude_patterns: #- app/assets/javascripts-jquery-ui