.rubocop.yml in index_html-0.2.1 vs .rubocop.yml in index_html-0.2.2

- old
+ new

@@ -18,17 +18,9 @@ # Avoid more than `Max` levels of nesting. BlockNesting: Max: 4 -# Align with the style guide. -CollectionMethods: - PreferredMethods: - collect: 'map' - inject: 'reduce' - find: 'detect' - find_all: 'select' - AccessModifierIndentation: Enabled: false # Limit line length LineLength: