Sha256: 932c2d7f6b13ae1cc2f91acf95575b5daa8e3ccc96a72c79599b9626275a2e7f

Contents?: true

Size: 595 Bytes

Versions: 2

Compression:

Stored size: 595 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

  Exclude:
  - "dato.gemspec"

Style/SafeNavigation:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/AbcSize:
  Max: 30

Metrics/PerceivedComplexity:
  Max: 8

Metrics/LineLength:
  Exclude:
  - "spec/**/*"
  - "lib/dato/site/repo/*"
  - "lib/dato/account/repo/*"
  - "lib/dato/account/repo/*"
  - "dato.gemspec"

Metrics/ParameterLists:
  Exclude:
  - "lib/dato/local/field_type/*"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dato-0.2.7 .rubocop.yml
dato-0.2.6 .rubocop.yml