edge.yml in theforeman-rubocop-0.0.1 vs edge.yml in theforeman-rubocop-0.0.2
- old
+ new
@@ -1,5 +1,9 @@
inherit_from:
- all.yml
AllCops:
NewCops: enable
+
+# Enforce ruby19 style
+Style/HashSyntax:
+ EnforcedStyle: ruby19_no_mixed_keys
- old
+ new