Run yamllint with strict mode, fix issue (#33551)
Previously yamllint would issue warnings for certain things, while still exiting with zero. Now warnings are treated like errors and will cause non-zero exit: ``` -s, --strict return non-zero exit code on warnings as well as errors ``` (cherry picked from commit b3302748fa2bed0265e4008a19f74d803fd2e244)
This commit is contained in:
parent
344351b712
commit
dccd443e04
Loading…
Reference in New Issue