ruby/rubocop.yml in house_style-3.0.0 vs ruby/rubocop.yml in house_style-3.1.0
- old
+ new
@@ -455,25 +455,11 @@
Style/BisectedAttrAccessor:
Enabled: true
Style/BlockComments:
Enabled: true
Style/BlockDelimiters:
- EnforcedStyle: semantic
- FunctionalMethods:
- - before
- - given
- - given!
- - watch
- - times
- - try
- - debug
- - error
- - info
- - warning
- - let
- - let!
- - subject
- - watch
+ Enabled: true
+ EnforcedStyle: braces_for_chaining
Style/CharacterLiteral:
Enabled: true
Style/ClassMethods:
Enabled: true
Style/CollectionCompact: