Sha256: 2c28639cb67ef3f24dbebfd7d943239b1d9d48822b55894b9775c712b0e5ba17

Contents?: true

Size: 656 Bytes

Versions: 7

Compression:

Stored size: 656 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 200

Style/HashSyntax:
  Enabled: true
  EnforcedStyle: hash_rockets

Layout/EndOfLine:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Lint/RedundantStringCoercion:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
gooday-0.1.2 .rubocop.yml
gooday-0.1.1 .rubocop.yml
discord_rubot-0.1.3 .rubocop.yml
discord_rubot-0.1.2 .rubocop.yml
discord_rubot-0.1.1 .rubocop.yml
discord_rubot-0.1.0 .rubocop.yml
sruby-0.1.1 .rubocop.yml