pdehaan / updates-json-lint

Crude linter for updates.json files.
Mozilla Public License 2.0
0 stars 0 forks source link

Add link checking for URLs #2

Open pdehaan opened 4 years ago

pdehaan commented 4 years ago

POC: https://gist.github.com/pdehaan/d9bff63120c05d6f4c4d61c62aaa9a91

pdehaan commented 4 years ago

https://github.com/pdehaan/updates-json-lint/blob/e01d194235f82a0c2596e7d7baf3e1e108d07883/joi-domain-lint.js#L44-L51

But this was commented out, since I don't think Joi was liking an async validate() method. Further research needed.