We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ada38 commit 64e2919Copy full SHA for 64e2919
bioconda_utils/templates/lint_failure.md
@@ -6,6 +6,6 @@ The following problems have been found
6
| Recipe | failed checks |
7
| ------------ | ------------- |
8
{% for check in failed -%}
9
-| {{ recipe }} | [{{ check }}](https://bioconda.github.io/linting.html#{{ check }}) |
+| {{ recipe }} | [{{ check }}](https://bioconda.github.io/linting.html#{{ check|replace("_", "-") }}) |
10
{%- endfor %}
11
bioconda_utils/version.py
@@ -1 +1 @@
1
-__version__ = "0.9.0"
+__version__ = "0.10.0"
0 commit comments