Преглед на файлове

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

Matt Jankowski преди 3 месеца
родител
ревизия
72b0c9e20b
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      .rubocop.yml

+ 0 - 5
.rubocop.yml

@@ -210,11 +210,6 @@ Style/RedundantBegin:
 Style/RescueStandardError:
 Style/RescueStandardError:
   EnforcedStyle: implicit
   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
 # Reason: Originally disabled for CodeClimate, and no config consensus has been found
 # https://docs.rubocop.org/rubocop/cops_style.html#stylesymbolarray
 # https://docs.rubocop.org/rubocop/cops_style.html#stylesymbolarray
 Style/SymbolArray:
 Style/SymbolArray: