Drupal Coding Standards Issues | phpcs

Created on 27 January 2023, almost 2 years ago
Updated 9 February 2023, almost 2 years ago

Problem/Motivation

Getting Following errors/warnings

$ phpcs --standard=Drupal elogger

FILE: C:\Users\Admin\Desktop\task\elogger\jsonpanel\css\jsonpanel.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\elogger\jsonpanel\js\Autolinker.js
--------------------------------------------------------------------------------
FOUND 779 ERRORS AFFECTING 591 LINES
--------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found
     |       |     "\r\n"
  13 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  15 | 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
  20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  21 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  22 | ERROR | [x] Whitespace found at end of line
  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
  26 | ERROR | [x] Whitespace found at end of line
  27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  27 | ERROR | [x] Whitespace found at end of line
  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
  29 | ERROR | [x] Whitespace found at end of line
  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
  32 | ERROR | [x] Whitespace found at end of line
  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
  34 | ERROR | [x] Whitespace found at end of line
  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
  39 | ERROR | [x] Whitespace found at end of line
  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
  42 | ERROR | [x] Whitespace found at end of line
  43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  43 | ERROR | [x] Whitespace found at end of line
  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
  46 | ERROR | [x] Whitespace found at end of line
  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
  52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  52 | ERROR | [x] Whitespace found at end of line
  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
  56 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  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
  58 | ERROR | [x] Whitespace found at end of line
  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
  60 | ERROR | [x] Inline control structures are not allowed
  61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR | [x] Inline control structures 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
  63 | ERROR | [x] Whitespace found at end of line
  63 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
  64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  64 | ERROR | [x] Whitespace found at end of line
  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
  67 | ERROR | [x] Whitespace found at end of line
  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] Whitespace found at end of line
  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
  73 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
  74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  74 | ERROR | [x] Whitespace found at end of line
  75 | 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
  77 | ERROR | [x] Whitespace found at end of line
  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
  80 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
  81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR | [x] Whitespace found at end of line
  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
  84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  84 | ERROR | [x] Whitespace found at end of line
  85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR | [x] Whitespace found at end of line
  86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  86 | ERROR | [x] Whitespace found at end of line
  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
  88 | ERROR | [x] Whitespace found at end of line
  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
  92 | ERROR | [x] Whitespace found at end of line
  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
  95 | ERROR | [x] Whitespace found at end of line
  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
  98 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
  99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR | [x] Whitespace found at end of line
 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] Whitespace found at end of line
 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
 105 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
 106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 106 | ERROR | [x] Whitespace found at end of line
 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
 109 | ERROR | [x] Whitespace found at end of line
 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
 112 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
     |       |     found "true"
 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 113 | ERROR | [x] Whitespace found at end of line
 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
 116 | ERROR | [x] Whitespace found at end of line
 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
 119 | ERROR | [x] Whitespace found at end of line
 120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 121 | ERROR | [x] Whitespace found at end of line
 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
 126 | 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
 127 | ERROR | [x] Whitespace found at end of line
 127 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 128 | ERROR | [x] Whitespace found at end of line
 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
 132 | ERROR | [x] Whitespace found at end of line
 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
 134 | ERROR | [x] Whitespace found at end of line
 135 | 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
 136 | ERROR | [x] Whitespace found at end of line
 137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 137 | ERROR | [x] Whitespace found at end of line
 138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 138 | ERROR | [x] Whitespace found at end of line
 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
 143 | ERROR | [x] Whitespace found at end of line
 144 | 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
 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 147 | ERROR | [x] Whitespace found at end of line
 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
 150 | ERROR | [x] Whitespace found at end of line
 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 151 | ERROR | [x] Whitespace found at end of line
 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
 153 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 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
 155 | ERROR | [x] Whitespace found at end of line
 156 | 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
 157 | ERROR | [x] Whitespace found at end of line
 158 | 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
 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 161 | 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
 162 | ERROR | [x] Whitespace found at end of line
 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 164 | 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
 166 | ERROR | [x] Whitespace found at end of line
 167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 168 | ERROR | [x] Whitespace found at end of line
 169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 169 | ERROR | [x] Whitespace found at end of line
 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
 173 | ERROR | [x] Whitespace found at end of line
 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 175 | ERROR | [x] Whitespace found at end of line
 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
 179 | 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
 181 | ERROR | [x] Whitespace found at end of line
 182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 183 | ERROR | [x] Whitespace found at end of line
 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
 186 | 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
 188 | 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
 190 | ERROR | [x] Whitespace found at end of line
 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
 192 | ERROR | [x] Whitespace found at end of line
 193 | 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
 195 | 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
 197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 198 | ERROR | [x] Whitespace found at end of line
 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
 200 | ERROR | [x] Whitespace found at end of line
 201 | 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
 205 | 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
 207 | ERROR | [x] Whitespace found at end of line
 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
 212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 212 | ERROR | [x] Whitespace found at end of line
 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
 216 | ERROR | [x] Whitespace found at end of line
 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
 218 | ERROR | [x] Whitespace found at end of line
 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
 221 | 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
 224 | ERROR | [x] Whitespace found at end of line
 225 | 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
 228 | ERROR | [x] Whitespace found at end of line
 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
 231 | ERROR | [x] Whitespace found at end of line
 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
 233 | ERROR | [x] Whitespace found at end of line
 234 | 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
 237 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 238 | 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
 241 | ERROR | [x] Whitespace found at end of line
 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
 244 | ERROR | [x] Whitespace found at end of line
 245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 246 | 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
 247 | ERROR | [x] Whitespace found at end of line
 248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 249 | 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
 254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 254 | ERROR | [x] Whitespace found at end of line
 255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 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
 258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 261 | 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
 263 | ERROR | [x] Whitespace found at end of line
 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
 267 | ERROR | [x] Whitespace found at end of line
 267 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 268 | ERROR | [x] Whitespace found at end of line
 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] Whitespace found at end of line
 271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 272 | ERROR | [x] Whitespace found at end of line
 273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 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
 275 | ERROR | [x] Whitespace found at end of line
 276 | 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
 280 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 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
 283 | ERROR | [x] Whitespace found at end of line
 283 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 284 | ERROR | [x] Whitespace found at end of line
 285 | 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
 287 | ERROR | [x] Whitespace found at end of line
 288 | 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
 290 | ERROR | [x] Whitespace found at end of line
 291 | 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
 294 | 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
 296 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 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
 300 | 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
 303 | 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
 305 | ERROR | [x] Whitespace found at end of line
 306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 306 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but
     |       |     found "null"
 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
 310 | ERROR | [x] Whitespace found at end of line
 311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 312 | 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
 313 | ERROR | [x] Whitespace found at end of line
 314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 315 | 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
 318 | 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
 319 | ERROR | [x] Whitespace found at end of line
 320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 321 | 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
 326 | ERROR | [x] Whitespace found at end of line
 327 | 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
 329 | ERROR | [x] Whitespace found at end of line
 330 | 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
 333 | ERROR | [x] Whitespace found at end of line
 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
 335 | ERROR | [x] Whitespace found at end of line
 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
 338 | ERROR | [x] Whitespace found at end of line
 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
 343 | 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
 344 | ERROR | [x] Whitespace found at end of line
 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] Whitespace found at end of line
 347 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 348 | ERROR | [x] Whitespace found at end of line
 349 | 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
 352 | ERROR | [x] Whitespace found at end of line
 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
 355 | 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
 357 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 359 | 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
 362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 363 | ERROR | [x] Whitespace found at end of line
 364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 364 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 371 | ERROR | [x] Whitespace found at end of line
 372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 374 | ERROR | [x] Whitespace found at end of line
 375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 377 | ERROR | [x] Whitespace found at end of line
 378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 379 | ERROR | [x] Whitespace found at end of line
 380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 381 | ERROR | [x] Whitespace found at end of line
 382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 389 | ERROR | [x] Whitespace found at end of line
 389 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 390 | ERROR | [x] Whitespace found at end of line
 391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 395 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 401 | ERROR | [x] Whitespace found at end of line
 402 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 407 | ERROR | [x] Whitespace found at end of line
 407 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 408 | ERROR | [x] Whitespace found at end of line
 409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 416 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 417 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 418 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 419 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 420 | ERROR | [x] Whitespace found at end of line
 421 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 423 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 424 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 425 | ERROR | [x] Whitespace found at end of line
 426 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 427 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 428 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 428 | ERROR | [x] Whitespace found at end of line
 429 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 430 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 430 | ERROR | [x] Whitespace found at end of line
 431 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 432 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 433 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 434 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 434 | ERROR | [x] Whitespace found at end of line
 435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 437 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 440 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 441 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 442 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 443 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 445 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 447 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 450 | ERROR | [x] Whitespace found at end of line
 450 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 451 | ERROR | [x] Whitespace found at end of line
 452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 454 | ERROR | [x] Whitespace found at end of line
 455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 457 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 459 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 460 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 461 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 461 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 462 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 464 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 464 | ERROR | [x] Whitespace found at end of line
 465 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 466 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 467 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 467 | ERROR | [x] Whitespace found at end of line
 467 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 468 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 468 | ERROR | [x] Whitespace found at end of line
 469 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 470 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 471 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 471 | ERROR | [x] Whitespace found at end of line
 472 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 474 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 475 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 475 | ERROR | [x] Whitespace found at end of line
 476 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 477 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 477 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 478 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 479 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 479 | ERROR | [x] Whitespace found at end of line
 480 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 481 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 482 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 483 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 484 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 485 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 486 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 487 | ERROR | [x] Whitespace found at end of line
 488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 490 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 490 | ERROR | [x] Whitespace found at end of line
 490 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 491 | ERROR | [x] Whitespace found at end of line
 492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 494 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 495 | ERROR | [x] Whitespace found at end of line
 496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 498 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 499 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 501 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 503 | ERROR | [x] Whitespace found at end of line
 504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 504 | ERROR | [x] Inline control structures are not allowed
 504 | ERROR | [x] Whitespace found at end of line
 505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 506 | ERROR | [x] Inline control structures are not allowed
 507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 509 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 509 | ERROR | [x] Whitespace found at end of line
 509 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 510 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 510 | ERROR | [x] Whitespace found at end of line
 511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 513 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 514 | ERROR | [x] Whitespace found at end of line
 515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 519 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 519 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 520 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 522 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 523 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 524 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 525 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 525 | ERROR | [x] Whitespace found at end of line
 526 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 527 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 528 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 528 | ERROR | [x] Whitespace found at end of line
 528 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 529 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 529 | ERROR | [x] Whitespace found at end of line
 530 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 531 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 532 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 532 | ERROR | [x] Whitespace found at end of line
 533 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 535 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 536 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 538 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 538 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 539 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 541 | ERROR | [x] Whitespace found at end of line
 541 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 542 | ERROR | [x] Whitespace found at end of line
 543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 545 | ERROR | [x] Whitespace found at end of line
 546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 548 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 549 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 550 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 551 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 551 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 552 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 553 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 554 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 555 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 556 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 557 | ERROR | [x] Whitespace found at end of line
 557 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 558 | ERROR | [x] Whitespace found at end of line
 559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 560 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 561 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 562 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 562 | ERROR | [x] Whitespace found at end of line
 563 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 565 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 567 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 567 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 569 | ERROR | [x] Whitespace found at end of line
 570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 574 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 575 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 576 | ERROR | [x] Whitespace found at end of line
 577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 578 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 578 | ERROR | [x] Whitespace found at end of line
 578 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 579 | ERROR | [x] Whitespace found at end of line
 580 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 581 | ERROR | [x] Whitespace found at end of line
 582 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 583 | ERROR | [x] Whitespace found at end of line
 584 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 585 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 586 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 586 | ERROR | [x] Whitespace found at end of line
 587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 588 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 588 | ERROR | [x] Whitespace found at end of line
 589 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 590 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 591 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 591 | ERROR | [x] Whitespace found at end of line
 592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 593 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 594 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 595 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 596 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 597 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 598 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 599 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 600 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 601 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 603 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
 604 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 604 | ERROR | [x] Whitespace found at end of line
 605 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 606 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 606 | ERROR | [x] Whitespace found at end of line
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 779 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: C:\Users\Admin\Desktop\task\elogger\jsonpanel\js\jsonpanel.js
--------------------------------------------------------------------------------
FOUND 43 ERRORS AFFECTING 34 LINES
--------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found
     |       |     "\r\n"
   2 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
   2 | ERROR | [x] Expected 1 space before opening brace; found 0
   7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  11 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  15 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  19 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  23 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  27 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  33 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  37 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
  39 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  45 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  49 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  51 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
     |       |     found "false"
  53 | ERROR | [x] Functions must not contain multiple empty lines in a row;
     |       |     found 2 empty lines
  55 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  55 | ERROR | [x] Expected 1 space before opening brace; found 0
  61 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  65 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  69 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  76 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  85 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  89 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  97 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 102 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 102 | ERROR | [x] Expected 1 space before opening brace; found 0
 114 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 114 | ERROR | [x] Expected 1 space before opening brace; found 0
 122 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 122 | ERROR | [x] Expected 1 space before opening brace; found 0
 126 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 130 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 134 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 142 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 147 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 147 | ERROR | [x] Expected 1 space before opening brace; found 0
 159 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 159 | ERROR | [x] Expected 1 space before opening brace; found 0
 165 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 165 | ERROR | [x] Expected 1 space before opening brace; found 0
 172 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 172 | ERROR | [x] Expected 1 space before opening brace; found 0
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 43 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: C:\Users\Admin\Desktop\task\elogger\jsonpanel\js\main.js
--------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found
   |       |     "\r\n"
 8 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...sers\Admin\Desktop\task\elogger\src\Access\EloggerAccessControlHandler.php
--------------------------------------------------------------------------------
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\elogger\src\Entity\Elog.php
--------------------------------------------------------------------------------
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\elogger\src\Form\ElogDeleteForm.php
--------------------------------------------------------------------------------
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\elogger\src\Form\ElogFiltersConfigForm.php
--------------------------------------------------------------------------------
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\elogger\src\Form\ElogInterface.php
--------------------------------------------------------------------------------
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\elogger\src\Form\ElogLogMessagesConfigForm.php
--------------------------------------------------------------------------------
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: ...\Users\Admin\Desktop\task\elogger\src\Form\ElogLogMessagesSettingsForm.php
--------------------------------------------------------------------------------
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\elogger\src\Form\ElogSettingsForm.php
--------------------------------------------------------------------------------
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\elogger\src\Logger\EventLog.php
--------------------------------------------------------------------------------
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\elogger\src\Services\Elogger.php
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------

Time: 665ms; Memory: 14MB

Proposed resolution

Fix the errors and warnings.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India jay jangid Jaipur

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

Comments & Activities

Production build 0.71.5 2024