Sha256: bb22dd249a5b8ceecfd76aca6e2b2aeb4cb91571c6cf547f7213dcd15e55909a

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 Bytes

Contents

# RuboCop RSpec extension configuration overrides
# https://github.com/rubocop/rubocop-rspec

RSpec/ContextWording:
  Description: >-
    Checks that context docstring starts with an allowed prefix.
  Prefixes:
    - after
    - as
    - "on"
    - when
    - with
    - without

RSpec/ExampleLength:
  Exclude:
    - spec/features/**/*
    - spec/system/**/*

RSpec/MultipleExpectations:
  Exclude:
    - spec/features/**/*
    - spec/system/**/*

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/RepeatedExample:
  Exclude:
    - spec/policies/**/*

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-rspec.yml
rubocop-katalyst-2.0.0 config/rubocop-rspec.yml