Skip to content

Commit

Permalink
Fix rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Nov 15, 2021
1 parent 2ec7533 commit c742a89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ Metrics/ModuleLength:
Metrics/PerceivedComplexity:
Max: 14

#require:
# - rubocop-rake
# - rubocop-rspec
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ source "https://rubygems.org"

gem "byebug", "~> 11.0", platforms: %i[mri mingw x64_mingw]
gem "rubocop", "~> 1.22"
gem "rubocop-rake", require: false
gem "rubocop-rspec", require: false

gemspec
3 changes: 2 additions & 1 deletion ferrum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues",
"documentation_uri" => "https://github.com/rubycdp/ferrum/blob/master/README.md",
"changelog_uri" => "https://github.com/rubycdp/ferrum/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/rubycdp/ferrum"
"source_code_uri" => "https://github.com/rubycdp/ferrum",
"rubygems_mfa_required" => "true"
}

s.required_ruby_version = ">= 2.6.0"
Expand Down

0 comments on commit c742a89

Please sign in to comment.