mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 20:09:58 +00:00
1218a8d26f
The following sniffs are failing and were disabled: * MediaWiki.Files.ClassMatchesFilename.NotMatch * MediaWiki.Files.OneClassPerFile.MultipleFound Change-Id: Ibd5c8291a5fdf634dc9cb5122d1b27620735a1fc
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
"mediawiki/mediawiki-codesniffer": "0.12.0"
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|