Sha256: 3e97e948abce95d2557b06aa4e301a3e9854315eb22a75452fbc66bdd9afa190

Contents?: true

Size: 460 Bytes

Versions: 7

Compression:

Stored size: 460 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-rake

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Naming/PredicateName:
  NamePrefix: 
    - is_

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/SubjectDeclaration:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rspec-xlsx_matchers-0.1.6 .rubocop.yml
rspec-xlsx_matchers-0.1.5 .rubocop.yml
rspec-xlsx_matchers-0.1.4 .rubocop.yml
rspec-xlsx_matchers-0.1.3 .rubocop.yml
rspec-xlsx_matchers-0.1.2 .rubocop.yml
rspec-xlsx_matchers-0.1.1 .rubocop.yml
rspec-xlsx_matchers-0.1.0 .rubocop.yml