Skip to content

Commit

Permalink
created todo list and updated rubocop.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcrack committed Nov 20, 2024
1 parent 2649c4e commit b84961a
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-rspec
- rubocop-capybara
Expand Down Expand Up @@ -108,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 b84961a

Please sign in to comment.