mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 22:03:41 +00:00
5b754dc615
composer: * mediawiki/mediawiki-codesniffer: 38.0.0 → 40.0.1 The following sniffs are failing and were disabled: * MediaWiki.PHPUnit.AssertEmpty.AssertEmptyUsed npm: * grunt-stylelint: 0.16.0 → 0.18.0 * stylelint-config-wikimedia: 0.11.1 → 0.13.1 Change-Id: I79f223a3bcded9652083d1c1c6034f7829fa3c4c
21 lines
419 B
JSON
21 lines
419 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "40.0.1",
|
|
"mediawiki/minus-x": "1.1.1",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"phpcs": "phpcs -sp --cache"
|
|
}
|
|
}
|