.rubocop.yml in index_html-0.1.3 vs .rubocop.yml in index_html-0.1.4
- old
+ new
@@ -47,24 +47,24 @@
# Enforce Ruby 1.8-compatible hash syntax
HashSyntax:
Enabled: true
-# No spaces inside hash literals
+# Spaces inside hash literals
SpaceInsideHashLiteralBraces:
- EnforcedStyle: no_space
+ EnforcedStyle: space
# Allow dots at the end of lines
DotPosition:
Enabled: false
# Don't require magic comment at the top of every file
Encoding:
Enabled: false
-# Enforce outdenting of access modifiers (i.e. public, private, protected)
-AccessModifierIndentation:
- EnforcedStyle: outdent
+# #Enforce outdenting of access modifiers (i.e. public, private, protected)
+# AccessModifierIndentation:
+# EnforcedStyle: outdent
EmptyLinesAroundAccessModifier:
Enabled: true
# Align ends correctly