Sha256: ae7fbf1fd63409d3cfae6e892d75cb16f4776fa2a89d5eb83ef258b31b25743d
Contents?: true
Size: 711 Bytes
Versions: 5
Compression:
Stored size: 711 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/AnyInstance: Exclude: - spec/features/**/* - spec/requests/**/* - spec/system/**/* RSpec/ExampleLength: CountAsOne: ["array", "heredoc", "method_call"] Exclude: - spec/features/**/* - spec/system/**/* RSpec/MultipleExpectations: Exclude: - spec/features/**/* - spec/system/**/* RSpec/MultipleMemoizedHelpers: Enabled: false RSpec/RepeatedExample: Exclude: - spec/policies/**/*
Version data entries
5 entries across 5 versions & 1 rubygems