Fix the issues reported by phpcs

Created on 29 November 2022, over 1 year ago
Updated 29 May 2023, about 1 year ago

Hi,
While reviewing your module for best practices and standards. I have found several issues

Problem/Motivation

phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml interior_design/

FILE: /var/www/html/dcontri/interior_design/interior_design.info.yml
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 20 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------


FILE: /var/www/html/dcontri/interior_design/interior_design.theme
--------------------------------------------------------------------------------
FOUND 7 ERRORS AND 4 WARNINGS AFFECTING 10 LINES
--------------------------------------------------------------------------------
  3 | ERROR   | [ ] Missing short description in doc comment
  7 | WARNING | [x] Unused use statement
  9 | WARNING | [x] Unused use statement
 10 | WARNING | [x] Unused use statement
 11 | WARNING | [x] Unused use statement
 11 | ERROR   | [x] When importing a class with "use", do not include a leading
    |         |     \
 13 | ERROR   | [x] Missing function doc comment
 14 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 20 | ERROR   | [x] Functions must not contain multiple empty lines in a row;
    |         |     found 2 empty lines
 21 | ERROR   | [x] Whitespace found at end of line
 27 | ERROR   | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------


FILE: /var/www/html/dcontri/interior_design/css/slick.css
--------------------------------------------------------------------------------
FOUND 110 ERRORS AFFECTING 93 LINES
--------------------------------------------------------------------------------
   2 | ERROR | [x] Selectors must be on a single line
   3 | ERROR | [x] Blank lines are not allowed between class names
   3 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
   4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   5 | ERROR | [x] Blank lines are not allowed in class definitions
   6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   8 | ERROR | [x] Blank lines are not allowed in class definitions
   9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  13 | ERROR | [x] Blank lines are not allowed in class definitions
  14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  21 | ERROR | [x] Selectors must be on a single line
  22 | ERROR | [x] Blank lines are not allowed between class names
  22 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  24 | ERROR | [x] Blank lines are not allowed in class definitions
  25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  27 | ERROR | [x] Blank lines are not allowed in class definitions
  28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  31 | ERROR | [x] Selectors must be on a single line
  32 | ERROR | [x] Blank lines are not allowed between class names
  32 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  35 | ERROR | [x] Selectors must be on a single line
  36 | ERROR | [x] Blank lines are not allowed between class names
  36 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  42 | ERROR | [x] Selectors must be on a single line
  43 | ERROR | [x] Blank lines are not allowed between class names
  43 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 9
  48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  51 | ERROR | [x] Selectors must be on a single line
  52 | ERROR | [x] Blank lines are not allowed between class names
  52 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  56 | ERROR | [x] Blank lines are not allowed in class definitions
  57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  62 | ERROR | [x] Selectors must be on a single line
  63 | ERROR | [x] Blank lines are not allowed between class names
  63 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  65 | ERROR | [x] Blank lines are not allowed in class definitions
  66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  68 | ERROR | [x] Selectors must be on a single line
  69 | ERROR | [x] Blank lines are not allowed between class names
  69 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  72 | ERROR | [x] Selectors must be on a single line
  73 | ERROR | [x] Blank lines are not allowed between class names
  73 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  77 | ERROR | [x] Selectors must be on a single line
  78 | ERROR | [x] Blank lines are not allowed between class names
  78 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  81 | ERROR | [x] Blank lines are not allowed in class definitions
  82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  85 | ERROR | [x] Selectors must be on a single line
  86 | ERROR | [x] Blank lines are not allowed between class names
  86 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  89 | ERROR | [x] Selectors must be on a single line
  90 | ERROR | [x] Blank lines are not allowed between class names
  90 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  93 | ERROR | [x] Selectors must be on a single line
  94 | ERROR | [x] Blank lines are not allowed between class names
  94 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  97 | ERROR | [x] Selectors must be on a single line
  98 | ERROR | [x] Blank lines are not allowed between class names
  98 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
  99 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 101 | ERROR | [x] Selectors must be on a single line
 102 | ERROR | [x] Blank lines are not allowed between class names
 102 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
 103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 105 | ERROR | [x] Selectors must be on a single line
 106 | ERROR | [x] Blank lines are not allowed between class names
 106 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
 107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 109 | ERROR | [x] Selectors must be on a single line
 110 | ERROR | [x] Blank lines are not allowed between class names
 110 | ERROR | [x] Expected 1 space before opening brace of class definition;
     |       |     newline found
 111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 112 | ERROR | [x] Blank lines are not allowed in class definitions
 113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 114 | ERROR | [x] Blank lines are not allowed in class definitions
 115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
--------------------------------------------------------------------------------


FILE: /var/www/html/dcontri/interior_design/css/style.css
--------------------------------------------------------------------------------
FOUND 1818 ERRORS AFFECTING 1538 LINES
--------------------------------------------------------------------------------
    1 | ERROR | [x] Selectors must be on a single line
    2 | ERROR | [x] Selectors must be on a single line
    3 | ERROR | [x] Selectors must be on a single line
    4 | ERROR | [x] Selectors must be on a single line
    5 | ERROR | [x] Selectors must be on a single line
    6 | ERROR | [x] Selectors must be on a single line
    7 | ERROR | [x] Selectors must be on a single line
   12 | ERROR | [x] Whitespace found at end of line
   14 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   26 | ERROR | [x] Whitespace found at end of line
   28 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   31 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   34 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   57 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   61 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   65 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   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
   76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   80 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   81 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
   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
   89 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   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
   97 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
   98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  101 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  105 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  110 | ERROR | [ ] More than 2 empty lines are not allowed
  111 | ERROR | [ ] More than 2 empty lines are not allowed
  112 | ERROR | [ ] More than 2 empty lines are not allowed
  114 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  115 | ERROR | [x] Blank lines are not allowed in class definitions
  115 | ERROR | [x] Whitespace found at end of line
  116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  117 | ERROR | [x] Blank lines are not allowed in class definitions
  117 | ERROR | [x] Whitespace found at end of line
  118 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  119 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  122 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  122 | ERROR | [x] Whitespace found at end of line
  123 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  123 | ERROR | [x] Multiple selectors should each be on a single line
  123 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  124 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  125 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  126 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  126 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  127 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  128 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
  132 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  140 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  142 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  144 | ERROR | [x] Whitespace found at end of line
  145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  145 | ERROR | [x] Whitespace found at end of line
  147 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  149 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  150 | ERROR | [x] Blank lines are not allowed in class definitions
  150 | ERROR | [x] Whitespace found at end of line
  152 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  153 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  154 | ERROR | [x] Blank lines are not allowed in class definitions
  154 | ERROR | [x] Whitespace found at end of line
  155 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
  157 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  159 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  161 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  165 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  167 | ERROR | [x] Blank lines are not allowed in class definitions
  167 | ERROR | [x] Whitespace found at end of line
  168 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
  169 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
  169 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  172 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  173 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  176 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  179 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  180 | ERROR | [x] Blank lines are not allowed in class definitions
  180 | ERROR | [x] Whitespace found at end of line
  181 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
  182 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
  182 | ERROR | [x] Whitespace found at end of line
  184 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  185 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  185 | ERROR | [x] Whitespace found at end of line
  186 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  186 | ERROR | [x] Whitespace found at end of line
  188 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  189 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  190 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  191 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  192 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  193 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  196 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  198 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  199 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  199 | ERROR | [x] Whitespace found at end of line
  201 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  202 | ERROR | [x] Whitespace found at end of line
  204 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  205 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  205 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  207 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  208 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  209 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  210 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  212 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  213 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  214 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  215 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  217 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  218 | ERROR | [x] Blank lines are not allowed in class definitions
  223 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  226 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  227 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  228 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  229 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  230 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  231 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  232 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  233 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  234 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  235 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  237 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  238 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  240 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  241 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  243 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  244 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  245 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  247 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  248 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  250 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  251 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  256 | ERROR | [x] Blank lines are not allowed in class definitions
  256 | ERROR | [x] Whitespace found at end of line
  260 | ERROR | [ ] Style definition is empty
  260 | ERROR | [x] Expected 1 space after colon in style definition; newline
      |       |     found
  261 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  261 | ERROR | [ ] No style definition found on line; check for missing colon
  262 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
  262 | ERROR | [ ] No style definition found on line; check for missing colon
  263 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  263 | ERROR | [ ] No style definition found on line; check for missing colon
  264 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
  264 | ERROR | [ ] No style definition found on line; check for missing colon
  266 | ERROR | [ ] Style definition is empty
  266 | ERROR | [x] Expected 1 space after colon in style definition; newline
      |       |     found
  266 | ERROR | [x] Whitespace found at end of line
  267 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  267 | ERROR | [ ] No style definition found on line; check for missing colon
  268 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  268 | ERROR | [ ] No style definition found on line; check for missing colon
  268 | ERROR | [x] Whitespace found at end of line
  269 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  269 | ERROR | [ ] No style definition found on line; check for missing colon
  269 | ERROR | [x] Whitespace found at end of line
  270 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  270 | ERROR | [x] Whitespace found at end of line
  271 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  271 | ERROR | [ ] No style definition found on line; check for missing colon
  272 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  272 | ERROR | [ ] No style definition found on line; check for missing colon
  273 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  273 | ERROR | [ ] No style definition found on line; check for missing colon
  274 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  277 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  279 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  279 | ERROR | [ ] Style definition is empty
  279 | ERROR | [x] Expected 1 space after colon in style definition; newline
      |       |     found
  279 | ERROR | [x] Whitespace found at end of line
  280 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
  280 | ERROR | [ ] No style definition found on line; check for missing colon
  281 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  281 | ERROR | [ ] No style definition found on line; check for missing colon
  281 | ERROR | [x] Whitespace found at end of line
  282 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  282 | ERROR | [ ] No style definition found on line; check for missing colon
  282 | ERROR | [x] Whitespace found at end of line
  283 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  283 | ERROR | [x] Whitespace found at end of line
  284 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  284 | ERROR | [ ] No style definition found on line; check for missing colon
  284 | ERROR | [x] Whitespace found at end of line
  285 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  285 | ERROR | [ ] No style definition found on line; check for missing colon
  285 | ERROR | [x] Whitespace found at end of line
  286 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  287 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  289 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  290 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  291 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  292 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  293 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  294 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  295 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  296 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  297 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  299 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  300 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  301 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  302 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  303 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  304 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  305 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  307 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  308 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  309 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  310 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  311 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  312 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  313 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  314 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  318 | ERROR | [ ] More than 2 empty lines are not allowed
  319 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
  320 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  321 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
  323 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  324 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  326 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  327 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  328 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  329 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  330 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  332 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  333 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  334 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  335 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  336 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  338 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  339 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  348 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  349 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  357 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  366 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  367 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  374 | ERROR | [ ] More than 2 empty lines are not allowed
  376 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  377 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  379 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  380 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  381 | ERROR | [x] Blank lines are not allowed in class definitions
  381 | ERROR | [x] Whitespace found at end of line
  383 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  384 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  385 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  386 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  388 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  389 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  391 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  392 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  393 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  395 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  396 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  397 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  398 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  399 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  401 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  402 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  403 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  404 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  404 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  405 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  406 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  407 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  408 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  409 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  410 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  412 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  413 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  414 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  414 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  415 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  416 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  418 | ERROR | [x] Multiple selectors should each be on a single line
  418 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  419 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  420 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  422 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  423 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  425 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  426 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  427 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  428 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  429 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  430 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  431 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  431 | ERROR | [x] Whitespace found at end of line
  433 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  434 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  435 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  436 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  437 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  438 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  440 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  441 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  442 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  444 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  445 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  446 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  447 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  448 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  450 | ERROR | [x] Multiple selectors should each be on a single line
  450 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  451 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  452 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  453 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  455 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  456 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  457 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  458 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  459 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  460 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  461 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  462 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  463 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  464 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  465 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  466 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  467 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  468 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  469 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
  471 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  472 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  474 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  475 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  480 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  481 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  481 | ERROR | [x] Whitespace found at end of line
  483 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  484 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  486 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  487 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  488 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  489 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  490 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  492 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  493 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  495 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  496 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  497 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  499 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  500 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  501 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  502 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  503 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  505 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  506 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  507 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  508 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  508 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  509 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  510 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  511 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  512 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  513 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  514 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  516 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  517 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  518 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  518 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  519 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  520 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  522 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  523 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  524 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  526 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  527 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  528 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  529 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  530 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  531 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  532 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  533 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  534 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  535 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  536 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  537 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  539 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  540 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  542 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  543 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  544 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  545 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  546 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  548 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  549 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  550 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
  554 | ERROR | [ ] More than 2 empty lines are not allowed
  556 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  557 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  559 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  560 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  562 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  563 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  564 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  565 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  567 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  568 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  570 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  571 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  572 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  574 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  575 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  576 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  577 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  578 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  580 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  581 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  582 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  583 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  583 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  584 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  585 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  586 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  587 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  588 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  589 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  591 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  592 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  593 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  593 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  594 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  595 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  597 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  598 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  599 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  601 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  602 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  603 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  604 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  605 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  606 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  607 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  608 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  609 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  610 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  611 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  612 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  614 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  615 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  616 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  617 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  618 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  619 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  620 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  621 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  622 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  623 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  623 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  623 | ERROR | [x] Whitespace found at end of line
  625 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  626 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  627 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  628 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  629 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  630 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  631 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  632 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  633 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  635 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  636 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  640 | ERROR | [ ] More than 2 empty lines are not allowed
  642 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  643 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  645 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  646 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  646 | ERROR | [x] Whitespace found at end of line
  648 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  649 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  650 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  651 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  651 | ERROR | [x] Whitespace found at end of line
  653 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  654 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  654 | ERROR | [x] Whitespace found at end of line
  656 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  657 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  658 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  659 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  660 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  661 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  662 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  663 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
  665 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  666 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  667 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  668 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  669 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  670 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  672 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  673 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  674 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  675 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  676 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  677 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  678 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  679 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  680 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  681 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  683 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  684 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  685 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  686 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  687 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  688 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  689 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  690 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  691 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  692 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  695 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  698 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  699 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  700 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  702 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  703 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  704 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  705 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  706 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  706 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  707 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  708 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  709 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  711 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  712 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  713 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  714 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  714 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  715 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  716 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  718 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  719 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  720 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  721 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  722 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  723 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  725 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  726 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  727 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  728 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  729 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  729 | ERROR | [x] Whitespace found at end of line
  731 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  732 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  733 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  734 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  735 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  736 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  736 | ERROR | [x] CSS colours must be defined in lowercase; expected #ccdcea
      |       |     but found #CCDCEA
  737 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  738 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  739 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  741 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  742 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  743 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  744 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  745 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  745 | ERROR | [x] Whitespace found at end of line
  747 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  748 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  749 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  750 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  750 | ERROR | [x] Whitespace found at end of line
  752 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  753 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  754 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  755 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  757 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  758 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  760 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  761 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  762 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  763 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  764 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  765 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  766 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  767 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  768 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  769 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  771 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  772 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  774 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  775 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  776 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  777 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  777 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  778 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  778 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  779 | ERROR | [x] Blank lines are not allowed in class definitions
  779 | ERROR | [x] Whitespace found at end of line
  780 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  780 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  781 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  781 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  782 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  782 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  783 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  783 | ERROR | [x] Blank lines are not allowed in class definitions
  783 | ERROR | [x] Whitespace found at end of line
  784 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  784 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
  788 | ERROR | [ ] More than 2 empty lines are not allowed
  789 | ERROR | [ ] More than 2 empty lines are not allowed
  790 | ERROR | [ ] More than 2 empty lines are not allowed
  792 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  793 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  795 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  796 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  798 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  799 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  801 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  802 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  803 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  805 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  806 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  807 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  808 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  809 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  810 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  811 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  812 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  813 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  814 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  815 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  816 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  816 | ERROR | [ ] Style definitions must end with a semicolon
  818 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  819 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  820 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  821 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  823 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  824 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  825 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  826 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  827 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  829 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  830 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  832 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  833 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  834 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  835 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  836 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  837 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  839 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  840 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  841 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  843 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  844 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  845 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  847 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  848 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  849 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  850 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  851 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  853 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  854 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  855 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  856 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  857 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  858 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  859 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  861 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  862 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  863 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  864 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  865 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  867 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  868 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  870 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  871 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  872 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  873 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  874 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  875 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  876 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  877 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  879 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  880 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  889 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  898 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  907 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  908 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  915 | ERROR | [ ] More than 2 empty lines are not allowed
  917 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  918 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  920 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  921 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  924 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  926 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  927 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  928 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  929 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  930 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  931 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  932 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  933 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  934 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  935 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  936 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  936 | ERROR | [x] Whitespace found at end of line
  938 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  939 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  940 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  942 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  943 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  943 | ERROR | [x] Whitespace found at end of line
  945 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  946 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  947 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  949 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  950 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  951 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  952 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  953 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  954 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  958 | ERROR | [ ] More than 2 empty lines are not allowed
  959 | ERROR | [ ] More than 2 empty lines are not allowed
  960 | ERROR | [ ] More than 2 empty lines are not allowed
  962 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  963 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  965 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  966 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  968 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  969 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  971 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  972 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  972 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
  973 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  974 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  975 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  976 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  978 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  979 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  980 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  981 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  982 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  983 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  984 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  985 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  987 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  988 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  989 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  990 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  992 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  993 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  995 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
  996 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  997 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  998 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1000 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1001 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1002 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1003 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1004 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1005 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1006 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1007 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1008 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1010 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1011 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1013 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1014 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1014 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
 1015 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1016 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1017 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1021 | ERROR | [ ] More than 2 empty lines are not allowed
 1023 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1024 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1024 | ERROR | [x] Whitespace found at end of line
 1026 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1027 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1029 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1030 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1032 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1033 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1035 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1036 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1038 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1039 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1041 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1042 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1043 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1044 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1044 | ERROR | [x] Whitespace found at end of line
 1046 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1047 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1050 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1051 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1052 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1053 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1054 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1055 | ERROR | [x] Blank lines are not allowed in class definitions
 1058 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1059 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1060 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1061 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1062 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1063 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1064 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1065 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1066 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1067 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1069 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1070 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1071 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1072 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1073 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1074 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1075 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1076 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1077 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1078 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1079 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1081 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1082 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1083 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1084 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1085 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1089 | ERROR | [ ] More than 2 empty lines are not allowed
 1091 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1092 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1094 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1095 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1096 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1097 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1098 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1099 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1101 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1111 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1112 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1114 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1117 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1122 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1123 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1125 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1128 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1130 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1132 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1134 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1135 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1140 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1142 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1147 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1152 | ERROR | [ ] More than 2 empty lines are not allowed
 1154 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1155 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1157 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1159 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1161 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1167 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1170 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1173 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1176 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1179 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1181 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1182 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1183 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1184 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1185 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1186 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1188 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1189 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1190 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1192 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1193 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1196 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1197 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1198 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1199 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1201 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1206 | ERROR | [ ] More than 2 empty lines are not allowed
 1208 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1209 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1210 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1212 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1213 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1214 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1215 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1217 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1218 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1219 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1220 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1222 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1225 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1226 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1227 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1228 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1230 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1231 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1232 | ERROR | [x] Blank lines are not allowed in class definitions
 1232 | ERROR | [x] Whitespace found at end of line
 1234 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1235 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1236 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1237 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1238 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1239 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1240 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1241 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1242 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1243 | ERROR | [x] Blank lines are not allowed in class definitions
 1243 | ERROR | [x] Whitespace found at end of line
 1245 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1247 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1248 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1250 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1251 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1252 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1253 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1255 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1256 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1257 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1259 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1260 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1261 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1263 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1264 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1265 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1266 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1268 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1269 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1270 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1271 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1273 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1274 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1275 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1276 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1277 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1279 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1280 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1282 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1283 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1284 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1285 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1286 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1287 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1288 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1289 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1291 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1292 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1293 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1294 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1295 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1296 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1297 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1298 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1299 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1300 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1302 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1303 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1304 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1305 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1306 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1307 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1308 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1309 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1310 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1311 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1316 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1317 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1319 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1321 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1322 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1323 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1325 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1326 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1327 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1328 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1330 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1331 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1333 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1334 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1336 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1337 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1339 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1340 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1341 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1342 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1343 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1344 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1346 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1347 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1348 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1349 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1350 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1351 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1353 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1354 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1356 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1357 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1358 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1359 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1360 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1361 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1362 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1363 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1367 | ERROR | [ ] More than 2 empty lines are not allowed
 1368 | ERROR | [ ] More than 2 empty lines are not allowed
 1370 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1371 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1373 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1374 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1375 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1376 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1377 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1379 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1380 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1381 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1382 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1384 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1385 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1387 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1388 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1390 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1391 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1393 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1394 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1395 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1396 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1397 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1398 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1400 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1401 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1402 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1403 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1404 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1405 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1407 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1408 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1410 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1411 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1412 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1413 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1414 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1415 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1416 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1417 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1421 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1422 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1424 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1425 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1426 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1427 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1428 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1430 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1431 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1432 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1433 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1435 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1436 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1438 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1439 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1441 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1442 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1444 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1445 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1446 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1447 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1448 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1449 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1451 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1452 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1453 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1454 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1455 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1456 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1458 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1459 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1461 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1462 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1463 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1464 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1465 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1466 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1467 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1468 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1472 | ERROR | [ ] More than 2 empty lines are not allowed
 1474 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1475 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1477 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1478 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1479 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1480 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1481 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1483 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1484 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1485 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1486 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1488 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1489 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1491 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1492 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1494 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1495 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1497 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1498 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1499 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1500 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1501 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1502 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1504 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1505 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1506 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1507 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1508 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1509 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1511 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1512 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1514 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1515 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1516 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1517 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1518 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1519 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1520 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1521 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1525 | ERROR | [ ] More than 2 empty lines are not allowed
 1526 | ERROR | [ ] More than 2 empty lines are not allowed
 1527 | ERROR | [ ] More than 2 empty lines are not allowed
 1529 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1530 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1532 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1533 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1534 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1535 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1536 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1538 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1539 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1540 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1541 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1543 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1544 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1546 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1549 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1550 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1552 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1553 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1554 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1555 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1556 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1557 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1559 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1560 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1561 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1562 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1563 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1564 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1566 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1567 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1569 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1570 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1571 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1572 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1573 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1574 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1575 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1576 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1580 | ERROR | [ ] More than 2 empty lines are not allowed
 1581 | ERROR | [ ] More than 2 empty lines are not allowed
 1582 | ERROR | [ ] More than 2 empty lines are not allowed
 1583 | ERROR | [ ] More than 2 empty lines are not allowed
 1584 | ERROR | [ ] More than 2 empty lines are not allowed
 1585 | ERROR | [ ] More than 2 empty lines are not allowed
 1587 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
 1587 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1588 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1589 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
 1590 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1591 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1592 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1593 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1594 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1596 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1597 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1598 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1599 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1600 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1600 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffffff
      |       |     but found #FFFFFF
 1601 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1602 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1603 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1604 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
 1606 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1607 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1609 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1610 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1612 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1613 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1615 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1616 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1617 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1618 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1618 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffffff
      |       |     but found #FFFFFF
 1619 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1620 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1621 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1622 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1623 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1625 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1626 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1628 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1629 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1631 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1632 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1633 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1634 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1635 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1635 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffffff
      |       |     but found #FFFFFF
 1636 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1638 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1639 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1640 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1641 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1641 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffffff
      |       |     but found #FFFFFF
 1642 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1643 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 1647 | ERROR | [ ] More than 2 empty lines are not allowed
 1649 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1651 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1651 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1654 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1654 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1658 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1658 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1661 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1661 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1664 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1664 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1670 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1674 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1683 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1698 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1703 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1706 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1706 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1707 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 1708 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 1709 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 1710 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 1711 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 1714 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1718 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1722 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1726 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1729 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1729 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1730 | ERROR | [x] Whitespace found at end of line
 1732 | ERROR | [x] Whitespace found at end of line
 1733 | ERROR | [x] Whitespace found at end of line
 1734 | ERROR | [x] Whitespace found at end of line
 1735 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1735 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1740 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1740 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1752 | ERROR | [x] Whitespace found at end of line
 1755 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1755 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1755 | ERROR | [x] Whitespace found at end of line
 1758 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1758 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1762 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1762 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1766 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1766 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1771 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1771 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1774 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1774 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1777 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1777 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1780 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1780 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1782 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1783 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1784 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1785 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1786 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1787 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1788 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1790 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1790 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1792 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
 1793 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1793 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1794 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7
 1795 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
 1799 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1799 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1802 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1802 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1805 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1805 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1808 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1808 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1811 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1811 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1814 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1814 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1817 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1817 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1817 | ERROR | [x] Whitespace found at end of line
 1820 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
 1823 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1823 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1826 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1826 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1829 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1836 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1836 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1839 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1839 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1842 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1842 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1845 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1845 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1848 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1848 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1851 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1851 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1855 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1855 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1861 | ERROR | [ ] More than 2 empty lines are not allowed
 1862 | ERROR | [ ] More than 2 empty lines are not allowed
 1864 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1864 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1867 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1867 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1870 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1870 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1873 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1873 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1876 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1876 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1879 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1879 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1883 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1883 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1889 | ERROR | [ ] More than 2 empty lines are not allowed
 1890 | ERROR | [ ] More than 2 empty lines are not allowed
 1892 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1892 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1895 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1895 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1899 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1899 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1900 | ERROR | [x] Whitespace found at end of line
 1902 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1902 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1903 | ERROR | [x] Whitespace found at end of line
 1905 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1905 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1906 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
 1908 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1908 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1914 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1914 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1915 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
 1917 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1917 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1920 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1920 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1926 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1926 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1931 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1931 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1934 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1934 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1935 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1
      |       |     found
 1938 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1938 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1942 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1942 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1945 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1945 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1948 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1948 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1954 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1954 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1958 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1958 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1962 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1962 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1966 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1966 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1972 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1972 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1977 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1977 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1982 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1982 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1986 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1986 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1990 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1995 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1995 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 1998 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 1998 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2001 | ERROR | [x] Blank lines are not allowed in class definitions
 2001 | ERROR | [x] Whitespace found at end of line
 2005 | ERROR | [ ] More than 2 empty lines are not allowed
 2007 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2007 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2010 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2010 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2015 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2015 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2016 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2017 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2018 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2020 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2020 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2024 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2024 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2028 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2028 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2033 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2033 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2036 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2036 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2041 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2041 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2042 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2043 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2044 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2046 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2046 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2050 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2050 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2054 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2054 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2059 | ERROR | [ ] More than 2 empty lines are not allowed
 2062 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2062 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2065 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2065 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2069 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2069 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2073 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2073 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2078 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2078 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2083 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2083 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2086 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2086 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2089 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2089 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2093 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2093 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2100 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2100 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2103 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2108 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2113 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2117 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2121 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2127 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2130 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2130 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2134 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2136 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2139 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2143 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2147 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2147 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2152 | ERROR | [ ] More than 2 empty lines are not allowed
 2154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2154 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2157 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2162 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2164 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2165 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2167 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2167 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2171 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2175 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2181 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2182 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
 2189 | ERROR | [ ] More than 2 empty lines are not allowed
 2190 | ERROR | [ ] More than 2 empty lines are not allowed
 2191 | ERROR | [ ] More than 2 empty lines are not allowed
 2193 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2195 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2198 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2198 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2202 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2205 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2205 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2215 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2235 | ERROR | [ ] Style definition is empty
 2235 | ERROR | [x] Expected 1 space after colon in style definition; newline
      |       |     found
 2236 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 2236 | ERROR | [ ] No style definition found on line; check for missing colon
 2237 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 2239 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2244 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2247 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2247 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2248 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2249 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2250 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2251 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2252 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 2254 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2254 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2261 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 2262 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2262 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2265 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2274 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2282 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2286 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2291 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2291 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2292 | ERROR | [x] Whitespace found at end of line
 2294 | ERROR | [x] Whitespace found at end of line
 2295 | ERROR | [x] Whitespace found at end of line
 2296 | ERROR | [x] Whitespace found at end of line
 2297 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2297 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2302 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2302 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2317 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2317 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2317 | ERROR | [x] Whitespace found at end of line
 2320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2320 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2324 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2324 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2328 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2328 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2334 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2334 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2337 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2337 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2339 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 2340 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 2341 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 2342 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 2343 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 2344 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 2345 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 2347 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2347 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2348 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1
 2350 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2350 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2355 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2355 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2358 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2358 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2361 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2361 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2364 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2364 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2367 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2367 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2367 | ERROR | [x] Whitespace found at end of line
 2370 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
 2373 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2373 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2376 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2376 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2379 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2385 | ERROR | [ ] More than 2 empty lines are not allowed
 2386 | ERROR | [ ] More than 2 empty lines are not allowed
 2388 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2388 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2391 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2391 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2394 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2394 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2397 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2397 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2401 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2407 | ERROR | [ ] More than 2 empty lines are not allowed
 2408 | ERROR | [ ] More than 2 empty lines are not allowed
 2409 | ERROR | [ ] More than 2 empty lines are not allowed
 2411 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2411 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2414 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2414 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2417 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2417 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2420 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2420 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2424 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2431 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2431 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2437 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2437 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2440 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2440 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2443 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2443 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2446 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2446 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2447 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 2449 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2449 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2454 | ERROR | [ ] More than 2 empty lines are not allowed
 2456 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2456 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2460 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2460 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2466 | ERROR | [ ] More than 2 empty lines are not allowed
 2468 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2468 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2471 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2471 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2474 | ERROR | [x] Blank lines are not allowed in class definitions
 2474 | ERROR | [x] Whitespace found at end of line
 2478 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2478 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2481 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2481 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2488 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2488 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2491 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2491 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2495 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2495 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2500 | ERROR | [ ] More than 2 empty lines are not allowed
 2502 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2502 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2505 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2505 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2511 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2511 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2514 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2514 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2518 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2518 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2524 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2524 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2527 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2527 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2533 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2533 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2536 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2536 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2540 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2540 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2545 | ERROR | [ ] More than 2 empty lines are not allowed
 2547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2547 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2550 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2550 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2557 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2557 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2560 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2560 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2564 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2564 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2569 | ERROR | [ ] More than 2 empty lines are not allowed
 2571 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2571 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2574 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2574 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2581 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2581 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2584 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2584 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2588 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
 2588 | ERROR | [x] Expected 1 space before opening brace of class definition;
      |       |     0 found
 2593 | ERROR | [ ] More than 2 empty lines are not allowed
 2594 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------


FILE: /var/www/html/dcontri/interior_design/interior_design.libraries.yml
-------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------
 19 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------


FILE: /var/www/html/dcontri/interior_design/README.txt
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
 4 | WARNING | Line exceeds 80 characters; contains 86 characters
 7 | WARNING | Line exceeds 80 characters; contains 92 characters
----------------------------------------------------------------------

📌 Task
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

🇮🇳India sharayurajput

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.

Production build 0.69.0 2024