Configure RuboCop
This commit is contained in:
parent
51945a65a5
commit
3ed29c673f
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ Style/RescueModifier:
|
|||
Exclude:
|
||||
- 'spec/**/*.rb'
|
||||
|
||||
Style/Semicolon:
|
||||
Exclude:
|
||||
- 'spec/**/*.rb'
|
||||
|
||||
Style/TrailingCommaInArguments:
|
||||
EnforcedStyleForMultiline: comma
|
||||
|
||||
|
|
Reference in a new issue