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