2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 22:31:07 +00:00
frappe_docker/tests/check-format.sh

12 lines
413 B
Bash
Raw Normal View History

2021-06-24 11:24:17 +00:00
#!/bin/bash
echo "Checking bash scripts with shellcheck" >&2
shellcheck --check-sourced --severity=style --color=always --exclude=SC2164,SC2086,SC2012,SC2016 \
build/common/worker/docker-entrypoint.sh \
build/common/worker/healthcheck.sh \
build/common/worker/install_app.sh \
build/erpnext-nginx/install_app.sh \
build/frappe-nginx/docker-entrypoint.sh \
build/frappe-socketio/docker-entrypoint.sh