Sha256: bf62d7b072106148b236025e51205be26d0f0363c21887149240a3abeba5c2dd

Contents?: true

Size: 471 Bytes

Versions: 6

Compression:

Stored size: 471 Bytes

Contents

AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'spec/support/*'
    - 'spec/spec_helper.rb'
    - 'Rakefile'
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver
Style/FrozenStringLiteralComment:
  Enabled: false
Documentation:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
Metrics/LineLength:
  Max: 120
  AllowURI: true
  URISchemes:
    - http
    - https
Metrics/AbcSize:
  Max: 30
Metrics/MethodLength:
  Max: 30

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
container_ship-0.1.6 .rubocop.yml
container_ship-0.1.5 .rubocop.yml
container_ship-0.1.4 .rubocop.yml
container_ship-0.1.3 .rubocop.yml
container_ship-0.1.2 .rubocop.yml
container_ship-0.1.1 .rubocop.yml