"customize-reminder":"echo 'Ne pas oublier de configurer ce template, cf. https://gitlab.irstea.fr/pole-is/tools/php-skeleton/blob/master/CUSTOMIZATION.md'",
"phploc":"vendor/bin/phploc src tests",
"fix-cs":"vendor/bin/php-cs-fixer fix",
"test":[
"@test:lint",
"@test:phpcpd",
...
...
@@ -66,37 +68,17 @@
"@test:composer-require",
"@test:security"
],
"phploc":[
"vendor/bin/phploc src tests"
],
"fix-cs":[
"vendor/bin/php-cs-fixer fix"
],
"test:lint":[
"vendor/bin/parallel-lint src tests",
"vendor/bin/php-cs-fixer fix --dry-run"
],
"test:phpcpd":[
"vendor/bin/phpcpd --fuzzy src tests"
],
"test:phpmd":[
"vendor/bin/phpmd src,tests text ./phpmd-ruleset.xml"