#!/bin/bash
source "$(dirname -- "$0")/common"

"$CLONE_DIR"/vendor/bin/phpcs -v --standard=Magento2 --ignore="$LOCAL_DIR/*" "$LOCAL_DIR/.."
