2026-04-10
- corvée: met à jour les deps - corvée: formate
This commit is contained in:
parent
00f87fedcd
commit
b2a0012590
85 changed files with 132083 additions and 31328 deletions
10
mago.toml
10
mago.toml
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue