mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
20 lines
617 B
Plaintext
20 lines
617 B
Plaintext
parameters:
|
|
reportUnmatchedIgnoredErrors: false
|
|
level: 4
|
|
paths:
|
|
- ./src/
|
|
ignoreErrors:
|
|
- '#Unsafe usage of new static#'
|
|
- '#class Fiber#'
|
|
- '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist#'
|
|
- '#Function Swoole\\Coroutine\\run not found.#'
|
|
- '#Static call to instance method ZM\\Logger\\ConsoleColor#'
|
|
- '#Constant GNU_ARCH 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
|