Skip to content

Commit 275f934

Browse files
authored
[CLEANUP] Move PHP Codesniffer configuration to Build/ (#1571)
1 parent 1512ff2 commit 275f934

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=./Build/php-cs-fixer/config.php fix --dry-run -v --show-progress=dots --diff Build 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=./Build/php-cs-fixer/config.php fix Build bin config src tests",
114114
"fix:php:rector": "rector process --config=config/rector.php",
115115
"phpstan:baseline": "phpstan --configuration=./Build/phpstan/phpstan.neon --generate-baseline=./Build/phpstan/phpstan-baseline.neon --allow-empty-baseline",

0 commit comments

Comments
 (0)