.rubocop.yml in ndr_import-4.0.0 vs .rubocop.yml in ndr_import-4.0.1

- old
+ new

@@ -9,9 +9,13 @@ EnforcedStyle: hash_rockets SupportedStyles: - ruby19 - hash_rockets +# Override HoundCI's preference for double quotes: +Style/StringLiterals: + EnforcedStyle: single_quotes + # Would enforce "-> { }", which we cannot use yet. Lambda: Enabled: false # ...