inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.2 DisplayCopNames: true DisplayStyleGuide: true Documentation: Enabled: false Metrics/LineLength: Max: 140 IgnoredPatterns: ['(\A|\s)#'] Metrics/ModuleLength: Max: 200 Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 40 Metrics/AbcSize: Max: 60 Metrics/BlockLength: Exclude: - 'spec/**/*' ParameterLists: Max: 10 Security/MarshalLoad: Enabled: false Naming/UncommunicativeMethodParamName: Enabled: false Style/FormatStringToken: Enabled: false