.style.yml in ruby_coding_standard-0.2.0 vs .style.yml in ruby_coding_standard-0.3.0
- old
+ new
@@ -16,14 +16,10 @@
Style/BlockDelimiters:
Enabled: true
EnforcedStyle: line_count_based
-Style/BracesAroundHashParameters:
- Enabled: true
- EnforcedStyle: context_dependent
-
Style/CharacterLiteral:
Enabled: true
Style/ClassAndModuleChildren:
Enabled: true
@@ -375,13 +371,13 @@
Enabled: true
Style/UnlessElse:
Enabled: true
-Style/UnneededCondition:
+Style/RedundantCondition:
Enabled: true
-Style/UnneededSort:
+Style/RedundantSort:
Enabled: true
Style/UnpackFirst:
Enabled: true