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 c00f193 commit 20fb027Copy full SHA for 20fb027
commands/web/phpcs
@@ -12,4 +12,5 @@ if ! command -v phpcs >/dev/null; then
12
echo "phpcs is not available. You may need to 'ddev composer install'"
13
exit 1
14
fi
15
+test -e phpcs.xml.dist || curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/scripts/phpcs.xml.dist
16
phpcs -s --report-full --report-summary --report-source web/modules/custom "$@"
0 commit comments