bioconda/bioconda-utils

lint: missing space in dependency version pins

siebrenf opened this issue · 0 comments

This example causes a cryptic error in the tests:

host:
  - python>3

This is because a space was missing!

host:
  - python >3

It might be nice if the linter catches missing spaces in dependencies (in the build, host and run sections), and returns a descriptive error for it.