config/rbi.yml in rubocop-sorbet-0.6.10 vs config/rbi.yml in rubocop-sorbet-0.6.11
- old
+ new
@@ -23,20 +23,20 @@
Layout/ClassStructure:
Enabled: true
ExpectedOrder:
- module_inclusion
+ - constants
- macros
- public_attribute_macros
- protected_attribute_macros
- private_attribute_macros
- initializer
- public_methods
- protected_methods
- private_methods
- public_class_methods
- - constants
Layout/ClosingParenthesisIndentation:
Enabled: true
Layout/CommentIndentation:
@@ -127,10 +127,11 @@
Layout/ParameterAlignment:
Enabled: true
Layout/RedundantLineBreak:
Enabled: true
+ InspectBlocks: true
Layout/SpaceAfterColon:
Enabled: true
Layout/SpaceAfterComma:
@@ -228,9 +229,12 @@
RequireSigilOnAllFiles: true
MinimumStrictness: "false"
SuggestedStrictness: "true"
## Style
+
+Style/BlockDelimiters:
+ Enabled: true
Style/ClassAndModuleChildren:
Enabled: true
EnforcedStyle: compact