-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathrun-qa-checks
More file actions
executable file
·21 lines (17 loc) · 742 Bytes
/
run-qa-checks
File metadata and controls
executable file
·21 lines (17 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
set -e
openwisp-qa-check --migrations-to-ignore 4 \
--migration-path ./django_x509/migrations/ \
--migration-module django_x509 \
--csslinter \
--jslinter
echo ''
echo 'Running checks for SAMPLE_APP'
SAMPLE_APP=1 openwisp-qa-check --skip-isort \
--skip-flake8 \
--skip-black \
--skip-checkmigrations \
--skip-checkendline \
--skip-checkcommit \
--migration-path ./tests/openwisp2/sample_x509/migrations/ \
--migration-module sample_x509