apainintheneck 926c5b739a cmd/audit: fix type error in cask livecheck url audit
This got updated recently in 42a42c96acc5193dbb6e321ff2aaecceb00e48a4
to split out the livecheck audits and as a result of that the type
signature for the #validate_url_for_https_availablity method got updated.

This did not account for the possibility that the livecheck url was nil.
I've added a nil check here since it makes no sense to try and validate
a nil url and we have nil checks for the other two http availability
audits already. Plus, the livecheck blocks are audited thoroughly already
for syntax.
2024-01-07 15:45:24 -08:00
..
2023-05-03 11:29:01 -05:00
2023-02-24 13:50:07 +00:00
2023-03-26 08:14:24 +02:00
2023-08-12 22:01:22 -07:00
2023-11-05 08:55:58 -08:00
2023-04-24 20:42:39 -07:00
2023-05-12 21:17:30 +02:00
2023-05-12 21:17:30 +02:00
2023-03-09 13:42:06 -08:00
2023-04-28 11:22:54 -07:00
2023-05-12 21:17:30 +02:00
2023-11-09 10:23:13 +11:00
2023-05-13 06:46:59 +02:00