Sha256: d9899c6709f8365b784527a543936910de2a96ec738e2b2f6e1a1a3a8f959e8e

Contents?: true

Size: 506 Bytes

Versions: 3

Compression:

Stored size: 506 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ModuleFunction:
  EnforcedStyle: extend_self

# Disable Metric checks for specs
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/AbcSize:
  Exclude:
    - 'spec/**/*.rb'

Metrics/BlockLength:
  Exclude:
    - 'lib/tasks/**/*.rake'
    - 'spec/**/*.rb'
    - 'Gemfile'
    - 'Guardfile'
    - '*.gemspec'

Metrics/LineLength:
  Max: 100
  Exclude:
    - Gemfile

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
roo_on_rails-1.3.1 .rubocop.yml
roo_on_rails-1.3.0 .rubocop.yml
roo_on_rails-1.2.0 .rubocop.yml