Sha256: 87162b2dbcf9e3c13313023c471481e51680974d6fbc05d56b86c4bc0a95eae2

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-rake

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
strict-data-uri-0.1.1 .rubocop.yml
strict-data-uri-0.1.0 .rubocop.yml