mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
12 lines
718 B
Plaintext
12 lines
718 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
- '#Internal error#'
|
|
- '#Undefined variable: \$possibleAutoloadPaths#'
|
|
- '#Class NotLoadedSource\\SomeClass was not found while trying to analyse it - autoloading is probably not configured properly#'
|
|
excludes_analyse:
|
|
- *packages/DeprecationExtractor/tests/DeprecationExtractorSource/Definition.php
|
|
- tests/Rector/Contrib/Nette/Routing/BootstrapToRouterFactoryRector/Correct/RouterFactory.php
|
|
- tests/Rector/Contrib/Nette/Routing/BootstrapToRouterFactoryRector/Wrong/bootstrap.php
|
|
- tests/Rector/Dynamic/MethodNameReplacerRector/wrong/SomeClass.php
|
|
- tests/Rector/Dynamic/MethodNameReplacerRector/correct/SomeClass.php
|