diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-06-18 08:53:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-18 08:53:07 +0200 |
| commit | 43b8b64866e450dc4143afd209258f40d6ac3325 (patch) | |
| tree | dab32ea6817fec46e87447b31270c3e4cdf4c4ad | |
| parent | b41a685eb1d19bb971b77a67ea039352de0ee4cc (diff) | |
| parent | c37767910317fd9b5f38469ba9b84a0bbf5816dd (diff) | |
Merge pull request #1328 from return42/yaml-strict
[fix] test.yamllint: return non-zero exit code on warnings
| -rwxr-xr-x | manage | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -661,7 +661,8 @@ format.python() { test.yamllint() { build_msg TEST "[yamllint] \$YAMLLINT_FILES" - pyenv.cmd yamllint --format parsable "${YAMLLINT_FILES[@]}" + pyenv.cmd yamllint --strict --format parsable "${YAMLLINT_FILES[@]}" + dump_return $? } test.pylint() { |