Open johanneskoester opened 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.
Circleci is using an old version of bioconda-utils (for this reason), though we'll have to change that once the R migration starts.
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?