Sha256: 16d5395230089b0c714332ddb0d70b5326ee6c0a06993a6019cb1132325aed06

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
Metrics/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 30 # default * 3
Metrics/AbcSize:
  Max: 50 # default * 2
Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"
Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"
Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining
Style/ModuleFunction:
  EnforcedStyle: extend_self

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dingtalk-client-0.2.1 .rubocop.yml