Sha256: 70084bf5e4aee69159068040fa8319b89c54cc8011689b789d391735cd2990f8

Contents?: true

Size: 596 Bytes

Versions: 9

Compression:

Stored size: 596 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
Layout/LineLength:
  Max: 120
Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma
Style/FormatString:
  Enabled: false
Style/FormatStringToken:
  Enabled: false
Style/Documentation:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Style/SymbolArray:
  MinSize: 1

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
mywx_pusher-0.1.5 .rubocop.yml
mywx_pusher-0.1.4 .rubocop.yml
mywx_pusher-0.1.3 .rubocop.yml
weatherlink-0.1.3 .rubocop.yml
mywx_pusher-0.1.2 .rubocop.yml
weatherlink-0.1.2 .rubocop.yml
weatherlink-0.1.1 .rubocop.yml
mywx_pusher-0.1.0 .rubocop.yml
weatherlink-0.1.0 .rubocop.yml