Skip to content

Commit

Permalink
Merge branch 'master' into experiment-federated-query
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Nov 28, 2024
2 parents c6ff9d4 + 4b242d3 commit 0ba0dca
Show file tree
Hide file tree
Showing 24 changed files with 936 additions and 329 deletions.
14 changes: 14 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-rspec
- rubocop-capybara
- rubocop-factory_bot

inherit_gem:
rubocop-govuk:
- config/default.yml
Expand Down Expand Up @@ -103,3 +110,10 @@ Rails/TimeZone:

Rails/Date:
Enabled: false

AllCops:
Exclude:
- "node_modules/**/*"
- "vendor/**/*"
- "db/schema.rb"
- "db/migrate/*.rb"
Loading

0 comments on commit 0ba0dca

Please sign in to comment.