Skip to content

Commit

Permalink
chore: Updated composer.json for code-style path resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcesoldier committed Aug 8, 2024
1 parent 9d8c0e0 commit e3e848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"[ -e ./.Build/vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/bin/phpcs ] || composer update",
"[ -d ./reports/php_checkstyle ] || mkdir -p reports/php_checkstyle/",
"./code-quality/configure-checkstyle.sh",
"./.Build/vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/bin/phpcs -d memory_limit=1G --standard=PHPCompatibility --colors --ignore=*/.Build/*,*.min.js -p . --runtime-set testVersion 8.3"
"./.Build/vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/bin/phpcs -d memory_limit=1G --standard=PHPCompatibility --colors --ignore=*/.Build/*,*/Tests/reports/* -p . --runtime-set testVersion 8.3"
],
"code-check-pipeline": [
"@composer code-style",
Expand Down

0 comments on commit e3e848b

Please sign in to comment.