AllCops: TargetRubyVersion: 3.1 NewCops: enable Metrics/BlockLength: Enabled: false Metrics/MethodLength: Max: 100 Style/ExplicitBlockArgument: Enabled: false Style/GuardClause: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/Documentation: Enabled: false Layout/LineLength: Max: 120