# All paths pass without trailing slash.

DOCKER_RUN="docker exec -w /var/www/html/lib/Velis cafm"

# Path to phpcs "binary"
# It's a bit complicated. We are using docker to run phpcs, so we need to run it in a container.
# The only container that contains lib-velis is CAFM that should be installed on every developer's machine.
# Maybe in the future we will have a separate container for phpcs or for PHP to run CLI scripts.
# But for now we have to use it in this strange way.
PHPCS_BIN=""$DOCKER_RUN" ./vendor/bin/phpcs"

TMP_STAGING=".tmp_staging"
