corvée: met à jour Mago

This commit is contained in:
gcch 2026-04-14 11:30:27 +02:00
commit cf761709dd
2 changed files with 814 additions and 385 deletions

File diff suppressed because it is too large Load diff

View file

@ -37,27 +37,29 @@ threads = 0
[analyzer] [analyzer]
allow-possibly-undefined-array-keys = false allow-possibly-undefined-array-keys = false
allow-side-effects-in-conditions = true
analyze-dead-code = true analyze-dead-code = true
check-arrow-function-missing-type-hints = true check-arrow-function-missing-type-hints = true
check-closure-missing-type-hints = true check-closure-missing-type-hints = true
check-experimental = true
check-missing-override = true check-missing-override = true
check-missing-type-hints = true check-missing-type-hints = true
check-name-casing = true
check-property-initialization = true check-property-initialization = true
check-throws = true check-throws = true
check-use-statements = true check-use-statements = true
enforce-class-finality = true enforce-class-finality = true
find-overly-wide-return-types = true
find-unused-definitions = true find-unused-definitions = true
find-unused-expressions = true find-unused-expressions = true
find-unused-parameters = true find-unused-parameters = true
memoize-properties = true
no-boolean-literal-comparison = false no-boolean-literal-comparison = false
perform-heuristic-checks = true perform-heuristic-checks = true
plugins = ["psl"] plugins = ["psl"]
require-api-or-internal = true require-api-or-internal = true
strict-list-index-checks = true strict-list-index-checks = true
trust-existence-checks = false trust-existence-checks = false
check-experimental = true
check-name-casing = true
memoize-properties = true
[analyzer.performance] [analyzer.performance]
array-combination-threshold = 256 array-combination-threshold = 256