From 44f3a6e88a1447e79507d3d3c081861267a143e7 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 10 May 2020 09:30:29 +0200 Subject: [PATCH] Adjust .rubocop.yml to not throw warnings Considering we're not actively checking code with rubocop at the moment, this should be okay for now. It's just a bit jarring having 20+ lines of rubocop complaining of unconfigured cops etc. --- .rubocop.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 47316f61..8d3dc4dd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,5 @@ AllCops: - Rails: - Enabled: true + NewCops: enable Exclude: - 'vendor/**/*' - 'db/schema.rb'