Sha256: e8f79583ff6e1aba38b888c8da37d703d6e980a97f061ed0cd494f62c59e65b6

Contents?: true

Size: 423 Bytes

Versions: 4

Compression:

Stored size: 423 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3.3
  Exclude:
    - 'db/**/*'
    - 'spec/dummy/**/*'
    - 'bin/{rails,rake}'
    - 'vendor/**/*'
    - 'lib/tasks/marty_tasks.rake'
    - !ruby/regexp /old_and_unused\.rb$/

Layout/DotPosition:
  EnforcedStyle: 'trailing'

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Metrics/BlockLength:
  Max: 400
  Exclude:
    - 'spec/**/*'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
marty-2.6.0 .rubocop.yml
marty-2.5.9 .rubocop.yml
marty-2.5.8 .rubocop.yml
marty-2.5.7 .rubocop.yml