From c8675b40355ae0838e75e4a1c262208305d597ef Mon Sep 17 00:00:00 2001 From: JC Date: Tue, 7 Nov 2023 12:32:00 -0500 Subject: [PATCH 1/2] Update default.yml --- config/default.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default.yml b/config/default.yml index bed6307..cbaa990 100644 --- a/config/default.yml +++ b/config/default.yml @@ -68,9 +68,8 @@ Layout/BlockAlignment: Layout/BlockEndNewline: Enabled: true -# TODO: Enable this since it's in the styleguide. Layout/CaseIndentation: - Enabled: false + Enabled: true StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#indent-when-as-start-of-case Layout/ClassStructure: From 3146ccfa642222ae8d6409a8bd771db5edb63aea Mon Sep 17 00:00:00 2001 From: "J.C. Manzo" Date: Wed, 3 Jan 2024 10:33:51 -0500 Subject: [PATCH 2/2] Update config/default.yml Co-authored-by: Issy Long --- config/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.yml b/config/default.yml index cbaa990..0ea967a 100644 --- a/config/default.yml +++ b/config/default.yml @@ -71,6 +71,7 @@ Layout/BlockEndNewline: Layout/CaseIndentation: Enabled: true StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#indent-when-as-start-of-case + EnforcedStyle: end Layout/ClassStructure: Enabled: false