mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-13 18:16:56 +00:00
build: Enable cache for phpcs run
Faster run of phpcs on developer machine by using results from previous runs Change-Id: I15aaaa981d607c0244a0bb96e6c3c6eacae9197a
This commit is contained in:
parent
c249526358
commit
723636a8bb
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint": "parallel-lint . --exclude vendor --exclude node_modules",
|
||||
"phpcs": "phpcs -p -s",
|
||||
"phpcs": "phpcs -p -s --cache",
|
||||
"fix": [
|
||||
"minus-x fix .",
|
||||
"phpcbf"
|
||||
|
|
Loading…
Reference in a new issue