mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-23 22:46:17 +00:00
bd249531e1
The following sniffs are failing and were disabled: * PEAR.Functions.ValidDefaultValue.NotAtEnd Additional changes: * Replaced "jakub-onderka" packages with "php-parallel-lint". Change-Id: I32a7cf04ded7208f32ad42559cc0bc371a049ab0
20 lines
392 B
JSON
20 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": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
]
|
|
}
|
|
}
|