mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Add minus-x to "composer test"
Add minus-x to "composer test" and "composer fix" Bug: T175794 Change-Id: I0a8b67e15f691aa1dad78d28e220cf9d5bcd8b0f
This commit is contained in:
parent
e13d71bef3
commit
43b1ed9e18
|
@ -36,13 +36,18 @@
|
|||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "0.9.2",
|
||||
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2"
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2",
|
||||
"mediawiki/minus-x": "0.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"fix": "phpcbf",
|
||||
"fix": [
|
||||
"phpcbf",
|
||||
"minus-x fix ."
|
||||
],
|
||||
"test": [
|
||||
"parallel-lint . --exclude node_modules --exclude vendor",
|
||||
"phpcs -p -s"
|
||||
"phpcs -p -s",
|
||||
"minus-x check ."
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue