mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Check Links for [Go] wrapper
This commit is contained in:
@@ -29,5 +29,12 @@ File.foreach(filename).with_index do |line, line_num|
|
|||||||
puts "(#{line_num}) Invalid HTTPS: (must use \"Yes\" or \"No\"): #{https_val}"
|
puts "(#{line_num}) Invalid HTTPS: (must use \"Yes\" or \"No\"): #{https_val}"
|
||||||
fail_flag = true
|
fail_flag = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Check Link to ensure url is wrapped in "[Go!]" view
|
||||||
|
link_val = values[5].lstrip.chop
|
||||||
|
if !link_val.start_with?("[Go!](") || !link_val.end_with?(')')
|
||||||
|
puts "(#{line_num}) Invalid Link: (format should be \"[Go!](<LINK>)\"): #{link_val}"
|
||||||
|
fail_flag = true
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user