Skip to content

Commit

Permalink
Checking Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Aug 27, 2024
1 parent e1b89bd commit 28a895d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
require:
- rubocop-rake
- rubocop-rspec
- rubocop-rails
- rubocop-rspec_rails
- rubocop-factory_bot

AllCops:
TargetRubyVersion: 2.3
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ group(:development, :test) do
gem 'rubocop', '~> 1.0', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec_rails', require: false
gem 'rubocop-factory_bot', require: false
gem 'simplecov', require: false
gem 'webmock', '~> 3.18'
gem 'yard', require: false
Expand Down

0 comments on commit 28a895d

Please sign in to comment.