From 811008210c31e0e139e7e94d1ed4f009dfeab8e6 Mon Sep 17 00:00:00 2001 From: Klas Eskilson Date: Tue, 15 Aug 2017 19:26:38 -0400 Subject: [PATCH] [Rubocop] Ignore Rails/ApplicationRecord for spec folder --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 374ec85..d94e546 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,5 +27,9 @@ Metrics/BlockLength: Exclude: - 'spec/**/*' +Rails/ApplicationRecord: + Exclude: + - 'spec/**/*' + Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma