Sha256: dcfcf7aeb45f7a35466b0c7a8ba3202983f948364577ae3cc4ddf52fa49db3d5

Contents?: true

Size: 532 Bytes

Versions: 6

Compression:

Stored size: 532 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable

Style/MixinUsage:
  Exclude:
  - "bin/console"

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Gemspec/RequireMFA:
  Enabled: false

Metrics/AbcSize:
  Max: 19

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/PerceivedComplexity:
  Max: 9

Metrics/MethodLength:
  Max: 20

Metrics/BlockLength:
  Exclude:
  - "**/*_spec.rb"
  - "*.gemspec"

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
waylon-db2docs-0.1.0 .rubocop.yml
waylon-jokes-0.2.0 .rubocop.yml
waylon-jokes-0.1.0 .rubocop.yml
waylon-wordle-0.1.1 .rubocop.yml
waylon-wordle-0.1.0 .rubocop.yml
waylon-slack-0.1.1 .rubocop.yml