Sha256: d98087cf3f7593b82d36608c8b2e722020cfb9f490e79718f1e3630db20f26b5

Contents?: true

Size: 674 Bytes

Versions: 1

Compression:

Stored size: 674 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  Exclude:
    - lib/calculated_attributes/rails_3_patches.rb
    - lib/calculated_attributes/rails_4_patches.rb
    - lib/calculated_attributes/rails_5_patches.rb
    - lib/calculated_attributes/rails_5_2_patches.rb

Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: False
Metrics/LineLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%w': ()

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
calculated_attributes-0.3.0 .rubocop.yml