Don't check `Style/RedundantSelf` in the models directory

This commit is contained in:
Andreas Nedbal 2023-10-15 10:34:19 +02:00 committed by Andreas Nedbal
parent f6e26f1751
commit 9658f10838
1 changed files with 4 additions and 0 deletions

View File

@ -123,3 +123,7 @@ Style/TrailingCommaInHashLiteral:
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: consistent_comma
Style/RedundantSelf:
Exclude:
- app/models/**/*