Skip to content

Commit

Permalink
remove pre-push git hook and composer qa:* scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 12, 2024
1 parent 86f51bf commit db8a977
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
"pre-commit": [
"composer style:fix",
"composer code:check"
],
"pre-push": [
"composer qa:check"
]
},
"branch-alias": {
Expand All @@ -82,8 +79,6 @@
"@composer bin all install --ansi"
],
"cghooks": "vendor/bin/cghooks",
"qa:check": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.release.php --using-cache=no --verbose --ansi --diff --dry-run",
"qa:fix": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.release.php --using-cache=no --verbose --ansi",
"style:check": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --using-cache=no --verbose --ansi --diff --dry-run",
"style:fix": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --using-cache=no --verbose --ansi",
"tests:unit": "vendor/bin/phpunit --testsuite=cache,configuration,finder",
Expand All @@ -95,8 +90,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts-descriptions": {
"qa:check": "Run QA style checks before pushing new tag and releasing a new version (only dry run - no fixing!).",
"qa:fix": "Run QA style checks and fix violations.",
"style:check": "Run style checks (only dry run - no fixing!).",
"style:fix": "Run style checks and fix violations.",
"tests:unit": "Run unit tests on following components: cache, configuration, finder",
Expand Down

0 comments on commit db8a977

Please sign in to comment.