skip bugged phpstan file

This commit is contained in:
Tomas Votruba 2020-10-25 14:56:11 +01:00
parent 2fc46fde21
commit bdf9464d25
2 changed files with 5 additions and 2 deletions

View File

@ -37,8 +37,8 @@
"nikic/php-parser": "4.10.2",
"ondram/ci-detector": "^3.4",
"phpstan/phpdoc-parser": "^0.4.9",
"phpstan/phpstan": "^0.12.43",
"phpstan/phpstan-phpunit": "^0.12.10",
"phpstan/phpstan": "^0.12.52",
"phpstan/phpstan-phpunit": "^0.12.16",
"psr/simple-cache": "^1.0",
"sebastian/diff": "^3.0|^4.0",
"symfony/cache": "^4.4.8|^5.1",

View File

@ -123,6 +123,9 @@ parameters:
checkGenericClassInNonGenericObjectType: false
excludes_analyse:
# broken in PHPStan https://github.com/rectorphp/rector/runs/1305002460#step:5:56
- packages/better-php-doc-parser/src/PhpDocNode/AbstractTagValueNode.php
# phsptan bug
- utils/phpstan-extensions/src/Rule/PreventParentMethodVisibilityOverrideRule.php
- utils/phpstan-extensions/src/Rule/KeepRectorNamespaceForRectorRule.php