Sha256: a0eb3be927ef5ec5de79709db70bb2e89eb2d18545036a0bc4fb3a6d04225fa5

Contents?: true

Size: 687 Bytes

Versions: 1

Compression:

Stored size: 687 Bytes

Contents

Style/Documentation:
  Enabled: false

Metrics/AbcSize:
  Exclude:
    - 'db/migrate/**/*.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'action_mailbox_amazon_ingress.gemspec'

AllCops:
  NewCops: enable
  SuggestExtensions: false
  Exclude:
    - 'bin/**/*'
    - 'db/migrate/**/*.rb'
    - 'vendor/**/*'
    - 'spec/support/dummy/**/*'

Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true

Style/HashSyntax:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
action_mailbox_amazon_ingress-0.2.0 .rubocop.yml