corvée: met à jour Mago
This commit is contained in:
parent
2bc7af69fe
commit
cf761709dd
2 changed files with 814 additions and 385 deletions
|
|
@ -37,27 +37,29 @@ threads = 0
|
|||
|
||||
[analyzer]
|
||||
allow-possibly-undefined-array-keys = false
|
||||
allow-side-effects-in-conditions = true
|
||||
analyze-dead-code = true
|
||||
check-arrow-function-missing-type-hints = true
|
||||
check-closure-missing-type-hints = true
|
||||
check-experimental = true
|
||||
check-missing-override = true
|
||||
check-missing-type-hints = true
|
||||
check-name-casing = true
|
||||
check-property-initialization = true
|
||||
check-throws = true
|
||||
check-use-statements = true
|
||||
enforce-class-finality = true
|
||||
find-overly-wide-return-types = true
|
||||
find-unused-definitions = true
|
||||
find-unused-expressions = true
|
||||
find-unused-parameters = true
|
||||
memoize-properties = true
|
||||
no-boolean-literal-comparison = false
|
||||
perform-heuristic-checks = true
|
||||
plugins = ["psl"]
|
||||
require-api-or-internal = true
|
||||
strict-list-index-checks = true
|
||||
trust-existence-checks = false
|
||||
check-experimental = true
|
||||
check-name-casing = true
|
||||
memoize-properties = true
|
||||
|
||||
[analyzer.performance]
|
||||
array-combination-threshold = 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue