Browse Source

Re-enable fixed `Style/Semicolon` cop (#29212)

dariusk-working/4_3_0
Matt Jankowski 2 years ago committed by GitHub
parent
commit
72b0c9e20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .rubocop.yml

5
.rubocop.yml

@ -210,11 +210,6 @@ 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…
Cancel
Save