Sha256: 989330e58030749597a2fbbb534c23e80a13257d249f3014ef29b7d16182c125

Contents?: true

Size: 600 Bytes

Versions: 3

Compression:

Stored size: 600 Bytes

Contents

AllCops:
  # TargetRubyVersion: '3.0.1'
  NewCops: enable
  Exclude:
    - 'db/schema.rb'
    - 'vendor/**/*'

Style/Documentation:
  Enabled: false

Layout/LineLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/ModuleLength:
  Exclude:
    # - lib/loggable_activity/hooks.rb
Metrics/AbcSize:
  Exclude:
    - lib/loggable_activity/encryption.rb
    - lib/loggable_activity/update_payloads_builder.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loggable_activity-0.1.39 .rubocop.yml
loggable_activity-0.1.38b .rubocop.yml
loggable_activity-0.1.36 .rubocop.yml