flake8 the entire repo now that the tests are good 👌

This commit is contained in:
Leo Hemsted
2017-11-28 17:23:50 +00:00
parent 08494ef206
commit 82acec87b6
2 changed files with 2 additions and 3 deletions

View File

@@ -27,8 +27,7 @@ function display_result {
if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
source ./venv/bin/activate
fi
echo -e "\033[31mWARNING. NOT RUNNING flake8 AGAINST TEST DIRECTORY DUE TO LARGE AMOUNT OF EXISTING ISSUES.\033[0m"
flake8 app/
flake8 .
display_result $? 1 "Code style check"
# run with four concurrent threads