bioconda / bioconda-utils

Utilities for building and managing bioconda recipes
MIT License
97 stars 133 forks source link

Properly handle outputs when linting #586

Open johanneskoester opened 5 years ago

johanneskoester commented 5 years ago

When using outputs, some lints erroneously fail because they don't see the outputs section. For an example, see bioconda/bioconda-recipes#16321. Would be nice if we could properly handle that. @bioconda/core any thoughts on this? Am I missing something?

johanneskoester commented 5 years ago

I think it is somehow fixed already in circleci, but there seems a discrepancy between the bot linting and the circleci one. The bot seems to not handle outputs, while it works fine in circleci.

dpryan79 commented 5 years ago

Circleci is using an old version of bioconda-utils (for this reason), though we'll have to change that once the R migration starts.