Fix the issues reported by phpcs

Created on 28 April 2023, about 1 year ago
Updated 21 February 2024, 4 months ago

vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig web/modules/contrib/zoom_on_hover/

FILE: /var/www/html/vbd7/web/modules/contrib/zoom_on_hover/src/Plugin/Field/FieldFormatter/ZoomOnHoverFieldFormatter.php
---------------------------------------------------------------------------------------------------------------------------
FOUND 52 ERRORS AND 9 WARNINGS AFFECTING 42 LINES
---------------------------------------------------------------------------------------------------------------------------
52 | ERROR | [ ] Parameter $renderer is not described in comment
137 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
146 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 4 spaces
148 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 4 spaces
151 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 spaces
170 | ERROR | [x] Short array syntax must be used to define arrays
178 | ERROR | [x] Short array syntax must be used to define arrays
181 | WARNING | [x] A comma should follow the last multiline array item. Found: )
184 | ERROR | [x] Expected 1 space before "??"; 0 found
184 | ERROR | [x] Expected 1 space after "??"; 0 found
193 | ERROR | [x] Expected 1 space before "??"; 0 found
193 | ERROR | [x] Expected 1 space after "??"; 0 found
207 | ERROR | [x] Expected 1 space after IF keyword; 0 found
207 | ERROR | [x] There should be no white space before a closing ")"
210 | ERROR | [x] Expected newline after closing brace
211 | ERROR | [x] Expected 1 space before "??"; 0 found
211 | ERROR | [x] Expected 1 space after "??"; 0 found
219 | ERROR | [x] Short array syntax must be used to define arrays
221 | WARNING | [x] A comma should follow the last multiline array item. Found: )
239 | ERROR | [x] Expected 1 space before "??"; 0 found
239 | ERROR | [x] Expected 1 space after "??"; 0 found
244 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
253 | ERROR | [x] Expected 1 space before "??"; 0 found
253 | ERROR | [x] Expected 1 space after "??"; 0 found
256 | ERROR | [x] Array indentation error, expected 10 spaces but found 9
257 | ERROR | [x] Array indentation error, expected 10 spaces but found 9
258 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
258 | ERROR | [x] Array closing indentation error, expected 8 spaces but found 7
260 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 3
262 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
268 | ERROR | [x] Expected 1 space before "??"; 0 found
268 | ERROR | [x] Expected 1 space after "??"; 0 found
269 | WARNING | [x] A comma should follow the last multiline array item. Found: )
272 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
275 | ERROR | [x] Expected 1 space before "??"; 0 found
275 | ERROR | [x] Expected 1 space after "??"; 0 found
275 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
276 | WARNING | [ ] Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
276 | WARNING | [x] A comma should follow the last multiline array item. Found: )
279 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
282 | WARNING | [ ] #description values usually have to run through t() for translation
287 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
295 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
298 | ERROR | [x] Expected 1 space after "=>"; 2 found
303 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
304 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
304 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 0
325 | ERROR | [x] Expected 1 space after IF keyword; 0 found
329 | ERROR | [x] Expected 1 space before "?"; 0 found
329 | ERROR | [x] Expected 1 space after "?"; 0 found
329 | ERROR | [x] Expected 1 space before ":"; 0 found
329 | ERROR | [x] Expected 1 space after ":"; 0 found
363 | WARNING | [ ] ImageStyle::load calls should be avoided in classes, use dependency injection instead
380 | ERROR | [x] Expected 1 space before "??"; 0 found
380 | ERROR | [x] Expected 1 space after "??"; 0 found
384 | ERROR | [x] Short array syntax must be used to define arrays
392 | ERROR | [x] Short array syntax must be used to define arrays
393 | ERROR | [x] Expected 1 space before "?"; 0 found
393 | ERROR | [x] Expected 1 space after "?"; 0 found
393 | ERROR | [x] Expected 1 space before ":"; 0 found
393 | ERROR | [x] Expected 1 space after ":"; 0 found
---------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 57 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/vbd7/web/modules/contrib/zoom_on_hover/zoom_on_hover.module
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 19 ERRORS AND 1 WARNING AFFECTING 14 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] There must be exactly one blank line after the file comment
24 | ERROR | [x] Expected 1 blank line after function; 0 found
26 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* Implements hook_foo_BAR_ID_bar() for block templates."
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Array indentation error, expected 3 spaces but found 2
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Array indentation error, expected 5 spaces but found 4
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] Array indentation error, expected 4 spaces but found 3
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
40 | ERROR | [x] Hook implementations must be documented with "Implements hook_example()."
43 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 4 spaces
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/vbd7/web/modules/contrib/zoom_on_hover/css/xzoom.css
------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 5 LINES
------------------------------------------------------------------------
1 | ERROR | [x] Multiple selectors should each be on a single line
1 | ERROR | [x] Multiple selectors should each be on a single line
25 | ERROR | [x] Multiple selectors should each be on a single line
25 | ERROR | [x] Multiple selectors should each be on a single line
25 | ERROR | [x] Multiple selectors should each be on a single line
32 | ERROR | [x] Multiple selectors should each be on a single line
32 | ERROR | [x] Multiple selectors should each be on a single line
32 | ERROR | [x] Multiple selectors should each be on a single line
32 | ERROR | [x] Multiple selectors should each be on a single line
37 | ERROR | [x] Multiple selectors should each be on a single line
98 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------

FILE: /var/www/html/vbd7/web/modules/contrib/zoom_on_hover/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
17 | WARNING | Line exceeds 80 characters; contains 81 characters
----------------------------------------------------------------------

Time: 532ms; Memory: 14MB

📌 Task
Status

Fixed

Version

1.1

Component

Code

Created by

🇮🇳India dineshkumarbollu

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Comments & Activities

  • Issue created by @dineshkumarbollu
  • Issue was unassigned.
  • Status changed to Needs review about 1 year ago
  • 🇮🇳India dineshkumarbollu

    Hi

    I fixed all the issues except 1 hook issues,

    please review.

  • Assigned to realsp
  • Issue was unassigned.
  • Status changed to Needs work 5 months ago
  • Hi, patch applied cleanly but few issues need to be fixed.
    So changing the status to Needs work.
    Thankyou.

  • 🇮🇳India zkhan.aamir

    Hi,

    Patch #6 applied successfully.

    Admin@DESKTOP-252TO6V MINGW64 ~/Desktop/projects/drupal/web/modules/contrib/zoom_on_hover (master)
    $ curl https://www.drupal.org/files/issues/2024-01-31/phpcs-fix-3357029-6.patch | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 85343  100 85343    0     0   166k      0 --:--:-- --:--:-- --:--:--  166k
    patching file README.md
    patching file css/xzoom.css
    patching file js/xzoom.js
    patching file js/zoom-on-hover.js
    patching file src/Plugin/Field/FieldFormatter/ZoomOnHoverFieldFormatter.php
    patching file templates/zoom-on-hover.html.twig
    patching file zoom_on_hover.info.yml
    patching file zoom_on_hover.libraries.yml
    patching file zoom_on_hover.module
    

    Still there are remaining errors.

    Admin@DESKTOP-252TO6V MINGW64 ~/Desktop/projects/drupal/web/modules/contrib
    $ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,js,yml zoom_on_hover/
    
    FILE: C:\Users\Admin\Desktop\projects\drupal\web\modules\contrib\zoom_on_hover\js\xzoom.js
    ------------------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    ------------------------------------------------------------------------------------------
      22 | ERROR | [x] Inline control structures are not allowed
      24 | ERROR | [x] Inline control structures are not allowed
      26 | ERROR | [x] Inline control structures are not allowed
      28 | ERROR | [x] Inline control structures are not allowed
     459 | ERROR | [x] Inline control structures are not allowed
    ------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------------------
    
    Time: 458ms; Memory: 22MB
    
  • 🇮🇳India Ashutosh Ahirwal India

    Found so many errors after applying #6 patch
    Providing fixes

    Command used with arguments
    ./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/zoom_on_hover

    FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/zoom_on_hover/js/xzoom.js
    --------------------------------------------------------------------------------------------------
    FOUND 689 ERRORS AFFECTING 502 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
    8 | ERROR | [x] Expected 1 space before opening brace; found 0
    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
    14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    14 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    14 | ERROR | [x] Expected 1 space before opening brace; found 0
    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
    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
    21 | ERROR | [x] Expected 1 space before "="; 0 found
    21 | ERROR | [x] Expected 1 space after "="; 0 found
    22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    22 | ERROR | [x] Inline control structures are not allowed
    22 | ERROR | [x] Expected 1 space before ">="; 0 found
    22 | ERROR | [x] Expected 1 space after ">="; 0 found
    23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    23 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    24 | ERROR | [x] Inline control structures are not allowed
    24 | ERROR | [x] Expected 1 space before ">="; 0 found
    24 | ERROR | [x] Expected 1 space after ">="; 0 found
    25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    25 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    26 | ERROR | [x] Inline control structures are not allowed
    26 | ERROR | [x] Expected 1 space before ">="; 0 found
    26 | ERROR | [x] Expected 1 space after ">="; 0 found
    27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    27 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    28 | ERROR | [x] Inline control structures are not allowed
    28 | ERROR | [x] Expected 1 space before ">="; 0 found
    28 | ERROR | [x] Expected 1 space after ">="; 0 found
    29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    29 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    30 | ERROR | [x] Inline control structures are not allowed
    30 | ERROR | [x] Expected 1 space before ">="; 0 found
    30 | ERROR | [x] Expected 1 space after ">="; 0 found
    31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    31 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    32 | ERROR | [x] Inline control structures are not allowed
    32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    42 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    60 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    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
    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
    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
    75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    75 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    76 | ERROR | [x] Inline control structures are not allowed
    76 | ERROR | [x] Expected 1 space before ">"; 0 found
    76 | ERROR | [x] Expected 1 space after ">"; 0 found
    76 | ERROR | [x] Expected 1 space before ">"; 0 found
    76 | ERROR | [x] Expected 1 space after ">"; 0 found
    76 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    78 | ERROR | [x] Inline control structures are not allowed
    79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    79 | ERROR | [x] Inline control structures 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
    83 | ERROR | [x] Inline control structures 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
    85 | ERROR | [x] Inline control structures are not allowed
    85 | ERROR | [x] Inline control structures are not allowed
    85 | ERROR | [x] Inline control structures are not allowed
    86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    86 | ERROR | [x] Inline control structures 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] Expected 1 space before "-"; 2 found
    94 | 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
    100 | ERROR | [x] Inline control structures are not allowed
    100 | ERROR | [x] Inline control structures are not allowed
    101 | ERROR | [x] Inline control structures are not allowed
    101 | ERROR | [x] Inline control structures are not allowed
    103 | ERROR | [x] Inline control structures are not allowed
    103 | ERROR | [x] Inline control structures are not allowed
    104 | ERROR | [x] Inline control structures are not allowed
    104 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    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] Case breaking statements must be followed by a single blank line
    109 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    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
    116 | ERROR | [x] Case breaking statements must be followed by a single blank line
    122 | ERROR | [x] Case breaking statements must be followed by a single blank line
    128 | ERROR | [x] Case breaking statements must be followed by a single blank line
    136 | ERROR | [x] Inline control structures are not allowed
    136 | ERROR | [x] Expected 1 space before "+"; 0 found
    136 | ERROR | [x] Expected 1 space after "+"; 0 found
    136 | ERROR | [x] Expected 1 space before ">"; 0 found
    136 | ERROR | [x] Expected 1 space after ">"; 0 found
    136 | ERROR | [x] Expected 1 space before "<"; 0 found
    136 | ERROR | [x] Expected 1 space after "<"; 0 found
    136 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    137 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    140 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    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
    144 | 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
    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
    156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    158 | ERROR | [x] Inline control structures are not allowed
    158 | ERROR | [x] Inline control structures are not allowed
    160 | 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
    167 | 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
    177 | ERROR | [x] Expected 1 space before "-"; 0 found
    177 | ERROR | [x] Expected 1 space after "-"; 0 found
    177 | ERROR | [x] Expected 1 space before "-"; 0 found
    177 | ERROR | [x] Expected 1 space after "-"; 0 found
    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
    179 | ERROR | [x] Expected 1 space before "+"; 0 found
    179 | ERROR | [x] Expected 1 space after "+"; 0 found
    179 | ERROR | [x] Expected 1 space before "+"; 0 found
    179 | ERROR | [x] Expected 1 space after "+"; 0 found
    179 | ERROR | [x] Expected 1 space before "-"; 0 found
    179 | ERROR | [x] Expected 1 space after "-"; 0 found
    179 | ERROR | [x] Expected 1 space before "+"; 0 found
    179 | ERROR | [x] Expected 1 space after "+"; 0 found
    179 | ERROR | [x] Expected 1 space before "+"; 0 found
    179 | ERROR | [x] Expected 1 space after "+"; 0 found
    179 | ERROR | [x] Expected 1 space before "-"; 0 found
    179 | ERROR | [x] Expected 1 space after "-"; 0 found
    179 | ERROR | [x] Expected 1 space before "+"; 0 found
    179 | ERROR | [x] Expected 1 space after "+"; 0 found
    180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    180 | ERROR | [x] Inline control structures are not allowed
    180 | ERROR | [x] Expected 1 space before "+"; 0 found
    180 | ERROR | [x] Expected 1 space after "+"; 0 found
    180 | ERROR | [x] Expected 1 space before "+"; 0 found
    180 | ERROR | [x] Expected 1 space after "+"; 0 found
    180 | ERROR | [x] Expected 1 space before "+"; 0 found
    180 | ERROR | [x] Expected 1 space after "+"; 0 found
    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
    183 | 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
    188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    188 | ERROR | [x] Inline control structures are not allowed
    189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    189 | ERROR | [x] Inline control structures are not allowed
    191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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
    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
    201 | 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
    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
    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
    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
    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
    233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    273 | 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] Inline control structures 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
    284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    285 | ERROR | [x] Inline control structures are not allowed
    286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    286 | ERROR | [x] Inline control structures are not allowed
    287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    287 | ERROR | [x] Inline control structures are not allowed
    288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    288 | ERROR | [x] Inline control structures are not allowed
    289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    289 | ERROR | [x] Inline control structures are not allowed
    290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    290 | ERROR | [x] Inline control structures are not allowed
    291 | 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
    295 | ERROR | [x] Inline control structures are not allowed
    296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    296 | ERROR | [x] Inline control structures are not allowed
    297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    297 | ERROR | [x] Inline control structures 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
    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
    309 | 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
    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
    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
    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
    327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    327 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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
    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] Case breaking statements must be followed by a single blank 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
    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
    339 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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
    345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    345 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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
    348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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
    351 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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
    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
    364 | ERROR | [x] Inline control structures are not allowed
    364 | ERROR | [x] Inline control structures are not allowed
    365 | ERROR | [x] Expected 1 space before "!="; 0 found
    367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    368 | ERROR | [x] Inline control structures are not allowed
    368 | ERROR | [x] Inline control structures are not allowed
    369 | ERROR | [x] Inline control structures are not allowed
    369 | ERROR | [x] Inline control structures are not allowed
    376 | ERROR | [x] Inline control structures are not allowed
    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
    381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    382 | 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
    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
    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
    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
    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
    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
    408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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
    410 | ERROR | [x] Expected 1 space before "-"; 0 found
    410 | ERROR | [x] Expected 1 space after "-"; 0 found
    410 | ERROR | [x] Expected 1 space before "/"; 0 found
    410 | ERROR | [x] Expected 1 space after "/"; 0 found
    411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    411 | ERROR | [x] Expected 1 space before "-"; 0 found
    411 | ERROR | [x] Expected 1 space after "-"; 0 found
    411 | ERROR | [x] Expected 1 space before "/"; 0 found
    411 | ERROR | [x] Expected 1 space after "/"; 0 found
    412 | 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
    419 | ERROR | [x] Inline control structures are not allowed
    420 | 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
    422 | ERROR | [x] Expected 1 space before "+"; 0 found
    422 | ERROR | [x] Expected 1 space after "+"; 0 found
    422 | ERROR | [x] Expected 1 space before "+"; 0 found
    422 | ERROR | [x] Expected 1 space after "+"; 0 found
    429 | ERROR | [x] Inline control structures are not allowed
    429 | ERROR | [x] Expected 1 space before "+"; 0 found
    429 | ERROR | [x] Expected 1 space after "+"; 0 found
    430 | ERROR | [x] Expected 1 space before "+"; 0 found
    430 | ERROR | [x] Expected 1 space after "+"; 0 found
    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
    449 | ERROR | [x] Case breaking statements must be followed by a single blank line
    450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    452 | ERROR | [x] Inline control structures are not allowed
    453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    453 | ERROR | [x] Case breaking statements must be followed by a single blank line
    454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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
    461 | 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
    463 | ERROR | [x] Inline control structures are not allowed
    464 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    464 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    468 | ERROR | [x] Inline control structures are not allowed
    473 | ERROR | [x] Inline control structures are not allowed
    482 | ERROR | [x] Inline control structures are not allowed
    487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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] Inline control structures are not allowed
    491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    491 | ERROR | [x] Expected 1 space before "+"; 0 found
    491 | ERROR | [x] Expected 1 space after "+"; 0 found
    491 | ERROR | [x] Expected 1 space before "+"; 0 found
    491 | ERROR | [x] Expected 1 space after "+"; 0 found
    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
    493 | ERROR | [x] Inline control structures are not allowed
    498 | ERROR | [x] Inline control structures are not allowed
    503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    511 | ERROR | [x] Inline control structures 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
    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
    520 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    520 | ERROR | [x] Inline control structures are not allowed
    521 | 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
    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
    535 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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
    539 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    539 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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] Expected 1 space before "-"; 2 found
    542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    543 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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
    546 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    546 | ERROR | [x] Case breaking statements must be followed by a single blank line
    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
    554 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    555 | 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
    558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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
    560 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    561 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    564 | ERROR | [x] Inline control structures are not allowed
    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
    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
    579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    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
    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
    587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    587 | ERROR | [x] Inline control structures are not allowed
    587 | ERROR | [x] Inline control structures are not allowed
    595 | ERROR | [x] Expected 1 space before "<"; 0 found
    595 | ERROR | [x] Expected 1 space after "<"; 0 found
    595 | ERROR | [x] Expected 1 space before "<"; 0 found
    595 | ERROR | [x] Expected 1 space after "<"; 0 found
    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
    599 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    599 | ERROR | [x] Expected 1 space before "/"; 0 found
    599 | ERROR | [x] Expected 1 space after "/"; 0 found
    600 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    600 | ERROR | [x] Expected 1 space before "/"; 0 found
    600 | ERROR | [x] Expected 1 space after "/"; 0 found
    602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    620 | ERROR | [x] Expected 1 space before "<"; 0 found
    620 | ERROR | [x] Expected 1 space after "<"; 0 found
    620 | ERROR | [x] Expected 1 space after second semicolon of FOR loop; 0 found
    621 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    621 | ERROR | [x] Expected 1 space before "+"; 0 found
    621 | ERROR | [x] Expected 1 space after "+"; 0 found
    622 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    623 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    623 | ERROR | [x] Expected 1 space before "+"; 0 found
    623 | ERROR | [x] Expected 1 space after "+"; 0 found
    624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    625 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    625 | ERROR | [x] Expected 1 space before "+"; 0 found
    625 | ERROR | [x] Expected 1 space after "+"; 0 found
    626 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    627 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    627 | ERROR | [x] Expected 1 space before "+"; 0 found
    627 | ERROR | [x] Expected 1 space after "+"; 0 found
    628 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    640 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    654 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    655 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    656 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    657 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    659 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    660 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    662 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    663 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    665 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    666 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    667 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    668 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    670 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    670 | ERROR | [x] Inline control structures are not allowed
    671 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    672 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    673 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    674 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    684 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    685 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    686 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    687 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    689 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    689 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    690 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    691 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    693 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    693 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    694 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    695 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    697 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    697 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    699 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    701 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    701 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    702 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    702 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    703 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    705 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    708 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    709 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    710 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    711 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    711 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    712 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    712 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    713 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    713 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    714 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    724 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    732 | ERROR | [x] Inline control structures are not allowed
    733 | ERROR | [x] Inline control structures are not allowed
    734 | ERROR | [x] Inline control structures are not allowed
    740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    740 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    740 | ERROR | [x] Expected 1 space before opening brace; found 0
    741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    752 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    753 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    756 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    757 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    757 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    758 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    759 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    759 | ERROR | [x] Inline control structures are not allowed
    760 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    761 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    762 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    762 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    762 | ERROR | [x] Expected 1 space before opening brace; found 0
    763 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    764 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    764 | ERROR | [x] Expected 1 space before opening brace; found 0
    765 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    766 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    767 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    771 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    773 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    774 | ERROR | [x] Expected 1 space before "<"; 0 found
    774 | ERROR | [x] Expected 1 space after "<"; 0 found
    775 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    777 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    777 | ERROR | [x] Expected 1 space before "<"; 0 found
    777 | ERROR | [x] Expected 1 space after "<"; 0 found
    778 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    785 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    786 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    787 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    788 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    790 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    791 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    796 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    802 | ERROR | [x] Inline control structures are not allowed
    806 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    807 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    808 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    809 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    810 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    811 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    813 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    814 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    815 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    817 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    818 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    819 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    820 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    822 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    823 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    826 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    826 | ERROR | [x] Inline control structures are not allowed
    833 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    834 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    841 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    849 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    850 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    854 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    855 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    855 | ERROR | [x] Inline control structures are not allowed
    856 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    856 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    857 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    858 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    861 | ERROR | [x] Inline control structures are not allowed
    869 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    872 | ERROR | [x] Inline control structures are not allowed
    881 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    881 | ERROR | [x] Inline control structures are not allowed
    881 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    882 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    885 | ERROR | [x] Inline control structures are not allowed
    893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    893 | ERROR | [x] Inline control structures are not allowed
    893 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
    904 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    907 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    908 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    909 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    910 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    915 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    916 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    918 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    921 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    922 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    923 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    931 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    932 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    933 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    934 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    936 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    938 | ERROR | [x] Expected 1 newline at end of file; 0 found
    --------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 689 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------

    FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/zoom_on_hover/js/zoom-on-hover.js
    ----------------------------------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 6 LINES
    ----------------------------------------------------------------------------------------------------------
    1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
    5 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
    10 | ERROR | [x] Expected 1 space before "/"; 0 found
    10 | ERROR | [x] Expected 1 space after "/"; 0 found
    21 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
    32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
    65 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------------------------------------------

    Time: 281ms; Memory: 22MB

  • Status changed to Needs review 4 months ago
  • Status changed to Fixed 4 months ago
Production build 0.69.0 2024