mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-23 22:03:31 +00:00
Add php-parallel-lint
php-lint will test for valid php files Change-Id: I6ed8d0dd87ed383cc49beb3397521a28abfe1217
This commit is contained in:
parent
c6e0dd166b
commit
46158f287d
|
@ -20,5 +20,13 @@
|
|||
"classmap": [
|
||||
"ImageMap_body.php"
|
||||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "0.9.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue