require: - rubocop-performance - rubocop-rspec AllCops: NewCops: enable Layout/LineLength: Max: 120 Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ModuleLength: Exclude: - 'spec/**/*.rb' RSpec/MultipleMemoizedHelpers: Max: 10 Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false