AllCops: TargetRubyVersion: 3.2 NewCops: enable Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: always Metrics/MethodLength: Max: 20 Metrics/ClassLength: Max: 500