Sha256: 0123024a29da54732f0e5bd345ddfadbc930e3888ffd5f3835d9a268980db8fe

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

AllCops:
  Exclude:
    - 'db/**/*'
    - 'config/**/*'
    - 'script/**/*'
    - bin/**
    - spec/dummy/config/initializers/secret_token.rb
Documentation:
  Enabled: false
LineLength:
  Enabled: true
  Max: 160
AbcSize:
  Enabled: false
FrozenStringLiteralComment:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - helena.gemspec
  ExcludedMethods:
    - describe
    - context
    - scenario
    - it
    - feature

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
helena-2.0.1 .rubocop.yml
helena-2.0.0 .rubocop.yml