Sha256: 95405fd97d9f7f7d78f18f7d010c6b3f63f1e5651df5c6351084dab3223a0c38

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 KB

Contents

Layout/LineLength:
  Max: 160
  IgnoredPatterns:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Metrics:
  IgnorePatterns:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Metrics/MethodLength:
  Max: 50
  ExcludedMethods:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Metrics/ClassLength:
  Max: 1500
Metrics/ModuleLength:
  Max: 1500
Metrics/BlockLength:
  Max: 40
  ExcludedMethods:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Metrics/AbcSize:
  Max: 50
  IgnoredMethods:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Metrics/CyclomaticComplexity:
  Max: 15
  IgnoredMethods:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Metrics/PerceivedComplexity:
  Max: 17
  IgnoredMethods:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Layout/SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: space
Style/SymbolArray:
  Enabled: true
Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table
Style/Documentation:
  Enabled: false
AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable
Style/FrozenStringLiteralComment:
  Enabled: false
Naming/FileName:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
legionio-0.3.2 .rubocop.yml
legionio-0.3.1 .rubocop.yml