Skip to content

Commit

Permalink
Fix: Do not set PHP_CS_FIXER_IGNORE_ENV environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 21, 2023
1 parent 851c131 commit bb0cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ coding-standards: vendor ## Lints YAML files with yamllint, normalizes composer.
composer normalize
vendor/bin/config-transformer config/
mkdir -p .build/php-cs-fixer/
PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose

.PHONY: dependency-analysis
dependency-analysis: phive vendor ## Runs a dependency analysis with maglnet/composer-require-checker
Expand Down

0 comments on commit bb0cca0

Please sign in to comment.