Sha256: 206836e54c99d3d1d2374b4c297ba6f98685141a23a7dce4385bf50df2c676cb

Contents?: true

Size: 678 Bytes

Versions: 1

Compression:

Stored size: 678 Bytes

Contents

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

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 3.0
  NewCops: enable

Layout/EndOfLine:
  EnforcedStyle: lf

Layout/LineLength:
  Max: 120

# TODO: Eventually this library should be better documented; sadly it is not yet
# NOTE: Good first contribution!
Style/Documentation:
  Enabled: false

# I prefer reduce/inject most of the time.
Style/EachWithObject:
  Enabled: false

# Sorry, community, but I don't think it's a good choice.
Style/GlobalStdStream:
  Enabled: false

# some rubocop versions report on this, but we don't want to change the code for this;
Style/ComparableClamp:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vote-schulze-0.4.0 .rubocop.yml