changeset 2328 | e077dc264dff |
parent 2071 | 0aa24d8655ac |
--- a/scripts/pylint/do_pylint.sh Mon May 18 19:37:38 2009 +0200 +++ b/scripts/pylint/do_pylint.sh Mon May 18 20:23:42 2009 +0200 @@ -36,7 +36,6 @@ PROJ_DIR=$(cd "$PROJ_DIR"; pwd) APP_DIR="${PROJ_DIR}/app" -# Note: We will add ghop and gsoc modules once there something in there CHECK_MODULES="soc reflistprop settings.py urls.py main.py" PYLINTRC=$(dirname "$0")/pylintrc @@ -60,3 +59,4 @@ done pylint $SILENT_ARGS $ARGS $CHECK_MODULES_PATHS +exit $? \ No newline at end of file