AllCops: TargetRubyVersion: 2.6 Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/ClassAndModuleChildren: EnforcedStyle: compact Metrics/MethodLength: Max: 30 Style/ModuleFunction: Enabled: false Metrics/AbcSize: Max: 30 Layout/LineLength: Max: 120 Style/Documentation: Enabled: false