require: - rubocop-minitest - rubocop-rake AllCops: TargetRubyVersion: 3.0 NewCops: enable Layout/LineLength: Max: 180 Lint/EmptyClass: Enabled: false Metrics/ClassLength: Exclude: - 'test/**/*.rb' Metrics/MethodLength: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/WordArray: Enabled: false