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

Add stricter rule for phpstan

parent 97e0db19
Branches
Tags
1 merge request!27tuleap-108-add-stricter-code-quality-tools-configuration
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,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/",
"phpstan": "php -d memory_limit=4G vendor/bin/phpstan analyse src/ tests/unit/ tests/functional/", "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/"
}, },
"conflict": { "conflict": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment