2026-04-10

- corvée: met à jour les deps
- corvée: formate
This commit is contained in:
gcch 2026-04-10 17:21:57 +02:00
commit b2a0012590
85 changed files with 132083 additions and 31328 deletions

View file

@ -5,7 +5,9 @@ stack-size = 0
threads = 0
[source]
excludes = ["web/wp/wp-admin/includes/noop.php"]
excludes = [
"web/wp/wp-admin/includes/noop.php",
]
extensions = ["php"]
includes = ["config", "vendor", "web/app/plugins", "web/vendor", "web/wp"]
paths = ["web/app/themes/haiku-atelier-2024"]
@ -66,3 +68,9 @@ threads = 0
negation-complexity-threshold = 8192
saturation-complexity-threshold = 16384
string-combination-threshold = 256
[formatter]
excludes = [
"web/app/mu-plugins",
"web/app/plugins",
]