Sha256: 2c2db958a0ada1c42c6bca85e338dcc74cb154ad38ce130b16f836ac12efff05

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 Bytes

Contents

AllCops:
  NewCops: disable
  TargetRubyVersion: 2.7
  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 ##################################

Layout/LineLength:
  Max: 110

Metrics/ClassLength:
  Max: 200

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postman_mta-0.2.8 .rubocop.yml