fix: corrige certains soucis avec les emails
This commit is contained in:
parent
71c35a497f
commit
c6664a7597
16 changed files with 179 additions and 121 deletions
|
|
@ -1,7 +1,7 @@
|
|||
php-version = "8.4.0"
|
||||
|
||||
[source]
|
||||
excludes = []
|
||||
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/"]
|
||||
|
|
@ -86,12 +86,15 @@ php-version = "8.4.0"
|
|||
integrations = ["wordpress"]
|
||||
|
||||
[linter.rules]
|
||||
ambiguous-function-call = { enabled = false }
|
||||
ambiguous-function-call = { enabled = true }
|
||||
halstead = { effort-threshold = 7000 }
|
||||
literal-named-argument = { enabled = false }
|
||||
no-redundant-readonly = { enabled = true }
|
||||
no-redundant-use = { enabled = true }
|
||||
no-variable-variable = { enabled = true }
|
||||
|
||||
[analyzer]
|
||||
allow-possibly-undefined-array-keys = false
|
||||
allow-possibly-undefined-array-keys = true
|
||||
analyze-dead-code = true
|
||||
check-arrow-function-missing-type-hints = true
|
||||
check-closure-missing-type-hints = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue