Coding Standard Issue

Created on 13 January 2023, almost 2 years ago
Updated 21 August 2024, 3 months ago

Problem/Motivation

FILE: /var/www/html/drupal9/web/modules/contrib/ckeditor_entity_link/js/plugins/entitylink/plugin.js
----------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------------------------------------
31 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
34 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
42 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
157 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
163 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
----------------------------------------------------------------------------------------------------

šŸ“Œ Task
Status

RTBC

Version

1.3

Component

Code

Created by

šŸ‡®šŸ‡³India yashmalviya

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Hi @everyone,

    Applied patch provided by comment #2, it was applied successfully and confirmed it fixed the reported errors.

    āžœ  ckeditor_entity_link git:(master) āœ— curl https://www.drupal.org/files/issues/2023-01-13/drupal-coding-standard-3333258-2.patch | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  1864  100  1864    0     0   2312      0 --:--:-- --:--:-- --:--:--  2359
    patching file js/plugins/entitylink/plugin.js
    āžœ  ckeditor_entity_link git:(master) āœ— ..
    āžœ  contrib git:(master) āœ— cd ckeditor_entity_link
    āžœ  ckeditor_entity_link git:(master) āœ—

    Will now move this to RTBC

    Thanks,
    Jake

Production build 0.71.5 2024