mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
- vendor/ergebnis/phpstan-rules/rules.neon
|
|
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- src
|
|
|
|
checkMissingIterableValueType: true
|
|
checkGenericClassInNonGenericObjectType: false
|
|
reportUnmatchedIgnoredErrors: true
|
|
|
|
ignoreErrors:
|
|
- "#type mixed is not subtype of native#"
|
|
- "#is not allowed to extend#"
|
|
- "#Language construct eval#"
|
|
- "# with null as default value#"
|
|
- "#has parameter \\$closure with default value.#"
|
|
- "#has parameter \\$description with default value.#"
|
|
- "#Method Pest\\\\Support\\\\Reflection::getParameterClassName\\(\\) has a nullable return type declaration.#"
|
|
-
|
|
message: '#Call to an undefined method PHPUnit\\Framework\\Test::getName\(\)#'
|
|
path: src/Logging
|
|
-
|
|
message: '#is not subtype of native type PHPUnit\\Framework\\Test#'
|
|
path: src/Logging
|
|
-
|
|
message: '#Call to an undefined method PHPUnit\\Framework\\Test::getPrintableTestCaseName\(\)#'
|
|
path: src/Logging
|