Sha256: 6c2e3f3188525a0180038cbaa048f8797134769aa652ab21b91abe8f500d718a

Contents?: true

Size: 360 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
marty-2.5.6 .rubocop.yml
marty-2.5.5 .rubocop.yml
marty-2.5.4 .rubocop.yml