Don't check `Style/RedundantSelf` in the models directory
This commit is contained in:
parent
f6e26f1751
commit
9658f10838
|
@ -123,3 +123,7 @@ Style/TrailingCommaInHashLiteral:
|
||||||
|
|
||||||
Style/TrailingCommaInArguments:
|
Style/TrailingCommaInArguments:
|
||||||
EnforcedStyleForMultiline: consistent_comma
|
EnforcedStyleForMultiline: consistent_comma
|
||||||
|
|
||||||
|
Style/RedundantSelf:
|
||||||
|
Exclude:
|
||||||
|
- app/models/**/*
|
||||||
|
|
Loading…
Reference in New Issue