From 74fce2d2f18c455ffb14abda6f4df2262c64cc4f Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 25 Mar 2021 17:41:45 +1100 Subject: [PATCH] Disable new Rubo-Cops We have enough violations already. Let's add them as we see fit and avoid the warnings for now. --- .rubocop_styleguide.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop_styleguide.yml b/.rubocop_styleguide.yml index 7ae9ca8360..7376331178 100644 --- a/.rubocop_styleguide.yml +++ b/.rubocop_styleguide.yml @@ -5,6 +5,7 @@ # rubocop locally, the default configuration file `.rubocop.yml` loads # our "todo lists" to ignore all current violations. AllCops: + NewCops: disable TargetRailsVersion: 5.0 Exclude: - 'bin/**/*'