- 🇨🇦Canada mandclu
This report wasn't run using the right standards for Javascript. Going to uppercase for the constants actually breaks the script.
FILE: /var/www/html/drupal_cms/drupal9/web/modules/contrib/alerts/modules/alerts_olivero/js/alerts-dismiss.js
-------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
-------------------------------------------------------------------------------------------------------------
5 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
6 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
22 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
30 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
51 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
-------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------
Time: 94ms; Memory: 10MB
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This report wasn't run using the right standards for Javascript. Going to uppercase for the constants actually breaks the script.