Sha256: 58907d33755c74fc752918c9ca8de1b99c7cbf471829cecdf6cd675f41f2e887

Contents?: true

Size: 753 Bytes

Versions: 3

Compression:

Stored size: 753 Bytes

Contents

Layout/SpaceInsideParens:
  Enabled: false

Metrics/LineLength:
  Max: 120

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

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

Layout/TrailingWhitespace:
  Enabled: true

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

Metrics/AbcSize:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Lint/MissingSuper:
  Enabled: false

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

AllCops:
  NewCops: enable

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
faker_maker-2.1.2 .rubocop.yml
faker_maker-2.1.1 .rubocop.yml
faker_maker-2.0.0 .rubocop.yml