Skip to content

Commit 8497906

Browse files
committed
[CLEANUP] Move PHP Codesniffer configuration to Build/
1 parent 5862140 commit 8497906

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"check:dynamic": [
8181
"@check:tests"
8282
],
83-
"check:php:codesniffer": "phpcs --standard=config/phpcs.xml bin config src tests",
83+
"check:php:codesniffer": "phpcs --standard=./Build/phpcs/config.xml Build bin config src tests",
8484
"check:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff bin config src tests",
8585
"check:php:lint": "parallel-lint bin config src tests",
8686
"check:php:rector": "rector process --no-progress-bar --dry-run --config=config/rector.php",
@@ -109,7 +109,7 @@
109109
"@fix:php:codesniffer",
110110
"@fix:php:fixer"
111111
],
112-
"fix:php:codesniffer": "phpcbf --standard=config/phpcs.xml bin config src tests",
112+
"fix:php:codesniffer": "phpcbf --standard=./Build/phpcs/config.xml Build bin config src tests",
113113
"fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix bin config src tests",
114114
"fix:php:rector": "rector process --config=config/rector.php",
115115
"phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon --allow-empty-baseline",

0 commit comments

Comments
 (0)