require: - rubocop-performance - rubocop-rspec Layout/LineLength: Max: 145 IgnoredPatterns: ['(\A|\s)#'] Metrics/ModuleLength: Max: 200 Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 100 Metrics/BlockLength: Max: 40 Exclude: - 'spec/**/*' Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/ParameterLists: Enabled: false Naming/MethodParameterName: Enabled: false