You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema_version is a required field for all V1 recipe files. It is a future-proofing component of the spec. If this linter is having an issue with that, it is a problem with the linter and not Conda Recipe Manager.
As for the trailing whitespace, I don't think this is the fault of the CRM project. In other words, CRM did nothing wrong, this is a tabs-vs-spaces-esk styling debate. We are not beholden to the preferences of conda-forge, we aim to provide tooling that can be used by the conda community as a whole. In other repositories, this is the norm.
We could add a flag to control the trailing whitespace. Honestly if this is being run in an automated environment, I would just run a sed/tr command to handle that. I'll leave this ticket open for discussion on that point.
What happened?
The following diff was needed to pass the conda-smithy linter after using convert:
To Reproduce
Steps to reproduce the behavior:
crm convert
on https://github.com/conda-forge/array-api-extra-feedstock/blob/e9fe7f3a6a0b3cbfbc33aaa167e0b020fac7e916/recipe/meta.yamlAdditional Details (please complete the following information):
version 0.4.0
The text was updated successfully, but these errors were encountered: