mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:16:00 +01:00
Don't check Style/RedundantSelf
in the models directory
This commit is contained in:
parent
f6e26f1751
commit
9658f10838
1 changed files with 4 additions and 0 deletions
|
@ -123,3 +123,7 @@ Style/TrailingCommaInHashLiteral:
|
|||
|
||||
Style/TrailingCommaInArguments:
|
||||
EnforcedStyleForMultiline: consistent_comma
|
||||
|
||||
Style/RedundantSelf:
|
||||
Exclude:
|
||||
- app/models/**/*
|
||||
|
|
Loading…
Reference in a new issue