config/default.yml in salsify_rubocop-0.42.0 vs config/default.yml in salsify_rubocop-0.43.0.rc0
- old
+ new
@@ -5,5 +5,16 @@
SupportedStyles:
- single_quotes
- double_quotes
Include:
- 'spec/**/*'
+
+Salsify/RspecStringLiterals:
+ Description: 'Enforce consistent quote style for non-doc strings in RSpec tests.'
+ Enabled: true
+ EnforcedStyle: single_quotes
+ SupportedStyles:
+ - single_quotes
+ - double_quotes
+# Include:
+# - 'spec/**/*'
+