build: Adding MinusX

Change-Id: Iaa77ef5a244ba10b6731db86582be7c41b7cb3b5
This commit is contained in:
Kunal Mehta
2017-11-03 20:14:03 -07:00
parent 29fe7733ac
commit b3af5720e6

View File

@@ -27,13 +27,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.0"
},
"scripts": {
"fix": "phpcbf",
"fix": [
"phpcbf",
"minus-x fix ."
],
"test": [
"parallel-lint . --exclude vendor",
"phpcs -p -s"
"phpcs -p -s",
"minus-x check ."
]
}
}