Enable Rubocop Style/Semicolon with config (#23652)
This commit is contained in:
parent
8e0fd2d619
commit
9e8bc56d5a
2 changed files with 5 additions and 7 deletions
|
@ -192,6 +192,11 @@ Style/RedundantBegin:
|
|||
Style/RescueStandardError:
|
||||
EnforcedStyle: implicit
|
||||
|
||||
# Reason: Simplify some spec layouts
|
||||
# https://docs.rubocop.org/rubocop/cops_style.html#stylesemicolon
|
||||
Style/Semicolon:
|
||||
AllowAsExpressionSeparator: true
|
||||
|
||||
# Reason: Originally disabled for CodeClimate, and no config consensus has been found
|
||||
# https://docs.rubocop.org/rubocop/cops_style.html#stylesymbolarray
|
||||
Style/SymbolArray:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue