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
I'm currently working on my own pack & I found an issue in this YAML-Linter which accepts some of my files as [OK] but the certificationy-cli wasn't able to use my pack because of a malformation.
The issue was with dotes & commas on questions/answers without quotes.
Eg. of errors
question: 'What includes the tag block in twig?'
answers:
- {value: A page block chosen among header, footer and sidebar, correct: false}
The answer should be formatted with quote because it contains a comma (,).
It causes the same false positive on dots.
The text was updated successfully, but these errors were encountered:
Thanks for your awesome work on @certificationy !
I'm currently working on my own pack & I found an issue in this YAML-Linter which accepts some of my files as
[OK]
but thecertificationy-cli
wasn't able to use my pack because of a malformation.The issue was with dotes & commas on questions/answers without quotes.
Eg. of errors
The answer should be formatted with quote because it contains a comma (,).
It causes the same false positive on dots.
The text was updated successfully, but these errors were encountered: