Trying to understand the severity model, because it looks backwards to me.
✖ features/cart/cart.feature:22 tags/jira @jira:demo12 must look like PROJ-123.
✖ features/cart/cart.feature:31 tags/skip @skip:safari must name a browser (chromium, firefox, webkit, mobile-chrome, mobile-safari).
⚠ features/cart/cart.feature:8 tags/unknown Unknown tag @wip. Declare it under tags.extra or a module's tags in sdods.project.yaml.
⚠ features/cart/cart.feature:14 tags/unknown Unknown value tag @foo:bar.
2 feature file(s), 2 error(s), 2 warning(s)@foo:bar is total nonsense and it only warns. @jira:demo12 is an obvious typo of a real thing and it stops the build. What is the rule?