Sha256: 4bc12f4873269eb566dfd2033f61cc4f02fc84145abf6dbd404a587749110438

Contents?: true

Size: 984 Bytes

Versions: 3

Compression:

Stored size: 984 Bytes

Contents

AllCops:
  Exclude:
    - 'db/**/*'
    - 'config/**/*'
    - 'vendor/**/*'
    - 'scratchpad.rb'

Style/Encoding:
  Enabled: true

Style/Documentation:
  Description: 'Document classes and non-namespace modules.'
  Enabled: false

Style/Encoding:
  Enabled: false

AbcSize:
  Enabled: false

Rails/TimeZone:
  Enabled: false

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation
  SupportedStyles:
    - with_first_parameter
    - with_fixed_indentation

Style/CaseIndentation:
  IndentWhenRelativeTo: end
  SupportedStyles:
    - case
    - end
  IndentOneStep: false

Style/IndentHash:
  EnforcedStyle: consistent
  SupportedStyles:
    - special_inside_parentheses
    - consistent

Style/MultilineOperationIndentation:
  EnforcedStyle: indented
  SupportedStyles:
    - aligned
    - indented

Style/ClassAndModuleChildren:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Metrics/MethodLength:
  Max: 15
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zuora-ruby-0.6.0 .rubocop.yml
zuora-ruby-0.5.0 .rubocop.yml
zuora-ruby-0.4.0 .rubocop.yml