We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments that do not match the same level of indentation as the section they exist in will crash the parser.
Example:
test: imports: - can - can.interfaces # - can.interfaces.etas # - can.interfaces.ics_neovi # - can.interfaces.ixxat # - can.interfaces.kvaser # - can.interfaces.neousys # - can.interfaces.pcan # - can.interfaces.seeedstudio - can.interfaces.serial - can.interfaces.socketcan - can.interfaces.socketcand
(from https://github.com/AnacondaRecipes/python-can-feedstock/blob/main/recipe/meta.yaml)
The text was updated successfully, but these errors were encountered:
schuylermartin45
When branches are created from issues, their pull requests are automatically linked.
Comments that do not match the same level of indentation as the section they exist in will crash the parser.
Example:
(from https://github.com/AnacondaRecipes/python-can-feedstock/blob/main/recipe/meta.yaml)
The text was updated successfully, but these errors were encountered: