Skip to content

Commit

Permalink
Bump rubocop-govuk and rubocop-rspec (#3310)
Browse files Browse the repository at this point in the history
* updated libraries

* created todo list and updated rubocop.yml file
  • Loading branch information
sarahcrack authored Nov 25, 2024
1 parent 5c274ed commit 6736bc9
Show file tree
Hide file tree
Showing 4 changed files with 616 additions and 17 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 6736bc9

Please sign in to comment.