Sha256: e0c5c030cb5356a0c73c670330828874fa54fc2a6afb18661adc5a556898796f

Contents?: true

Size: 948 Bytes

Versions: 2

Compression:

Stored size: 948 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

  Exclude:
    - "Guardfile"
    - "Rakefile"
    - "bin/**/*"
    - "spec/dummy/**/*"

##################### Styles ##################################

Style/Documentation:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ClassAndModuleChildren:
  Exclude:
    - "app/controllers/*_controller.rb"
    - "app/controllers/**/*_controller.rb"

#################### Lint ##################################

Lint/AmbiguousBlockAssociation:
  Enabled: false

##################### Metrics ##################################

Metrics/LineLength:
  Max: 110

Metrics/ClassLength:
  Max: 200

Metrics/ModuleLength:
  Max: 200
  Exclude:
    - "**/*_spec.rb"

Metrics/BlockLength:
  Max: 50
  Exclude:
    - "**/*_spec.rb"

##################### Rails ##################################

Rails:
  Enabled: true

Rails/SkipsModelValidations:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postman_mta-0.2.1 .rubocop.yml
postman_mta-0.2.0 .rubocop.yml