Fix the issues reported by phpcs

Created on 26 April 2022, over 2 years ago
Updated 17 July 2024, 2 months ago

Problem/Motivation

FILE: D:\projects\patches\fancy_login\css\fancy_login.css
------------------------------------------------------------------------------------------
FOUND 77 ERRORS AFFECTING 62 LINES
------------------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
   7 | ERROR | [x] Closing brace of class definition must be on new line
  19 | ERROR | [x] Closing brace of class definition must be on new line
  20 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  21 | ERROR | [x] Closing brace of class definition must be on new line
  22 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  24 | ERROR | [x] Closing brace of class definition must be on new line
  25 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  26 | ERROR | [x] Closing brace of class definition must be on new line
  27 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
  28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
  28 | ERROR | [x] Closing brace of class definition must be on new line
  29 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  30 | ERROR | [x] Closing brace of class definition must be on new line
  34 | ERROR | [x] Closing brace of class definition must be on new line
  38 | ERROR | [x] CSS colours must be defined in lowercase; expected #fff but found #FFF
  39 | ERROR | [x] CSS colours must be defined in lowercase; expected #f00 but found #F00
  46 | ERROR | [x] Closing brace of class definition must be on new line
  47 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  49 | ERROR | [x] CSS colours must be defined in lowercase; expected #fff but found #FFF
  50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  50 | ERROR | [x] CSS colours must be defined in lowercase; expected #f00 but found #F00
  50 | ERROR | [x] Closing brace of class definition must be on new line
  56 | ERROR | [x] Closing brace of class definition must be on new line
  57 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  58 | ERROR | [x] Closing brace of class definition must be on new line
  59 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  61 | ERROR | [x] Closing brace of class definition must be on new line
  70 | ERROR | [x] Closing brace of class definition must be on new line
  71 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  75 | ERROR | [x] Closing brace of class definition must be on new line
  83 | ERROR | [x] Closing brace of class definition must be on new line
  84 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  90 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  99 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  99 | ERROR | [x] Closing brace of class definition must be on new line
 100 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
 101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 101 | ERROR | [x] Closing brace of class definition must be on new line
 102 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 4
 103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
 103 | ERROR | [x] Closing brace of class definition must be on new line
 123 | ERROR | [x] Closing brace of class definition must be on new line
 124 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
 125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 126 | ERROR | [x] Closing brace of class definition must be on new line
 135 | ERROR | [x] Closing brace of class definition must be on new line
 145 | ERROR | [x] Closing brace of class definition must be on new line
 148 | ERROR | [x] Closing brace of class definition must be on new line
------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 77 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------


FILE: D:\projects\patches\fancy_login\js\fancy_login.js
----------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: D:\projects\patches\fancy_login\src\Ajax\FancyLoginClosePopupCommand.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: D:\projects\patches\fancy_login\src\Ajax\FancyLoginLoadFormCommand.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: D:\projects\patches\fancy_login\src\Ajax\FancyLoginRedirectCommand.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: D:\projects\patches\fancy_login\src\Ajax\FancyLoginRefreshPageCommand.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: D:\projects\patches\fancy_login\src\Controller\FancyLoginController.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: D:\projects\patches\fancy_login\src\Controller\FancyLoginControllerInterface.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: D:\projects\patches\fancy_login\src\Form\FancyLoginLoginForm.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: D:\projects\patches\fancy_login\src\Form\FancyLoginPasswordForm.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: D:\projects\patches\fancy_login\src\Form\FancyLoginSettingsForm.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: D:\projects\patches\fancy_login\src\Plugin\Block\FancyLoginBlock.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: D:\projects\patches\fancy_login\src\TestBase\FancyLoginJavascriptTestBase.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: D:\projects\patches\fancy_login\tests\src\FunctionalJavascript\FancyLoginJavascriptTest.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 847 ERRORS AND 2 WARNINGS AFFECTING 374 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
   1 | ERROR   | [x] End of line character is invalid; expected "\n" but found "\r\n"
   8 | ERROR   | [ ] Missing short description in doc comment
  12 | ERROR   | [x] Opening brace should be on the same line as the declaration
  13 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  13 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  14 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  14 | ERROR   | [x] Doc comment short description must end with a full stop
  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
  18 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  20 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  20 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  21 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  22 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  23 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  23 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  25 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  25 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  25 | ERROR   | [x] Missing function doc comment
  26 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  26 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  26 | ERROR   | [x] Opening brace should be on the same line as the declaration
  27 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  27 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  29 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  29 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  30 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  30 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  31 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  31 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  32 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  32 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  33 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  33 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  34 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  34 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  35 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  35 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  36 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  36 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  37 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  37 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  38 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  40 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  40 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  41 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  41 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  43 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  43 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  43 | ERROR   | [x] Missing function doc comment
  44 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  44 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  44 | ERROR   | [x] Opening brace should be on the same line as the declaration
  45 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  45 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  46 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  46 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  48 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  48 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  49 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  49 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  49 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
  49 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
  50 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  50 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  51 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  51 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  52 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  52 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  54 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  54 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  55 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  55 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  56 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  56 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  57 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  57 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  59 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  59 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  61 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  62 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  62 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  64 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  64 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  65 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  65 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  65 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
  65 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
  66 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  66 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  67 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  67 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  68 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  68 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  69 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  69 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  71 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  71 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  71 | ERROR   | [x] Missing function doc comment
  71 | ERROR   | [ ] Public method name "FancyLoginJavascriptTest::testDimmerZIndex" is not in lowerCamel format
  72 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  72 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  72 | ERROR   | [x] Opening brace should be on the same line as the declaration
  73 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  73 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  74 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  74 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  76 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  76 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  77 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  77 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  79 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  79 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  80 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  80 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  80 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
  80 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
  81 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  82 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  82 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  83 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  83 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  85 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  86 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  86 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  87 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  87 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  88 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  88 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  90 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  90 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  92 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  92 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  93 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  93 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  95 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  95 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  96 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  96 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  96 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
  96 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
  97 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  97 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
  98 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  98 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  99 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 100 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 100 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 102 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 102 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 102 | ERROR   | [x] Missing function doc comment
 103 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 103 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 103 | ERROR   | [x] Opening brace should be on the same line as the declaration
 104 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 104 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 105 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 105 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 107 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 107 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 108 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 108 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 110 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 110 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 111 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 111 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 111 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 111 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 112 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 112 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 113 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 113 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 114 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 114 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 116 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 116 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 117 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 117 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 118 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 118 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 119 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 119 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 121 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 121 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 123 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 123 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 124 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 124 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 126 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 126 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 127 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 127 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 127 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 127 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 128 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 128 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 129 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 129 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 130 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 130 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 131 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 131 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 133 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 133 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 133 | ERROR   | [x] Missing function doc comment
 134 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 134 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 134 | ERROR   | [x] Opening brace should be on the same line as the declaration
 135 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 135 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 136 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 136 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 138 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 138 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 139 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 139 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 141 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 141 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 142 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 142 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 142 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 142 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 143 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 143 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 144 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 144 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 145 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 145 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 147 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 147 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 148 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 148 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 149 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 149 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 150 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 150 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 152 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 152 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 154 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 154 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 155 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 155 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 157 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 157 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 158 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 158 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 158 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 158 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 159 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 159 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 160 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 160 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 161 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 161 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 162 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 162 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 164 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 164 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 164 | ERROR   | [x] Missing function doc comment
 165 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 165 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 165 | ERROR   | [x] Opening brace should be on the same line as the declaration
 166 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 166 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 167 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 167 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 169 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 169 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 170 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 170 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 172 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 172 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 173 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 173 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 173 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 173 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 174 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 174 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 175 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 175 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 176 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 176 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 178 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 178 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 179 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 179 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 180 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 180 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 181 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 181 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 183 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 183 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 185 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 185 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 186 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 186 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 188 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 188 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 189 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 189 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 189 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 189 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 190 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 190 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 191 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 191 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 192 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 192 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 193 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 193 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 195 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 195 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 195 | ERROR   | [x] Missing function doc comment
 196 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 196 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 196 | ERROR   | [x] Opening brace should be on the same line as the declaration
 197 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 197 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 198 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 198 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 200 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 200 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 201 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 201 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 203 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 203 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 204 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 204 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 204 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 204 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 205 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 205 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 206 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 206 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 207 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 207 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 209 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 209 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 210 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 210 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 211 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 211 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 212 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 212 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 214 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 214 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 216 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 216 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 217 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 217 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 219 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 219 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 220 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 220 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 220 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 220 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 221 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 221 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 222 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 222 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 223 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 223 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 224 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 224 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 226 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 226 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 226 | ERROR   | [x] Missing function doc comment
 227 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 227 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 227 | ERROR   | [x] Opening brace should be on the same line as the declaration
 228 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 228 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 229 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 229 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 231 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 231 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 232 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 232 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 234 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 234 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 235 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 235 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 235 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 235 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 236 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 236 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 237 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 237 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 238 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 238 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 240 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 240 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 241 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 241 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 242 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 242 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 243 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 243 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 245 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 245 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 247 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 247 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 248 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 248 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 250 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 250 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 251 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 251 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 251 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 251 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 252 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 252 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 253 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 253 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 254 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 254 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 255 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 255 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 257 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 257 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 257 | ERROR   | [x] Missing function doc comment
 258 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 258 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 258 | ERROR   | [x] Opening brace should be on the same line as the declaration
 259 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 259 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 259 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 260 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 260 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 261 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 261 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 263 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 263 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 263 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 264 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 264 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 266 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 266 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 266 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 267 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 267 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 268 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 268 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 269 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 269 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 271 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 271 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 271 | ERROR   | [x] Missing function doc comment
 272 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 272 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 272 | ERROR   | [x] Opening brace should be on the same line as the declaration
 273 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 273 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 274 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 274 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 276 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 276 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 277 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 277 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
 277 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 278 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 278 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 279 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 279 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 280 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 280 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 282 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 282 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 282 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 283 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 283 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 284 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 284 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 285 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 285 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 287 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 287 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 287 | ERROR   | [x] Missing function doc comment
 288 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 288 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 288 | ERROR   | [x] Opening brace should be on the same line as the declaration
 289 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 289 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 290 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 290 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 292 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 292 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 293 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 293 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 294 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 294 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 295 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 295 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 296 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 296 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 297 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 297 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 298 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 298 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 300 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 300 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 300 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 301 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 301 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 302 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 302 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 303 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 303 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 305 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 305 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 305 | ERROR   | [x] Missing function doc comment
 306 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 306 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 306 | ERROR   | [x] Opening brace should be on the same line as the declaration
 307 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 307 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 307 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 308 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 308 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 309 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 309 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 311 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 311 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 311 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 312 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 312 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 314 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 314 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 314 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 315 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 315 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 316 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 316 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 318 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 318 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 318 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 319 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 319 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 321 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 321 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 321 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 322 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 322 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 323 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 323 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 325 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 325 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 325 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 326 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 326 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 327 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 327 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 328 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 328 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 329 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 329 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 331 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 331 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 331 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 332 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 332 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 333 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 333 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 335 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 335 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 335 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 335 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 336 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 336 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 338 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 338 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 338 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 339 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 339 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 340 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 340 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 342 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 342 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 342 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 343 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 343 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 345 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 345 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 345 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 346 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 346 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 347 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 347 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 349 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 349 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 349 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 350 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 350 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 351 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 351 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 352 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 352 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 353 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 353 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 354 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 354 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 356 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 356 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 356 | ERROR   | [x] Missing function doc comment
 357 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 357 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 357 | ERROR   | [x] Opening brace should be on the same line as the declaration
 358 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 358 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 358 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 359 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 359 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 360 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 360 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 362 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 362 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 362 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 363 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 363 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 365 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 365 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 365 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 366 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 366 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 367 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 367 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 369 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 369 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 369 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 370 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 370 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 371 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 371 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 372 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 372 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 372 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 372 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 373 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 373 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 374 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 374 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 375 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 375 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 377 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 377 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 379 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 379 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 379 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 380 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 380 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 381 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 381 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 383 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 383 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 385 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 385 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 385 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 386 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 386 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 388 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 388 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 388 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 389 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 389 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 390 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 390 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 391 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 391 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 393 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 393 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 393 | ERROR   | [x] Missing function doc comment
 394 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 394 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 394 | ERROR   | [x] Opening brace should be on the same line as the declaration
 395 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 395 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 395 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 396 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 396 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 397 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 397 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 399 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 399 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 399 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 400 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 400 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 402 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 402 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 402 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 403 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 403 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 404 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 404 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 406 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 406 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 406 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 407 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 407 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 408 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 408 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 410 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 410 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 410 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 411 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 411 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 412 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 412 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 413 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 413 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 413 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 413 | ERROR   | [x] Expected 1 space after closing parenthesis; found 4
 414 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 414 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 415 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 415 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 416 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 416 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 418 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 418 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 420 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 420 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 420 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 421 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 421 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 422 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 422 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 424 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 424 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 426 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 426 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 426 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 427 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 427 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 429 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 429 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 430 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 430 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 431 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 431 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 432 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 432 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 434 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 434 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 434 | ERROR   | [x] Missing function doc comment
 435 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 435 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 435 | ERROR   | [x] Opening brace should be on the same line as the declaration
 436 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 436 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 436 | ERROR   | [ ] The array declaration extends to column 85 (the limit is 80). The array content should be split up over multiple lines
 438 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 438 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 439 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 439 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 440 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 440 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 441 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 441 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 442 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 442 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 443 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 443 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 444 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 444 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 446 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 446 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 447 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 447 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 448 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 448 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 449 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 449 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 450 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 450 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 451 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 451 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 453 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 453 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 453 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 454 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 454 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 455 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 455 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 456 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 456 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 458 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 458 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 458 | ERROR   | [x] Missing function doc comment
 459 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 459 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 459 | ERROR   | [x] Opening brace should be on the same line as the declaration
 460 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 460 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 460 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 461 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 461 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 462 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 462 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 464 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 464 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 464 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 465 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 465 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 466 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 466 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 468 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 468 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 468 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 469 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 469 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 471 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 471 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 471 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 472 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 472 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 473 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 473 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 474 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 474 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 476 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 476 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 476 | ERROR   | [x] Missing function doc comment
 477 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 477 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 477 | ERROR   | [x] Opening brace should be on the same line as the declaration
 478 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 478 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 479 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 479 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 481 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 481 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 481 | ERROR   | [x] Missing function doc comment
 482 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 482 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 482 | ERROR   | [x] Opening brace should be on the same line as the declaration
 483 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 483 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 484 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 484 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
 485 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 485 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
 485 | ERROR   | [x] Expected 1 blank line after function; 0 found
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 844 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------

Steps to reproduce

Use the below command with arguments.
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/fancy_login

Proposed resolution

Fix the phpcs issue

šŸ“Œ Task
Status

Needs work

Version

3.0

Component

Code

Created by

šŸ‡®šŸ‡³India Rashmisoni Bangalore

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

Not all content is available!

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

  • šŸ‡®šŸ‡¹Italy apaderno Brescia, šŸ‡®šŸ‡¹

    The issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, show which command has been used, which arguments have been used, and which report that command shown.

  • šŸ‡®šŸ‡¹Italy apaderno Brescia, šŸ‡®šŸ‡¹
  • Status changed to Needs review about 1 year ago
  • šŸ‡®šŸ‡³India Ashutosh Ahirwal India

    I have updated the issue summary please review.

  • Status changed to Needs work about 1 year ago
  • šŸ‡®šŸ‡¹Italy apaderno Brescia, šŸ‡®šŸ‡¹
     /**
    + * Class for Fancy Login Test.
    + *

    The description should describe the class purpose. The used description does not say much about that.

    +  /**
    +   * Function setUp.
    +   */
    +  public function setUp() {

    Method descriptions do not start with Function, nor do they repeat the method name.
    Since that is an inherited method or a method defined in an interface, that description is not correct for two reasons.

    +  /**
    +   * Function testDimmerBackgroundColor.
    +   */
    +  public function testDimmerBackgroundColor() {

    The description merely repeats the method name.

  • Assigned to nitin_lama
  • Issue was unassigned.
  • šŸ‡®šŸ‡³India nitin_lama

    Addressed #8.

  • Status changed to Needs review 8 months ago
  • Status changed to Needs work 2 months ago
  • Hi @nitin_lama,

    The patch you provided was applied successfully, however, there are still few errors reported. Please see below:

    fancy_login git:(3.0.x) curl https://www.drupal.org/files/issues/2023-06-28/3277100-10.patch | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 42280  100 42280    0     0  65912      0 --:--:-- --:--:-- --:--:-- 67111
    patching file css/fancy_login.css
    patching file tests/src/FunctionalJavascript/FancyLoginJavascriptTest.php
    āžœ  fancy_login git:(3.0.x) āœ— cd ..
    āžœ  contrib git:(master) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig fancy_login
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/fancy_login/fancy_login.module
    -----------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -----------------------------------------------------------------------------------------------------------------------
     9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Ajax\AjaxResponse.
    -----------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -----------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/fancy_login/tests/src/FunctionalJavascript/FancyLoginJavascriptTest.php
    ---------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ---------------------------------------------------------------------------------------------------------------------------------------------------
      35 | WARNING | Unused variable $node.
     537 | WARNING | Unused private method debugCssProperty()
    ---------------------------------------------------------------------------------------------------------------------------------------------------
    
    Time: 545ms; Memory: 12MB

    Kindly check

    Thanks,
    Jake

  • First commit to issue fork.
Production build 0.71.5 2024