mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-19 16:49:56 +00:00
Say we're running pylint
Now that the script might additionally run mypy, it's more user-friendly to indicate what's going on at the beginning as well. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -62,6 +62,7 @@ elif [ "$1" = "--can-mypy" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
echo 'Running pylint ...'
|
||||
$PYTHON -m pylint -j 2 scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
|
||||
echo >&2 "pylint reported errors"
|
||||
ret=1
|
||||
|
||||
Reference in New Issue
Block a user