Skip to content

Commit

Permalink
fixup! Obey and follow the way how bin/config formats
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Oct 5, 2021
1 parent 2e20ce1 commit dc71418
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/default.yml
@@ -1,10 +1,10 @@
---
RSpec:
Enabled: true
Include: &include
Include: &1
- "**/*_spec.rb"
- "**/spec/**/*"
Language: &language
Language: &2
inherit_mode:
merge:
- Expectations
Expand Down Expand Up @@ -747,8 +747,8 @@ RSpec/Yield:

RSpec/Capybara:
Enabled: true
Include: *include
Language: *language
Include: *1
Language: *2

RSpec/Capybara/CurrentPathExpectation:
Description: Checks that no expectations are set on Capybara's `current_path`.
Expand All @@ -774,8 +774,8 @@ RSpec/Capybara/VisibilityMatcher:

RSpec/FactoryBot:
Enabled: true
Include: *include
Language: *language
Include: *1
Language: *2

RSpec/FactoryBot/AttributeDefinedStatically:
Description: Always declare attribute values as blocks.
Expand Down Expand Up @@ -818,8 +818,8 @@ RSpec/FactoryBot/FactoryClassName:

RSpec/Rails:
Enabled: true
Include: *include
Language: *language
Include: *1
Language: *2

RSpec/Rails/AvoidSetupHook:
Description: Checks that tests use RSpec `before` hook over Rails `setup` method.
Expand Down

0 comments on commit dc71418

Please sign in to comment.