Skip to content

Commit c742a89

Browse files
committed
Fix rubocop warnings
1 parent 2ec7533 commit c742a89

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ Metrics/ModuleLength:
5353
Metrics/PerceivedComplexity:
5454
Max: 14
5555

56+
#require:
57+
# - rubocop-rake
58+
# - rubocop-rspec

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ source "https://rubygems.org"
44

55
gem "byebug", "~> 11.0", platforms: %i[mri mingw x64_mingw]
66
gem "rubocop", "~> 1.22"
7+
gem "rubocop-rake", require: false
8+
gem "rubocop-rspec", require: false
79

810
gemspec

ferrum.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Gem::Specification.new do |s|
2222
"bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues",
2323
"documentation_uri" => "https://github.com/rubycdp/ferrum/blob/master/README.md",
2424
"changelog_uri" => "https://github.com/rubycdp/ferrum/blob/master/CHANGELOG.md",
25-
"source_code_uri" => "https://github.com/rubycdp/ferrum"
25+
"source_code_uri" => "https://github.com/rubycdp/ferrum",
26+
"rubygems_mfa_required" => "true"
2627
}
2728

2829
s.required_ruby_version = ">= 2.6.0"

0 commit comments

Comments
 (0)