Skip to content

Commit

Permalink
Update rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 9, 2023
1 parent c9e256f commit 8cceb1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
require:
- rubocop-capybara
- rubocop-rake
- rubocop-rspec

AllCops:
NewCops: enable
TargetRubyVersion: 3.0
Expand Down
3 changes: 3 additions & 0 deletions remotipart.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'rspec-retry'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'rubocop-capybara'
s.add_development_dependency 'rubocop-rake'
s.add_development_dependency 'rubocop-rspec'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'sqlite3', '~> 1.4.0'

Expand Down

0 comments on commit 8cceb1c

Please sign in to comment.