mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-27 20:59:59 -04:00
flake8 the entire repo now that the tests are good 👌
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user