require: rubocop-rails AllCops: NewCops: enable Layout/LineLength: Max: 140 Metrics/MethodLength: Max: 35 Metrics/CyclomaticComplexity: Max: 13 Metrics/PerceivedComplexity: Max: 11 Metrics/AbcSize: Max: 45 Metrics/ClassLength: Max: 200 Metrics/BlockLength: Max: 30 Exclude: - 'lib/tasks/**/*.rake' - 'config/routes.rb' - 'app/pdfs/pdf/*.rb' - 'test/**/*.rb' Metrics/ParameterLists: CountKeywordArgs: false Style/RegexpLiteral: EnforcedStyle: slashes Style/EmptyElse: EnforcedStyle: empty Style/ClassAndModuleChildren: EnforcedStyle: compact Style/AndOr: EnforcedStyle: conditionals Style/FormatString: EnforcedStyle: sprintf