-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FRW-838 Fixed allowed memory size. (#322)
* FRW-838 Fixed allowed memory size * FRW-838 Fixed CI * SUPESC-838 Optimization for phpstan * SUPESC-838 Added config, adjustments * SUPESC-838 Renamed the var * SUPESC-838 Renamed the var
- Loading branch information
1 parent
20ba799
commit cb51ac1
Showing
9 changed files
with
325 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
config/DynamicEvaluator/checker_phpstan_include_project.neon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
includes: | ||
- %currentWorkingDirectory%/phpstan.neon | ||
parameters: | ||
level: 3 # for performance reasons | ||
parallel: | ||
maximumNumberOfProcesses: 2 | ||
paths: | ||
- %currentWorkingDirectory%/src | ||
excludePaths: | ||
analyse: | ||
- %currentWorkingDirectory%/src/Generated/* | ||
- %currentWorkingDirectory%/src/Orm/* | ||
- %currentWorkingDirectory%/src/**/*Repository.php | ||
- %currentWorkingDirectory%/src/**/*QueryContainer.php | ||
- %currentWorkingDirectory%/src/**/Spy*.php | ||
- %currentWorkingDirectory%/src/**/*Transfer.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.