We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91437f8 commit fb6aa7eCopy full SHA for fb6aa7e
run-qa-checks
@@ -2,6 +2,12 @@
2
3
set -e
4
5
+rm -rf ./openwisp_controller/geo/tests/.pytest_cache \
6
+ ./openwisp_controller/.pytest_cache/ \
7
+ ./tests/openwisp2/sample_geo/.pytest_cache \
8
+ ./tests/openwisp2/.pytest_cache/ \
9
+ ./htmlcov/ 2> /dev/null || true
10
+
11
# JSHint check
12
jshint openwisp_controller/pki/static/admin/pki/js/*.js
13
jshint openwisp_controller/config/static/config/js/*.js
0 commit comments