Someone wrote our pipeline step defensively:
sdods lint -p demo-shop
if [ "$?" = "1" ]; then echo "lint failed"; exit 1; fiA branch went in last week with two scenarios missing their suite tag and the step was green. Running it by hand I can see the findings printed, so lint is definitely finding them. What does it actually exit with?