diff --git a/.rubocop.yml b/.rubocop.yml index a893304de..0412278c7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -26,6 +26,10 @@ require: Bundler/OrderedGems: Enabled: false +Layout/CaseIndentation: + Exclude: + - 'config/initializers/10-patches.rb' + Layout/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e91e986ef..badd847f3 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -40,13 +40,6 @@ Layout/AlignArguments: Layout/AlignHash: Enabled: false -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, IndentOneStep, IndentationWidth. -# SupportedStyles: case, end -Layout/CaseIndentation: - Exclude: - - 'config/initializers/10-patches.rb' - # Cop supports --auto-correct. Layout/ClosingHeredocIndentation: Exclude: