Sha256: 2ecb0578572e146c1073141d7d93b024a4c5100805d4f220de923b005aafe481

Contents?: true

Size: 1.43 KB

Versions: 4

Compression:

Stored size: 1.43 KB

Contents

require:
  - rubocop-rspec

RSpec/FilePath:
  Enabled: false
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
  IgnoredMethods:
    - .unknown
    - .fatal
    - .error
    - .warn
    - .info
    - .debug
    - .trace
Metrics/ClassLength:
  Max: 1500
Metrics/ModuleLength:
  Max: 1500
Metrics/BlockLength:
  Max: 40
  IgnoredMethods:
    - .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

4 entries across 4 versions & 1 rubygems

Version Path
legionio-0.4.3 .rubocop.yml
legionio-0.4.2 .rubocop.yml
legionio-0.4.1 .rubocop.yml
legionio-0.4.0 .rubocop.yml