forked from phpactor/phpactor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
25 lines (21 loc) · 786 Bytes
/
phpstan.neon
File metadata and controls
25 lines (21 loc) · 786 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
parameters:
level: max
paths:
- lib
excludePaths:
- */lib/*Tests/Workspace/*
- */lib/*Tests/Example/*
- */lib/Extension/*/Tests/Workspace/*
- */lib/Extension/*/Tests/Example/*
- */lib/WorseReflection/Tests/*
- lib/Completion/Tests/Unit/Core/Util/OffsetHelperTest.php
- */lib/ClassMover/Tests/Adapter/TolerantParser/examples/*
- lib/WorseReflection/Core/SourceCodeLocator/InternalStubs/*
- lib/Extension/LanguageServerCodeTransform/Tests/Stub/*
- lib/Extension/LanguageServerCodeTransform/Tests/Empty/*
reportUnmatchedIgnoredErrors: false
inferPrivatePropertyTypeFromConstructor: true
rules:
- Phpactor\Tests\PHPStan\Rule\NoDumpRule
includes:
- phpstan-baseline.neon