Salsify/RspecDocString: Description: 'Check that RSpec doc strings use the correct quoting.' Enabled: true EnforcedStyle: double_quotes 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/**/*' Salsify/StyleDig: Description: 'Recommend `dig` for deeply nested access.' Enabled: true AutoCorrect: false