From aa73df76ab09476ae5f90e0c9fbe325caa3b240c Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Tue, 24 Oct 2023 08:53:32 +0200 Subject: [PATCH] drop markdown check for md --- planemo/shed_lint.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/planemo/shed_lint.py b/planemo/shed_lint.py index 38f4ffd4a..4d522ad5e 100644 --- a/planemo/shed_lint.py +++ b/planemo/shed_lint.py @@ -159,11 +159,6 @@ def lint_readme(realized_repository, lint_ctx): if os.path.exists(readme): readme_found = readme - readme_md = os.path.join(path, "README.md") - if not readme_found and os.path.exists(readme_md): - lint_ctx.warn("Tool Shed doesn't render markdown, " "README.md is invalid readme.") - return - if not readme_found: # TODO: filter on TYPE and make this a warning if # unrestricted repository - need to update iuc standards