Sha256: fa54d02dfa37634bc33301a56c06d8168815db0a5122bb44af487a007e203509

Contents?: true

Size: 552 Bytes

Versions: 17

Compression:

Stored size: 552 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
Style/Documentation:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/LineLength:
  Max: 200
Style/RedundantSelf:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Lint/Debugger:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Style/CaseEquality:
  Enabled: false
Lint/UnusedMethodArgument:
  AllowUnusedKeywordArguments: true

# Offense count: 13
Metrics/CyclomaticComplexity:
  Max: 28

# Offense count: 11
Metrics/PerceivedComplexity:
  Max: 23

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
attributor-8.0 .rubocop.yml
attributor-7.1 .rubocop.yml
attributor-7.0 .rubocop.yml
attributor-6.5 .rubocop.yml
attributor-6.4 .rubocop.yml
attributor-6.3 .rubocop.yml
attributor-6.2 .rubocop.yml
attributor-6.1 .rubocop.yml
attributor-6.0 .rubocop.yml
attributor-5.7 .rubocop.yml
attributor-5.6 .rubocop.yml
attributor-5.5 .rubocop.yml
attributor-5.4 .rubocop.yml
attributor-5.3 .rubocop.yml
attributor-5.2.1 .rubocop.yml
attributor-5.2.0 .rubocop.yml
attributor-5.1.0 .rubocop.yml