Sha256: b15ae6154f43c55cae32f2d3a4d4df3daf08a3c933647795b59a02fc8f20bce3

Contents?: true

Size: 532 Bytes

Versions: 3

Compression:

Stored size: 532 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0
  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

3 entries across 3 versions & 2 rubygems

Version Path
waylon-slack-0.1.0 .rubocop.yml
waylon-core-0.1.1 .rubocop.yml
waylon-core-0.1.0 .rubocop.yml