AllCops: TargetRubyVersion: 2.7 Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Metrics/CyclomaticComplexity: Enabled: false Style/Documentation: Enabled: false Metrics/AbcSize: Enabled: false Layout/LineLength: Max: 120