Skip to content

Commit 6e013c6

Browse files
committed
Update MODULE.json with PHPCS severity 9
1 parent 0c1436e commit 6e013c6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

MODULE.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626
],
2727
"config": [
2828
{
29-
"path": "loki_components\/general\/debug",
29+
"path": "loki_components/general/debug",
3030
"label": "Generic settings > Debug",
3131
"description": "When debugging is enabled, on various levels, detailed information comes available. For instance, in the browser Error Console, more debugging messages are displayed, allowing you to inspect issues on the JavaScript level. Whenever an exception occurs within the AJAX call, the exception message is appended to the AJAX output."
3232
},
3333
{
34-
"path": "loki_components\/validators\/enable_mx_validation_for_email",
34+
"path": "loki_components/validators/enable_mx_validation_for_email",
3535
"label": "Validators > Enable MX Validation for Email Values",
36-
"description": "When a specific Loki Component is declared in a file `etc\/loki_components.xml` with a validator `email`, then basic email validation is applied. With this setting enabled, the validation includes also a DNS MX lookup of the domain part of the email."
36+
"description": "When a specific Loki Component is declared in a file `etc/loki_components.xml` with a validator `email`, then basic email validation is applied. With this setting enabled, the validation includes also a DNS MX lookup of the domain part of the email."
3737
}
3838
],
39-
"tests": []
39+
"tests": [],
40+
"phpcs_severity": "9"
4041
}

0 commit comments

Comments
 (0)