File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ Naming/MethodParameterName:
9393 - id
9494 - io
9595
96+ Naming/PredicateMethod :
97+ Exclude :
98+ - ' rb/lib/selenium/webdriver/common/file_reaper.rb'
99+
96100RSpec/AnyInstance :
97101 Enabled : false
98102
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def to_url_pattern(*url_patterns)
4444 type : 'pattern' ,
4545 protocol : uri . scheme || '' ,
4646 hostname : uri . host || '' ,
47- port : uri . port . to_s || '' ,
47+ port : uri . port . to_s ,
4848 pathname : uri . path || '' ,
4949 search : uri . query || ''
5050 }
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def conn_completed?(sock)
106106 sock . getsockopt ( Socket ::SOL_SOCKET , Socket ::SO_ERROR ) . int . zero?
107107 end
108108
109- def with_timeout
109+ def with_timeout?
110110 max_time = current_time + @timeout
111111
112112 until current_time > max_time
You can’t perform that action at this time.
0 commit comments