mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-27 15:50:37 +00:00
01287f51bc
The following sniffs are failing and were disabled: * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationProtected Change-Id: Ibbd5bd7aa4040517ce46ab8bba3db19aa9237793
45 lines
911 B
JSON
45 lines
911 B
JSON
{
|
|
"name": "mediawiki/syntax-highlight",
|
|
"description": "Syntax highlighting extension for MediaWiki",
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "33.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.10.3",
|
|
"mediawiki/minus-x": "1.1.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Brion Vibber",
|
|
"email": "brion@wikimedia.org"
|
|
},
|
|
{
|
|
"name": "Niklas Laxström",
|
|
"email": "nlaxstrom@wikimedia.org"
|
|
},
|
|
{
|
|
"name": "Ori Livneh",
|
|
"email": "ori@wikimedia.org"
|
|
},
|
|
{
|
|
"name": "Rob Church"
|
|
},
|
|
{
|
|
"name": "Tim Starling",
|
|
"email": "tstarling@wikimedia.org"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
]
|
|
}
|
|
}
|