mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-15 03:35:47 +00:00
0fe99941e1
Highlight PHP code when parallel-lint fails Change-Id: Ie7582baa805457a0445a119bfd5fb859f693e51f
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"license": "LGPL-2.1+",
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
"mediawiki/mediawiki-codesniffer": "0.5.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|