mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #39120 from nextcloud/fix/psalm-disable-cache
psalm: Disable cache
This commit is contained in:
commit
fe8e2ff64b
1 changed files with 3 additions and 3 deletions
|
|
@ -47,8 +47,8 @@
|
|||
"cs:fix": "php-cs-fixer fix",
|
||||
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||||
"lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l",
|
||||
"psalm": "psalm --threads=$(nproc)",
|
||||
"psalm:ci": "psalm --threads=1",
|
||||
"psalm:update-baseline": "psalm --threads=$(nproc) --update-baseline"
|
||||
"psalm": "psalm --no-cache --threads=$(nproc)",
|
||||
"psalm:ci": "psalm --no-cache --threads=1",
|
||||
"psalm:update-baseline": "psalm --no-cache --threads=$(nproc) --update-baseline"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue