Sha256: f795b5ba3ec89d5f70d48cb523494f5da6fe68e63991ab294d1214769d1c255c

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

inherit_from:
  - ~/configs/.rubocop.yml

AllCops:
  Include:
    - 'lib/**/*.rb'
  Exclude:
    - 'test/**/*'

Layout/AccessModifierIndentation:
  Enabled: false
Layout/EmptyLinesAroundAccessModifier:
  Enabled: false
Layout/ExtraSpacing:
  Enabled: false

Metrics/AbcSize:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false

Style/EvalWithLocation:
  Enabled: false
Style/RescueModifier:
  Exclude:
    - 'lib/act_with_bag.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
act_with_bag-1.0.4 .rubocop.yml
act_with_bag-1.0.3 .rubocop.yml
act_with_bag-1.0.2 .rubocop.yml