-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
20 lines (19 loc) · 867 Bytes
/
Copy pathphpstan.neon
File metadata and controls
20 lines (19 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# `src` only, deliberately — Bescheid Rolf 2026-08-09: "ich dachte es reicht wenn
# src sauber geprüft ist, die tests habe ich bewusst ausgeklammert". A phpstan
# finding in a test reaches no consumer; `composer.json`'s `autoload` ships
# `src/` alone.
#
# Until this commit the list also named `tests`, but the make target passed
# `/app/src` on the command line — and a CLI path REPLACES `paths:` instead of
# adding to it. So the test tree was never analysed anyway: the config claimed
# one scope, the gate ran another. This removes the claim, not a check.
#
# One documented exception exists in the fleet, `jardiscore/app`, because it is
# the only package where a class in the test tree implements a published
# interface. Its own phpstan.neon carries the reasoning.
includes:
- phpstan-baseline.neon
parameters:
level: 8
paths:
- src