mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
* use upstream phpmicro * move src/global/tests to src/global/ext-tests * move src/global/tests to src/global/ext-tests * prevent file_get_contents memory insufficience * update README * fix libxml >= 2.12 with older PHP (<=8.1) build bug * cleanup code, support newer phpmicro * add --no-strip and --with-upx-pack tests * fix windows sanity check for newer phpmicro * fix windows sanity check for newer phpmicro * test * test * test * update deps for ci
18 lines
544 B
Plaintext
18 lines
544 B
Plaintext
parameters:
|
|
reportUnmatchedIgnoredErrors: false
|
|
level: 4
|
|
paths:
|
|
- ./src/
|
|
ignoreErrors:
|
|
- '#Constant .* not found#'
|
|
- '#Unsafe usage of new static#'
|
|
- '#class Fiber#'
|
|
- '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist#'
|
|
- '#Function Swoole\\Coroutine\\run not found.#'
|
|
dynamicConstantNames:
|
|
- PHP_OS_FAMILY
|
|
excludePaths:
|
|
analyseAndScan:
|
|
- ./src/globals/ext-tests/swoole.php
|
|
- ./src/globals/ext-tests/swoole.phpt
|
|
- ./src/globals/test-extensions.php |