AllCops: TargetRubyVersion: 2.6 NewCops: enable Exclude: - lib/slop/slop.rb Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/EndAlignment: EnforcedStyleAlignWith: start_of_line Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/CaseIndentation: EnforcedStyle: end Metrics/BlockLength: Exclude: - spec/**/* Metrics/MethodLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false