Skip to content

Commit 8a816ec

Browse files
committed
(MAINT) Update rubocop config
This commit allows rubocop to use the default of nested for the ClassAndModuleChildren cop.
1 parent 9aad607 commit 8a816ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ Style/BlockDelimiters:
3636
Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
3737
be consistent then.
3838
EnforcedStyle: braces_for_chaining
39-
Style/ClassAndModuleChildren:
40-
Description: Compact style reduces the required amount of indentation.
41-
EnforcedStyle: compact
4239
Style/EmptyElse:
4340
Description: Enforce against empty else clauses, but allow `nil` for clarity.
4441
EnforcedStyle: empty

0 commit comments

Comments
 (0)