.rubocop.yml in d_heap-0.2.2 vs .rubocop.yml in d_heap-0.3.0
- old
+ new
@@ -42,10 +42,11 @@
AllowAdjacentOneLineDefs: true
Layout/EmptyLinesAroundAttributeAccessor:
inherit_mode:
merge:
+ - Exclude
- AllowedMethods
Enabled: true
AllowedMethods:
- delegate
- def_delegator
@@ -137,11 +138,20 @@
Style/TernaryParentheses:
EnforcedStyle: require_parentheses_when_complex
Enabled: false
Style/BlockDelimiters:
+ inherit_mode:
+ merge:
+ - Exclude
+ - ProceduralMethods
+ - IgnoredMethods
+ - FunctionalMethods
EnforcedStyle: semantic
AllowBracesOnProceduralOneLiners: true
+ IgnoredMethods:
+ - expect
+
Style/FormatString:
EnforcedStyle: percent
Style/StringLiterals: