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