Skip to content

Commit ac1d027

Browse files
committed
added more excludes
1 parent 9867a6b commit ac1d027

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

phpstan.neon.dist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@ parameters:
22
level: 1
33
bootstrapFiles:
44
- .phpstan/bootstrap.php
5+
56
paths:
67
- lib
78
- test
9+
810
excludePaths:
911
analyse:
12+
- lib/vendor/swiftmailer/
1013
- lib/task/symfony/lime_symfony.php
1114
- lib/task/symfony/sfSymfonyTestTask.class.php
15+
- lib/task/generator/skeleton/
16+
# Templates for errors
17+
- lib/exception/data/
18+
# Templates for classes
19+
- lib/plugins/sfDoctrinePlugin/data/generator/
20+
- lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/
21+
# Templates for application
22+
- lib/plugins/sfDoctrinePlugin/test/functional/fixtures/apps/

0 commit comments

Comments
 (0)