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:
Umherirrender 2024-10-18 20:18:57 +02:00
parent c249526358
commit 723636a8bb

View file

@ -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"