require: rubocop-performance 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/GlobalVars: Enabled: false Style/BlockDelimiters: EnforcedStyle: braces_for_chaining Style/ModuleFunction: EnforcedStyle: extend_self Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 15 Security/YAMLLoad: Enabled: false