Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change info message for markdown readme in repo #1398

Merged
merged 3 commits into from
Oct 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
bernt-matthias marked this conversation as resolved.
Show resolved Hide resolved
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
Loading