Skip to content

← All questions

--strict on sdods run did not turn warnings into failures like it does on sdods lint

Asked 4,260 views2 answers

We wanted the nightly to fail on lint warnings, so somebody moved the flag onto the run:

bash
sdods run -p shop -e staging -l ui -t @regression --strict

It ran, it passed, and the eleven warnings we were trying to catch are still there. On sdods lint --strict the same eleven give exit 3. Same flag name, different behaviour?

asked by Paulo Mendes97 ·

2 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