Skip to content

Commit

Permalink
drop markdown check for md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 24, 2023
1 parent 8968793 commit aa73df7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions planemo/shed_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa73df7

Please sign in to comment.