Sha256: 69a351b6dd6bffbf36c629fd7560124a29b910d2dc988412940da59f8bf2fbd9

Contents?: true

Size: 523 Bytes

Versions: 5

Compression:

Stored size: 523 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec
  - rubocop-rake
  - rubocop-thread_safety

AllCops:
  TargetRubyVersion: 3.2
  NewCops: enable

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: consistent_comma

Style/IfUnlessModifier:
  Enabled: false

Metrics/MethodLength:
  Max: 15

Layout/LineLength:
  AllowedPatterns: ['\A#'] # Allow long comments

RSpec/ExampleLength:
  Max: 15

RSpec/NestedGroups:
  Max: 4

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
senec-0.17.1 .rubocop.yml
senec-0.17.0 .rubocop.yml
senec-0.16.0 .rubocop.yml
senec-0.15.0 .rubocop.yml
senec-0.14.0 .rubocop.yml