Commit 5a1be07
fix(static-analysis): drop missing src/Core/Service/Tests path, suppress pending Service module
PHPStan + Psalm CI both failed at config-load on #2 because
src/Core/Service/Tests doesn't exist. Removed that exclude entry from both
configs.
Knock-on: BunnyStorageService implements Core\Service\Contracts\HealthCheckable
which lives in a not-yet-built Core\Service module. PHPStan flagged it via
non-ignorable interface.notFound, Psalm via MissingDependency. Excluded the
file from PHPStan and added directory-scoped MissingDependency suppression to
Psalm covering src/Core/Cdn until the Service module lands.
Also added Front\Client\Boot to the UndefinedClass suppression list (pending
Front\Client frontage subpackage).
Local verification:
vendor/bin/phpstan analyse --no-progress → No errors
vendor/bin/psalm --no-progress → No errors found
composer test → 245 tests pass
Tracked under core/lint RFC migration: plans/code/core/lint/RFC.md
Co-Authored-By: Cladius Maximus <claude@anthropic.com>1 parent d2410f5 commit 5a1be07
2 files changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
| |||
82 | 94 | | |
83 | 95 | | |
84 | 96 | | |
85 | | - | |
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
| |||
0 commit comments