mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
812df4820a
The following sniffs are failing and were disabled: * MediaWiki.Commenting.FunctionComment.MissingDocumentationPrivate * MediaWiki.Commenting.FunctionComment.MissingParamTag * MediaWiki.Commenting.FunctionComment.ParamNameNoMatch Additional changes: * Also sorted "composer fix" command to run phpcbf last. Change-Id: I148ec7fca3d53bddc2dc5abbcc1c229461feea33
24 lines
483 B
JSON
24 lines
483 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.9.0",
|
|
"mediawiki/minus-x": "0.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
]
|
|
},
|
|
"extra": {
|
|
"phan-taint-check-plugin": "2.0.1"
|
|
}
|
|
}
|