diff options
Diffstat (limited to 'manage')
-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() { |