Skip to content

← All questions

Why is a completely made-up tag only a warning while @jira:demo12 fails the build?

Asked 13,470 views4 answers

Trying to understand the severity model, because it looks backwards to me.

text
✖ 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?

asked by Nikhil Sane487 ·

4 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related