diff --git a/.rubocop.yml b/.rubocop.yml index 41696d20..12052185 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -123,3 +123,7 @@ Style/TrailingCommaInHashLiteral: Style/TrailingCommaInArguments: EnforcedStyleForMultiline: consistent_comma + +Style/RedundantSelf: + Exclude: + - app/models/**/*