Skip to content

Commit 45421b7

Browse files
committed
temporary ignore env PHP-CS-Fixer
1 parent 08d1a69 commit 45421b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@
9797
],
9898
"cs": [
9999
"Composer\\Config::disableProcessTimeout",
100-
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
101-
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
102-
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.tests.php",
103-
"utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff"
100+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
101+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
102+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff --config=.php-cs-fixer.tests.php",
103+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer check --ansi --verbose --diff"
104104
],
105105
"cs-fix": [
106106
"Composer\\Config::disableProcessTimeout",
107-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
108-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
109-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.tests.php",
110-
"utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff"
107+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
108+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
109+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.tests.php",
110+
"PHP_CS_FIXER_IGNORE_ENV=1 utils/vendor/bin/php-cs-fixer fix --ansi --verbose --diff"
111111
],
112112
"metrics": "utils/vendor/bin/phpmetrics --config=phpmetrics.json",
113113
"phpstan:baseline": "vendor/bin/phpstan analyse --ansi --generate-baseline=phpstan-baseline.php",

0 commit comments

Comments
 (0)