.rubocop.yml in ndr_support-3.2.1 vs .rubocop.yml in ndr_support-3.3.0
- old
+ new
@@ -1,12 +1,12 @@
-# By default, would enforce { key: value } rather than { :key => value }.
-AllCops:
- RunRailsCops: true
+Rails:
+ Enabled: true
# Multi-line method chaining should be done with trailing dots.
Style/DotPosition:
EnforcedStyle: trailing
+# By default, would enforce { key: value } rather than { :key => value }.
HashSyntax:
EnforcedStyle: hash_rockets
SupportedStyles:
- ruby19
- hash_rockets