forked from ems-project/elasticms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon.dist
25 lines (25 loc) · 1.22 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
paths:
- %currentWorkingDirectory%/elasticms-admin/src
- %currentWorkingDirectory%/elasticms-cli/src
- %currentWorkingDirectory%/elasticms-web/src
- %currentWorkingDirectory%/EMS/admin-ui-bundle/src
- %currentWorkingDirectory%/EMS/client-helper-bundle/src
- %currentWorkingDirectory%/EMS/common-bundle/src
- %currentWorkingDirectory%/EMS/core-bundle/src
- %currentWorkingDirectory%/EMS/form-bundle/src
- %currentWorkingDirectory%/EMS/helpers/src
- %currentWorkingDirectory%/EMS/submission-bundle/src
- %currentWorkingDirectory%/EMS/xliff/src
- %currentWorkingDirectory%/release
excludePaths:
- %currentWorkingDirectory%/vendor/*
- %currentWorkingDirectory%/EMS/admin-ui-bundle/src/Resources/*
- %currentWorkingDirectory%/EMS/client-helper-bundle/src/Resources/*
- %currentWorkingDirectory%/EMS/common-bundle/src/Resources/*
- %currentWorkingDirectory%/EMS/core-bundle/src/Resources/*
- %currentWorkingDirectory%/EMS/form-bundle/src/Resources/*
- %currentWorkingDirectory%/EMS/submission-bundle/src/Resources/*
level: 8
parallel:
maximumNumberOfProcesses: 2