Sha256: f3f33c748506cff3c403dc487fbe622877c4a15178eaf37fd9edf3383cee9eb2

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

AllCops:
  Exclude:
    - bin/**/*
    - vendor/**/*

Metrics/BlockNesting:
  Max: 4

Metrics/AbcSize:
  Max: 20

Metrics/LineLength:
  Max: 200

Metrics/MethodLength:
  Max: 25

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 8

Metrics/PerceivedComplexity:
  Max: 8

Metrics/ClassLength:
  Max: 150

Metrics/ModuleLength:
  Max: 200

Style/Documentation:
  Enabled: false

Style/AlignHash:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/ExtraSpacing:
  Exclude:
    - nucleus.gemspec

Style/MutableConstant:
  Enabled: false

Lint/UnusedMethodArgument:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nucleus-0.3.1 .rubocop.yml