-
-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathphpstan.neon
More file actions
21 lines (20 loc) · 717 Bytes
/
phpstan.neon
File metadata and controls
21 lines (20 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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/*
reportUnmatchedIgnoredErrors: false
inferPrivatePropertyTypeFromConstructor: true
rules:
- Phpactor\Tests\PHPStan\Rule\NoDumpRule
includes:
- phpstan-baseline.neon