AllCops: TargetRubyVersion: 2.6 Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes Layout/LineLength: Max: 120 Metrics/BlockLength: Max: 50 Layout/CaseIndentation: EnforcedStyle: end IndentOneStep: true