require: - rubocop-sequel - rubocop-md - rubocop-performance Layout/LineLength: Max: 120 Exclude: - 'lib/legion/data/migrations/*.rb' Metrics/MethodLength: Max: 30 Metrics/ClassLength: Max: 1500 Metrics/AbcSize: Max: 34 Metrics/BlockLength: Max: 50 Exclude: - 'lib/legion/data/migrations/*' Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: space Style/SymbolArray: Enabled: true Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table Style/Documentation: Enabled: false AllCops: TargetRubyVersion: 2.5 NewCops: enable Style/FrozenStringLiteralComment: Enabled: false