mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-13 18:26:56 +00:00
87b7254eaf
The following sniffs are failing and were disabled: * MediaWiki.Commenting.FunctionComment.MissingParamComment * MediaWiki.Commenting.FunctionComment.MissingParamTag * MediaWiki.Commenting.FunctionComment.ParamNameNoMatch * MediaWiki.FunctionComment.Missing.Public Change-Id: I591fd0cd60147b9f5ddd3d1b9e74f79a0bb3f595
17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "0.9.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s"
|
|
],
|
|
"fix": [
|
|
"phpcbf"
|
|
]
|
|
}
|
|
}
|