require: - rubocop-rake - rubocop-rspec - rubocop-performance AllCops: TargetRubyVersion: 2.7 DisplayCopNames: true NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes Layout/LineLength: Max: 120 Metrics/LineLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/ClassLength: Enabled: false Metrics/BlockLength: Enabled: false Style/SymbolArray: EnforcedStyle: brackets Layout/FirstArrayElementIndentation: IndentationWidth: 4 Layout/FirstHashElementIndentation: IndentationWidth: 2 Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Style/AccessModifierDeclarations: Enabled: false