Mid-refactor, half my tags are wrong, and I want to run the six scenarios that are fine to check a page object change. Instead:
sdods run -p shop -e staging -l ui -t @smoke✖ features/checkout/checkout.feature:22 tags/suite Scenario must carry exactly one suite tag (@smoke, @regression, @sanity); found none.
✖ features/checkout/checkout.feature:38 tags/layer Scenario must carry exactly one layer tag (@ui, @api, @hybrid); found none.
2 feature file(s), 2 error(s), 0 warning(s)
✖ LINT_FAILED: 2 lint error(s) in project shop. Fix them or pass --no-lint.Nothing ran. The broken scenarios are not even in @smoke. Why does it lint files I am not running?
