AllCops: TargetRubyVersion: 2.7 NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/FrozenStringLiteralComment: Enabled: false Layout/LineLength: Max: 120 Style/AsciiComments: Enabled: false Style/ClassVars: Enabled: false Style/Documentation: Enabled: false Style/GlobalVars: Enabled: false Style/BlockDelimiters: EnforcedStyle: braces_for_chaining Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Security/YAMLLoad: Enabled: false