Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
einal3m committed Jun 17, 2024
1 parent 5eb4c32 commit 4f4e626
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,25 @@ require:
- rubocop-factory_bot
- rubocop-rspec_rails

inherit_mode:
merge:
- Exclude

AllCops:
NewCops: enable
Exclude:
- "vendor/*/**"
- "vendor/*"
- "db/schema.rb"
- "db/migrate/*.rb"
- "spec/features/**/*"
- "spec/spec_helper.rb"
- "spec/rails_helper.rb"
- "bin/*"
- "lib/*/**"
- "config/*/**"
- "config/*"
- "db/*"
- "Gemfile"
- "config.ru"
- vendor/bundle/**/*
- db/schema.rb
- db/migrate/*.rb
- spec/features/**/*
- spec/spec_helper.rb
- spec/rails_helper.rb
- bin/*
- lib/*/**
- config/**/*
- db/*
- Gemfile
- config.ru

Metrics/MethodLength:
Max: 20
Expand Down

0 comments on commit 4f4e626

Please sign in to comment.