AllCops: TargetRubyVersion: 2.6 NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes Style/SymbolArray: EnforcedStyle: brackets Layout/LineLength: Max: 120 Metrics/BlockLength: Exclude: - '*.gemspec' - 'spec/**/*.rb'