We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aad607 commit 8a816ecCopy full SHA for 8a816ec
.rubocop.yml
@@ -36,9 +36,6 @@ Style/BlockDelimiters:
36
Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
37
be consistent then.
38
EnforcedStyle: braces_for_chaining
39
-Style/ClassAndModuleChildren:
40
- Description: Compact style reduces the required amount of indentation.
41
- EnforcedStyle: compact
42
Style/EmptyElse:
43
Description: Enforce against empty else clauses, but allow `nil` for clarity.
44
EnforcedStyle: empty
0 commit comments