build: Adding MinusX
Change-Id: I063d96d2c2f177ff4eda33dd84570101a136eac0
This commit is contained in:
parent
0fa91e1521
commit
f5533155c5
1 changed files with 8 additions and 3 deletions
|
@ -2,13 +2,18 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"jakub-onderka/php-parallel-lint": "0.9.2",
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
||||||
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
"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.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fix": "phpcbf",
|
"fix": [
|
||||||
|
"phpcbf",
|
||||||
|
"minus-x fix ."
|
||||||
|
],
|
||||||
"test": [
|
"test": [
|
||||||
"parallel-lint . --exclude vendor",
|
"parallel-lint . --exclude vendor",
|
||||||
"phpcs -p -s"
|
"phpcs -p -s",
|
||||||
|
"minus-x check ."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue