
The following sniffs now pass and were enabled: * MediaWiki.Usage.DbrQueryUsage.DbrQueryFound Additional changes: * Replaced "jakub-onderka" packages with "php-parallel-lint". Change-Id: Id8e722a709da5eb7e00a57725b88d927e9fbafd9
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "31.0.0",
|
|
"mediawiki/minus-x": "1.0.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.4.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
]
|
|
}
|
|
}
|