mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
25 lines
380 B
YAML
25 lines
380 B
YAML
# OFN styleguide for rubocop-rspec
|
|
# Because there are so many, we will disable by default, and enable rules as needed.
|
|
|
|
Capybara:
|
|
Enabled: false
|
|
|
|
RSpec:
|
|
Enabled: false
|
|
|
|
FactoryBot:
|
|
Enabled: false
|
|
|
|
# Enabled rules
|
|
|
|
Capybara/NegationMatcher:
|
|
Enabled: true
|
|
EnforcedStyle: not_to
|
|
|
|
RSpec/ExpectChange:
|
|
Enabled: true
|
|
EnforcedStyle: block
|
|
|
|
RSpec/NotToNot:
|
|
Enabled: true
|