--- require: - rubocop-rake - rubocop-minitest AllCops: TargetRubyVersion: 3.3.0 NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120