Skip to content

Commit

Permalink
Revert "Change how rules are referenced" (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrobayna authored Jul 22, 2024
1 parent 22e7943 commit 2f5cfa5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions capybara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ require:
- rubocop-capybara

# new in 2.13
RSpec/Capybara/SpecificFinders:
Capybara/SpecificFinders:
Enabled: true

RSpec/Capybara/SpecificMatcher: # new in 2.12
# new in 2.12
Capybara/SpecificMatcher:
Enabled: true

RSpec/Capybara/NegationMatcher: # new in 2.14
# new in 2.14
Capybara/NegationMatcher:
Enabled: true

RSpec/Capybara/SpecificActions: # new in 2.14
# new in 2.14
Capybara/SpecificActions:
Enabled: false
2 changes: 1 addition & 1 deletion gc_ruboconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'gc_ruboconfig'
spec.version = '5.0.1'
spec.version = '5.0.2'
spec.summary = "GoCardless's shared Rubocop configuration, conforming to our house style"
spec.authors = %w[GoCardless]
spec.homepage = 'https://github.com/gocardless/ruboconfig'
Expand Down
2 changes: 1 addition & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ RSpec/SortMetadata: # new in 2.14
Enabled: true

# Seems to be buggy, causes an infinite loop for `subjects` named `create`
RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
FactoryBot/ConsistentParenthesesStyle: # new in 2.14
Enabled: false

Style/AndOr:
Expand Down

0 comments on commit 2f5cfa5

Please sign in to comment.