-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
27 lines (25 loc) · 816 Bytes
/
phpstan.neon
File metadata and controls
27 lines (25 loc) · 816 Bytes
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
26
27
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- phar://vendor/phpstan/phpstan/phpstan.phar/conf/bleedingEdge.neon
- phpstan/rules.neon
parameters:
tmpDir: tmp/phpstan
paths:
- src
- tests
- rector.php
level: max
checkExplicitMixed: true
excludePaths:
- %currentWorkingDirectory%/tests/phpstan
lendable_phpunit:
enforceStrictMocking:
pardoned:
- Tests\Unit\Lendable\PHPUnitExtensions\TestCaseTest
ignoreErrors:
- message: '/(Call|Instantiation) (to|of).+internal.+PHPUnit.+/'
path: %currentWorkingDirectory%/src
- message: '/(Access|Call|Instantiation) (to|of).+internal.+PHPUnit.+/'
path: %currentWorkingDirectory%/tests