We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e7152 commit a6a253bCopy full SHA for a6a253b
composer.json
@@ -36,7 +36,13 @@
36
"cs-lint": "Checks for coding standard violations.",
37
"application-version-guard": "Checks that the application version matches the given Git tag.",
38
"validate-gitattributes": "Checks the leanness of this package.",
39
- "static-analyse": "Runs a static code analysis via PHPStan."
+ "static-analyse": "Runs a static code analysis via PHPStan.",
40
+ "pre-commit-check": [
41
+ "test",
42
+ "cs-lint",
43
+ "static-analyse",
44
+ "application-version-guard"
45
+ ]
46
},
47
"scripts": {
48
"test": "phpunit",
0 commit comments