From fc9f5f8be621bda73d1208000f16544b205a86d9 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 13 Jun 2017 11:27:41 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20run=20rubocop=20on=20db/schema.?= =?UTF-8?q?rb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 1092ac6c6..ede1689a7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,7 @@ +AllCops: + Exclude: + - "db/schema.rb" + Bundler/DuplicatedGem: Enabled: true @@ -74,7 +78,6 @@ Layout/ExtraSpacing: Enabled: true Exclude: - "Guardfile" - - "db/schema.rb" Layout/FirstArrayElementLineBreak: Enabled: false