|
97 | 97 | ], |
98 | 98 | "cs": [ |
99 | 99 | "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" |
104 | 104 | ], |
105 | 105 | "cs-fix": [ |
106 | 106 | "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" |
111 | 111 | ], |
112 | 112 | "metrics": "utils/vendor/bin/phpmetrics --config=phpmetrics.json", |
113 | 113 | "phpstan:baseline": "vendor/bin/phpstan analyse --ansi --generate-baseline=phpstan-baseline.php", |
|
0 commit comments