mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
bd0b0bc463
The following sniffs are failing and were disabled: * MediaWiki.Files.ClassMatchesFilename.NotMatch Change-Id: If29f88179f0824902c313c4b64e2ed1a5f084292
15 lines
301 B
JSON
15 lines
301 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 --exclude node_modules",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|