Skip to content

Commit

Permalink
Update RuboCop and make Metrics/AbcSize happy
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
  • Loading branch information
utkarsh2102 committed Aug 9, 2020
1 parent dd2336e commit e7f5bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Metrics/AbcSize:
Max: 16
Exclude:
- 'lib/webdrivers/chromedriver.rb'
- 'lib/webdrivers/iedriver.rb'

Style/Documentation:
Enabled: false
Expand Down
4 changes: 2 additions & 2 deletions webdrivers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'ffi', '~> 1.0' # For selenium-webdriver on Windows
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rubocop', '~>0.66'
s.add_development_dependency 'rubocop', '~>0.89'
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'rubocop-rspec', '~>1.32'
s.add_development_dependency 'rubocop-rspec', '~>1.42'
s.add_development_dependency 'simplecov', '~>0.16'

s.add_runtime_dependency 'nokogiri', '~> 1.6'
Expand Down

0 comments on commit e7f5bc6

Please sign in to comment.