Sha256: 53bf0c4898d0dbe1beab2943fd43b7ea367d4b69e6fe04736a2f177dd20c163f

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7.0
  NewCops: disable
  SuggestExtensions: false
  Include:
    - lib/simple_lock.rb
    - lib/simple_lock/*.rb
    - spec/*.rb

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Metrics/BlockLength:
  Exclude:
    - spec/*.rb

Style/Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_lock-1.0.0 .rubocop.yml
simple_lock-0.1.1 .rubocop.yml