Sha256: cadcc85867e89cc7f09ec8748c6072d079fe2bd51f7f4cc7336a76fc438aeb7b

Contents?: true

Size: 845 Bytes

Versions: 3

Compression:

Stored size: 845 Bytes

Contents

# Use the latest version of Ruby.
AllCops:
  NewCops: enable
  TargetRubyVersion: 3.3

# Double quotes are preferable for me.
Style/StringLiterals:
  EnforcedStyle: double_quotes

# Double quotes are preferable for me.
Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

# Most of these metrics are useless.
Metrics/PerceivedComplexity:
  Enabled: false

# Most of these metrics are useless.
Metrics/CyclomaticComplexity:
  Enabled: false

# Most of these metrics are useless.
Metrics/ParameterLists:
  Enabled: false

# Most of these metrics are useless.
Metrics/MethodLength:
  Enabled: false

# Most of these metrics are useless.
Metrics/BlockLength:
  Enabled: false

# Most of these metrics are useless.
Metrics/AbcSize:
  Enabled: false

# I don't like the extra end it introduces.
Style/IfUnlessModifier:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
calliope-link-1.0.2 .rubocop.yml
calliope-link-1.0.1 .rubocop.yml
calliope-link-1.0.0 .rubocop.yml