We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79c41f commit 44cb59dCopy full SHA for 44cb59d
1 file changed
rector.php
@@ -15,10 +15,21 @@
15
16
return RectorConfig::configure()
17
->withPaths([
18
- __DIR__.'/docs',
19
__DIR__.'/src',
20
__DIR__.'/tests',
21
])
+ ->withSkip([
22
+ __DIR__.'/src/Core/Bridge/Symfony/Maker/Resources/skeleton',
23
+ __DIR__.'/src/Laravel/Console/Maker/Resources/skeleton',
24
+ __DIR__.'/src/Laravel/config',
25
+ __DIR__.'/tests/Fixtures/app/var',
26
+ __DIR__.'/docs/guides',
27
+ __DIR__.'/docs/var',
28
+ __DIR__.'/src/Doctrine/Orm/Tests/var',
29
+ __DIR__.'/src/Doctrine/Odm/Tests/var',
30
+ __DIR__.'/tests/Fixtures/app/config/reference.php',
31
+ __DIR__.'/src/Symfony/Bundle/DependencyInjection/Configuration.php',
32
+ ])
33
// uncomment to reach your current PHP version
34
// ->withPhpSets()
35
->withTypeCoverageLevel(0)
0 commit comments