Skip to content
Snippets Groups Projects
Commit 3534f305 authored by Camille Simiand's avatar Camille Simiand
Browse files

Add phpcbf script

parent af0bf069
Branches
No related tags found
1 merge request!27tuleap-108-add-stricter-code-quality-tools-configuration
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
...@@ -116,6 +116,7 @@ ...@@ -116,6 +116,7 @@
], ],
"tests": "php ./vendor/bin/phpunit", "tests": "php ./vendor/bin/phpunit",
"phpcs": "php ./vendor/bin/phpcs src/ tests/", "phpcs": "php ./vendor/bin/phpcs src/ tests/",
"phpcbf": "php ./vendor/bin/phpcbf src/ tests/",
"phpstan": "php -d memory_limit=4G vendor/bin/phpstan analyse src/ tests/unit/ tests/functional/ -l 8", "phpstan": "php -d memory_limit=4G vendor/bin/phpstan analyse src/ tests/unit/ tests/functional/ -l 8",
"php-cs-fixer": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src/ tests/unit/ tests/functional/" "php-cs-fixer": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src/ tests/unit/ tests/functional/"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment