Skip to content
Snippets Groups Projects
Commit f8e137fa authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Update pre-push-tests.sh

parent e24f63c3
No related branches found
No related tags found
No related merge requests found
SCRIPTDIR=$(dirname $0)
#!/bin/sh
# exit when any command fails
set -e
GREEN='\033[0;32m'
./scripts/dev/pylint-ci.sh gajim
echo "${GREEN}pylint: \t OK"
mypy gajim
${SCRIPTDIR}/pylint-ci.sh --jobs=0 gajim
echo "${GREEN}mypy: \t\t OK"
codespell -I codespell.conf --skip="*__pycache__*,gajim/data/icons,gajim/data/sounds,gajim/data/emoticons" gajim
echo "${GREEN}codespell: \t OK"
echo "${GREEN}ready to push"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment