mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-24 00:13:27 +00:00
Add php-parallel-lint
php-lint will test for valid php files Change-Id: I2e59da55ff2d5dfcc668bcbd81df4708c8d5f4c6
This commit is contained in:
parent
68f89b28b5
commit
88329411c7
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
*.kate-swp
|
||||
.*.swp
|
||||
node_modules/
|
||||
/vendor
|
||||
|
|
11
composer.json
Normal file
11
composer.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "0.9.2",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue