Run Prettier on YML files (#22345)
This commit is contained in:
parent
f847f67410
commit
3c70f0a9c9
2 changed files with 32 additions and 33 deletions
|
@ -250,7 +250,7 @@ Metrics/ModuleLength:
|
|||
|
||||
Metrics/ParameterLists:
|
||||
Max: 5 # RuboCop default 5
|
||||
CountKeywordArgs: true # RuboCop default true
|
||||
CountKeywordArgs: true # RuboCop default true
|
||||
MaxOptionalParameters: 3 # RuboCop default 3
|
||||
Exclude:
|
||||
- app/models/concerns/account_interactions.rb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue