Skip to content

Commit 9ef617c

Browse files
dblockCopilot
andcommitted
Fix rubocop violations
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a87bac1 commit 9ef617c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/ruby-link-checker/net/http/checker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def run!
1616

1717
class Checker < LinkChecker::Checker
1818
extend ::LinkChecker::Net::HTTP::Config
19+
1920
attr_accessor(*LinkChecker::Net::HTTP::Config::ATTRIBUTES)
2021

2122
def initialize(options = {})

lib/ruby-link-checker/typhoeus/hydra/checker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def run!
2727

2828
class Checker < LinkChecker::Checker
2929
extend ::LinkChecker::Typhoeus::Hydra::Config
30+
3031
attr_accessor(*LinkChecker::Typhoeus::Hydra::Config::ATTRIBUTES)
3132

3233
def initialize(options = {})

0 commit comments

Comments
 (0)