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 a92f0a0 commit 3e85433Copy full SHA for 3e85433
composer.json
@@ -56,6 +56,10 @@
56
},
57
"scripts": {
58
"ensure-installed": "composer install --ansi -n -q",
59
+ "lint-php": [
60
+ "@ensure-installed",
61
+ "parallel-lint --exclude vendor ."
62
+ ],
63
"cs": [
64
"@ensure-installed",
65
"phpcs --standard=PSR2 src/"
@@ -65,10 +69,12 @@
69
"phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml"
66
70
],
67
71
"qa-all": [
72
+ "@lint-php",
68
73
"@cs",
74
"@unit"
75
76
"qa-windows": [
77
78
79
80
0 commit comments