Sha256: fe623912fd69c91bf4eb1983955436c6db7b4b07aaf47a6913cb6e32a46e1c1b

Contents?: true

Size: 949 Bytes

Versions: 10

Compression:

Stored size: 949 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

  Excludes:
    - "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

10 entries across 10 versions & 1 rubygems

Version Path
postman_mta-0.1.9 .rubocop.yml
postman_mta-0.1.8 .rubocop.yml
postman_mta-0.1.7 .rubocop.yml
postman_mta-0.1.6 .rubocop.yml
postman_mta-0.1.5 .rubocop.yml
postman_mta-0.1.4 .rubocop.yml
postman_mta-0.1.3 .rubocop.yml
postman_mta-0.1.2 .rubocop.yml
postman_mta-0.1.1 .rubocop.yml
postman_mta-0.1.0 .rubocop.yml