Skip to content

Commit

Permalink
[qa] Clean up files that interfere with QA checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 5, 2020
1 parent 91437f8 commit fb6aa7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run-qa-checks
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

set -e

rm -rf ./openwisp_controller/geo/tests/.pytest_cache \
./openwisp_controller/.pytest_cache/ \
./tests/openwisp2/sample_geo/.pytest_cache \
./tests/openwisp2/.pytest_cache/ \
./htmlcov/ 2> /dev/null || true

# JSHint check
jshint openwisp_controller/pki/static/admin/pki/js/*.js
jshint openwisp_controller/config/static/config/js/*.js
Expand Down

0 comments on commit fb6aa7e

Please sign in to comment.