Fix all rubocop warnings
This commit is contained in:
parent
05e39dc619
commit
bf851133ae
48 changed files with 124 additions and 97 deletions
|
@ -50,7 +50,7 @@ namespace :repo do
|
|||
file.each_line do |line|
|
||||
if line.start_with?('-')
|
||||
new_line = line.gsub(/#([[:digit:]]+)*/) do |pull_request_reference|
|
||||
pull_request_number = pull_request_reference[1..-1]
|
||||
pull_request_number = pull_request_reference[1..]
|
||||
response = nil
|
||||
|
||||
loop do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue