Drupal Coding Standards Issues | phpcs

Created on 24 January 2023, almost 2 years ago
Updated 15 August 2024, 3 months ago

Problem/Motivation

Getting Following errors/warnings

$ phpcs --standard=Drupal tweetext

FILE: C:\Users\Admin\Desktop\task\tweetext\css\tweetext.admin.css
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found
   |       |     "\r\n"
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: C:\Users\Admin\Desktop\task\tweetext\js\build\ckeditor5-tweetable-text.js
-------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------
 1 | WARNING | File appears to be minified and cannot be processed
-------------------------------------------------------------------------------


FILE: ...p\task\tweetext\js\ckeditor5_plugins\ckeditor5-tweetable-text\src\index.js
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found
   |       |     "\r\n"
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...weetext\js\ckeditor5_plugins\ckeditor5-tweetable-text\src\tweetabletext.js
--------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
--------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found
    |       |     "\r\n"
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...\js\ckeditor5_plugins\ckeditor5-tweetable-text\src\tweetabletextcommand.js
--------------------------------------------------------------------------------
FOUND 24 ERRORS AFFECTING 24 LINES
--------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found
    |       |     "\r\n"
 14 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 24 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...\js\ckeditor5_plugins\ckeditor5-tweetable-text\src\tweetabletextediting.js
--------------------------------------------------------------------------------
FOUND 84 ERRORS AFFECTING 81 LINES
--------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found
     |       |     "\r\n"
  17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  45 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
  46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  46 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
  47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 102 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 84 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...etext\js\ckeditor5_plugins\ckeditor5-tweetable-text\src\tweetabletextui.js
--------------------------------------------------------------------------------
FOUND 61 ERRORS AFFECTING 59 LINES
--------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found
     |       |     "\r\n"
  19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  48 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
  49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  70 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
     |       |     found "false"
  71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 61 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...ckeditor5_plugins\ckeditor5-tweetable-text\src\ui\tweetabletextformview.js
--------------------------------------------------------------------------------
FOUND 286 ERRORS AFFECTING 281 LINES
--------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found
     |       |     "\r\n"
   6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 255 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
     |       |     found "false"
 256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 259 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
 260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 267 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 270 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but
     |       |     found "null"
 271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 273 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but
     |       |     found "null"
 274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 302 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 347 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
 348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 286 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...k\tweetext\js\ckeditor5_plugins\ckeditor5-tweetable-text\webpack.config.js
--------------------------------------------------------------------------------
FOUND 56 ERRORS AFFECTING 41 LINES
--------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found
    |       |     "\r\n"
  9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 19 | ERROR | [x] Expected 1 space after "/"; 0 found
 19 | ERROR | [x] Expected 1 space before "/"; 0 found
 19 | ERROR | [x] Expected 1 space after "/"; 0 found
 19 | ERROR | [x] Expected 1 space before "/"; 0 found
 19 | ERROR | [x] Expected 1 space after "/"; 0 found
 19 | ERROR | [x] Expected 1 space before "/"; 0 found
 19 | ERROR | [x] Expected 1 space after "/"; 0 found
 19 | ERROR | [x] Expected 1 space before "+"; 0 found
 19 | ERROR | [x] Expected 1 space after "+"; 0 found
 19 | ERROR | [x] Expected 1 space before "/"; 0 found
 19 | ERROR | [x] Expected 1 space after "/"; 0 found
 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 23 | ERROR | [x] Expected 1 space after "/"; 0 found
 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 30 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
    |       |     found "true"
 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 40 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
    |       |     found "true"
 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 52 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
    |       |     found "false"
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 56 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: C:\Users\Admin\Desktop\task\tweetext\js\webpack.config.js
--------------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 8 LINES
--------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found
    |       |     "\r\n"
 20 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
    |       |     found "true"
 25 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
    |       |     found "false"
 29 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
    |       |     found "false"
 59 | ERROR | [x] Expected 1 space after "/"; 0 found
 59 | ERROR | [x] Expected 1 space before "/"; 0 found
 59 | ERROR | [x] Expected 1 space after "/"; 0 found
 59 | ERROR | [x] Expected 1 space before "/"; 0 found
 59 | ERROR | [x] Expected 1 space after "/"; 0 found
 59 | ERROR | [x] Expected 1 space before "/"; 0 found
 59 | ERROR | [x] Expected 1 space after "/"; 0 found
 59 | ERROR | [x] Expected 1 space before "+"; 0 found
 59 | ERROR | [x] Expected 1 space after "+"; 0 found
 59 | ERROR | [x] Expected 1 space before "/"; 0 found
 59 | ERROR | [x] Expected 1 space after "/"; 0 found
 63 | ERROR | [x] Expected 1 space after "/"; 0 found
 70 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
    |       |     found "true"
 80 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
    |       |     found "true"
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

Time: 471ms; Memory: 10MB

Proposed resolution

Fix the errors and warnings.

šŸ› Bug report
Status

RTBC

Version

2.1

Component

Code

Created by

šŸ‡®šŸ‡³India Jay Jangid

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

Comments & Activities

  • Issue created by @Jay Jangid
  • @jay-jangid opened merge request.
  • šŸ‡®šŸ‡³India Jay Jangid

    Created MR , please review.

    Thank you.

  • šŸ‡®šŸ‡³India riddhi.addweb

    I have applied the patch cleanly and checked that No errors are remaining (RTBC +1).
    Please note that there is only one Warning :

    FILE: /var/www/html/web/Drupal_9.5/web/modules/contrib/tweetext/js/ckeditor5_plugins/ckeditor5-tweetable-text/docs/tweetable-text.md
    ------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------------------------------------------------------------------
     54 | WARNING | Line exceeds 80 characters; contains 94 characters
    ------------------------------------------------------------------------------------------------------------------------------------
    
  • Status changed to RTBC 3 months ago
  • šŸ‡µšŸ‡­Philippines cleavinjosh

    Hi,

    I just cloned the module and this is the issue I encountered after I ran

    </code>.
    
    <code>āžœ  contrib git clone git@git.drupal.org:project/tweetext.git
    Cloning into 'tweetext'...
    remote: Enumerating objects: 204, done.
    remote: Counting objects: 100% (139/139), done.
    remote: Compressing objects: 100% (66/66), done.
    remote: Total 204 (delta 54), reused 136 (delta 53), pack-reused 65 (from 1)
    Receiving objects: 100% (204/204), 170.47 KiB | 441.00 KiB/s, done.
    Resolving deltas: 100% (77/77), done.
    āžœ  contrib phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml tweetext
    
    FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/tweetext/js/ckeditor5_plugins/ckeditor5-tweetable-text/docs/tweetable-text.md
    --------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------------------------------------------
     54 | WARNING | Line exceeds 80 characters; contains 94 characters
    --------------------------------------------------------------------------------------------------------------------------------------------------
    
    Time: 189ms; Memory: 10MB
    
    āžœ  contrib cd tweetext
    āžœ  tweetext git:(2.1.x)

    I will move the status to RTBC since the issues mentioned in the description are fixed.

    Thank you.

Production build 0.71.5 2024