Sha256: 173faf1378f24344921042105a79d8b4d4332407cdb66ec2eec5ce9d7d0754c8

Contents?: true

Size: 733 Bytes

Versions: 1

Compression:

Stored size: 733 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'assets/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.5.1

Layout/EmptyLineAfterGuardClause:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 25
Metrics/MethodLength:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Max: 120
Metrics/ClassLength:
  Max: 400
Layout/EndOfLine:
  EnforcedStyle: lf
Metrics/ParameterLists:
  Max: 10
Layout/AlignParameters:
  Enabled: false
Metrics/PerceivedComplexity:
  Max: 25
Metrics/LineLength:
  Max: 120
Style/MultilineBlockChain:
  Enabled: false
Layout/MultilineOperationIndentation:
  Enabled: false
Naming/UncommunicativeMethodParamName:
  MinNameLength: 1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zold-0.18.2 .rubocop.yml