AllCops: TargetRubyVersion: 2.7.8 Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 200 Metrics/MethodLength: Max: 100 Metrics/BlockLength: Max: 100 Metrics/ClassLength: Max: 500