Sha256: 82b3e466db3d294628ade5f6baa796279fcb64970d4ade6ffa9ed5408a63c8d9

Contents?: true

Size: 610 Bytes

Versions: 4

Compression:

Stored size: 610 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


Style/FormatString:
  Enabled: false
Style/DotPosition:
  Enabled: false
Metrics/AbcSize:
  Max: 30

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
roo_on_rails-1.7.0 .rubocop.yml
roo_on_rails-1.6.0 .rubocop.yml
roo_on_rails-1.5.0 .rubocop.yml
roo_on_rails-1.4.0 .rubocop.yml