Sha256: f7d03451690507adb54950ea48e407f6cd392e142cfe9729e14fe8906d408de3

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

# rspec cop settings

RSpec:
  Include:
    - "spec/**/*_spec.rb"
    - "spec/spec_helper.rb"
    - "spec/proformaxml_spec.rb"

#
# Too stupid. There are also views, templates, request specs etc.
#
RSpec/DescribeClass:
  Exclude:
    - "spec/custom_matchers/*"

RSpec/MultipleExpectations:
  Exclude:
    - "spec/custom_matchers/equal_task_spec.rb"

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/NestedGroups:
  Max: 5

RSpec/IndexedLet:
  Max: 2

RSpec/FilePath:
  CustomTransform:
    ProformaXML: proformaxml

RSpec/SpecFilePathFormat:
  CustomTransform:
    ProformaXML: proformaxml

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
proformaxml-1.4.0 .rubocop/rspec.yml
proformaxml-1.3.0 .rubocop/rspec.yml
proformaxml-1.2.0 .rubocop/rspec.yml
proformaxml-1.1.0 .rubocop/rspec.yml