We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063352f commit 34a9e46Copy full SHA for 34a9e46
1 file changed
src/check/readme.rs
@@ -258,8 +258,8 @@ fn check_readme_link_url(
258
259
let url_error = match Url::parse(url_text) {
260
Ok(url) => {
261
- // TODO: Should we check the URL here like for the `homepage` and
262
- // `repository` manifest fields?
+ // TODO: Should we fetch the URL here like for the `homepage` and
+ // `repository` manifest fields, to check it can be publicly accessed?
263
264
check_repo_file_url(diags, readme, sourcepos, url.as_str());
265
0 commit comments