Fix issues reported by PHPCS

Created on 23 January 2025, 12 days ago

Problem/Motivation

It would be great to address the below minor PHPCS issues :

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

FILE: /var/www/web/themes/contrib/abc/abc.info.yml
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
 1 | WARNING | File has mixed line endings; this may cause incorrect results
 1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
 1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
 1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-------------------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/abc.theme
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 566 ERRORS AND 14 WARNINGS AFFECTING 409 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
   15 | WARNING | [x] Unused use statement
   18 | ERROR   | [x] There must be one blank line after the last USE statement; 2 found;
   22 | ERROR   | [x] Expected 1 space after asterisk; 0 found
   22 | ERROR   | [x] Function comment short description must start with exactly one space
   22 | ERROR   | [x] Doc comment short description must end with a full stop
   24 | ERROR   | [x] Expected 1 blank line before function; 2 found
   33 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
   35 | ERROR   | [x] Expected 1 blank line after function; 2 found
   46 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
   66 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
   67 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
   67 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 3
   68 | ERROR   | [x] Object operator not indented correctly; expected 5 spaces but found 6
   79 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
  122 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  127 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  128 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  129 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
  133 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  133 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  134 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  135 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  136 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  136 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  137 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  138 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  139 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  139 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  140 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  141 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  142 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  142 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  143 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  144 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  145 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  145 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  146 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  147 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  148 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  148 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  149 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  150 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  152 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  152 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  153 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  154 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  155 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  155 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  156 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  157 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  158 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  160 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  160 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  161 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  162 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  163 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  163 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  164 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  165 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  166 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  166 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  167 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  168 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  169 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  169 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  170 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  171 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  172 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  172 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  173 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  174 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  175 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  175 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  176 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  177 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  179 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  179 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  180 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  181 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  182 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  182 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  183 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  184 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  185 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  185 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  186 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  187 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  188 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  188 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  189 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  190 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  191 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  191 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  192 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  193 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  194 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  194 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  195 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  196 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  197 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  199 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  199 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  200 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  201 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  202 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  202 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  203 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  204 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  205 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  205 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  206 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  207 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  208 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  208 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  209 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  210 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  211 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  211 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  212 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  213 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  214 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  214 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  215 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  216 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  217 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  217 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  218 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  219 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  220 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  222 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  222 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  223 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  224 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  225 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  225 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  226 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  227 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  228 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  228 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  229 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  230 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  231 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  231 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  232 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  233 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  234 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  234 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  235 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  236 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  237 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  237 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  238 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  239 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  240 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  242 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  242 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  243 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  244 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  245 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  245 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  246 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  247 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  248 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  248 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  249 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  250 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  251 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  251 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  252 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  253 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  254 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  254 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  255 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  256 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  257 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  257 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  258 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  259 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  260 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  260 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  261 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  262 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  263 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  263 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  264 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  265 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  266 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  266 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  267 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  268 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  269 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  269 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  270 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  271 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  272 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  274 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  274 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  275 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  276 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  277 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  277 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  278 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  279 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  280 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  280 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  281 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  282 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  283 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  283 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  284 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  285 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  286 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  286 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  287 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  288 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  289 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  289 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  290 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  291 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  292 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  292 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  293 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  294 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  295 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  295 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  296 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  297 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  298 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  298 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  299 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  300 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  301 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  301 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  302 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  303 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  304 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  306 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  306 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  307 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  308 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  309 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  309 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  310 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  311 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  312 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  312 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  313 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  314 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  315 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  315 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  316 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  317 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  318 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  318 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  319 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  320 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  321 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  321 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  322 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  323 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  324 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  324 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  325 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  326 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  327 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  327 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  328 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  329 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  330 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  330 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  331 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  332 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  333 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  333 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  334 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  335 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  336 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  338 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  338 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  339 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  340 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  341 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  341 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  342 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  343 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  344 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  344 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  345 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  346 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  347 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  347 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  348 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  349 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  350 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  350 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  351 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  352 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  353 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  353 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  354 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  355 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  356 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  356 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  357 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  358 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  359 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  359 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  360 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  361 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  362 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  362 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  363 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  364 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  365 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  365 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  366 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  367 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  369 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  369 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  370 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  371 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  372 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  372 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  373 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  374 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  375 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  375 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  376 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  377 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  380 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  380 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  381 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  381 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  382 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  383 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  383 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  384 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  384 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  385 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  386 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  386 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  387 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  387 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  388 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  390 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  390 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  391 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  391 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  392 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  393 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  393 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  394 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  394 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  395 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  396 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  396 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  397 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  397 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  398 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  399 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  399 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  400 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  400 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  401 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  402 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  402 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  403 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  403 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  404 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  405 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
  408 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
  412 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  413 | WARNING | [ ] Line exceeds 80 characters; contains 125 characters
  413 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  413 | ERROR   | [x] Comments may not appear after statements
  417 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  419 | ERROR   | [x] Expected 1 blank line after function; 2 found
  427 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  427 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  428 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  428 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
  428 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
  433 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  433 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  434 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  434 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
  434 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
  435 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  435 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
  435 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
  436 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  436 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
  436 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
  437 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  437 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
  437 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
  438 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  438 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
  438 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
  439 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  439 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
  439 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
  441 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  441 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  443 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  443 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  490 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  490 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  507 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  507 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  514 | ERROR   | [x] No space found before comment text; expected "// *** Pure Grid settings" but found "//*** Pure Grid settings"
  514 | ERROR   | [x] Whitespace found at end of line
  516 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  517 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  519 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  520 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  521 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  522 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  523 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  524 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  525 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  526 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  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 4 spaces, found 6
  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 4 spaces, found 6
  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 4 spaces, found 6
  536 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  537 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  538 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  539 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  540 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  541 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
  542 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  553 | ERROR   | [x] Concat operator must be surrounded by a single space
  553 | ERROR   | [x] Concat operator must be surrounded by a single space
  554 | ERROR   | [x] Concat operator must be surrounded by a single space
  554 | ERROR   | [x] Concat operator must be surrounded by a single space
  560 | ERROR   | [x] Expected 1 space before "+"; 0 found
  560 | ERROR   | [x] Expected 1 space after "+"; 0 found
  562 | ERROR   | [x] Concat operator must be surrounded by a single space
  562 | ERROR   | [x] Concat operator must be surrounded by a single space
  565 | ERROR   | [x] Concat operator must be surrounded by a single space
  565 | ERROR   | [x] Concat operator must be surrounded by a single space
  568 | ERROR   | [x] Concat operator must be surrounded by a single space
  568 | ERROR   | [x] Concat operator must be surrounded by a single space
  574 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  574 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  576 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  577 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  577 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 3
  579 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  580 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  580 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 3
  583 | ERROR   | [x] No space found before comment text; expected "// $nodeTypeName = $node->bundle();" but found "//$nodeTypeName =
      |         |     $node->bundle();"
  585 | ERROR   | [x] No space found before comment text; expected "// $nodeTitle = $node->getTitle();" but found "//$nodeTitle =
      |         |     $node->getTitle();"
  586 | ERROR   | [x] Concat operator must be surrounded by a single space
  591 | ERROR   | [x] Concat operator must be surrounded by a single space
  591 | ERROR   | [x] Concat operator must be surrounded by a single space
  591 | ERROR   | [x] Concat operator must be surrounded by a single space
  591 | ERROR   | [x] Concat operator must be surrounded by a single space
  593 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  593 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  644 | ERROR   | [x] Expected 1 blank line after function; 2 found
  654 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
  666 | ERROR   | [x] Expected 1 blank line after function; 2 found
  683 | ERROR   | [x] Expected 1 blank line after function; 2 found
  693 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  699 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  700 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  701 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  702 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
  703 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 8
  704 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 8
  705 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 8
  706 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
  707 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
  709 | ERROR   | [x] Expected 1 blank line after function; 2 found
  716 | WARNING | [ ] Line exceeds 80 characters; contains 100 characters
  721 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  730 | ERROR   | [x] Expected 1 blank line after function; 2 found
  738 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  744 | ERROR   | [x] Expected 1 blank line after function; 2 found
  752 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  758 | ERROR   | [x] Expected 1 blank line after function; 2 found
  766 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  766 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  783 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  784 | ERROR   | [x] Short array syntax must be used to define arrays
  784 | ERROR   | [x] Expected one space after the comma, 0 found
  786 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  787 | ERROR   | [ ] The array declaration extends to column 125 (the limit is 120). The array content should be split up over multiple
      |         |     lines
  787 | ERROR   | [x] Short array syntax must be used to define arrays
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  787 | ERROR   | [x] Expected one space after the comma, 0 found
  789 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  790 | ERROR   | [x] Short array syntax must be used to define arrays
  790 | ERROR   | [x] Expected one space after the comma, 0 found
  790 | ERROR   | [x] Expected one space after the comma, 0 found
  790 | ERROR   | [x] Expected one space after the comma, 0 found
  790 | ERROR   | [x] Expected one space after the comma, 0 found
  790 | ERROR   | [x] Expected one space after the comma, 0 found
  790 | ERROR   | [x] Expected one space after the comma, 0 found
  790 | ERROR   | [x] Expected one space after the comma, 0 found
  792 | ERROR   | [x] Inline control structures are not allowed
  794 | ERROR   | [x] Inline control structures are not allowed
  796 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 3
  798 | ERROR   | [x] Closing brace indented incorrectly; expected 3 spaces, found 2
  801 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  802 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
  802 | ERROR   | [ ] The array declaration extends to column 130 (the limit is 120). The array content should be split up over multiple
      |         |     lines
  802 | ERROR   | [x] Short array syntax must be used to define arrays
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  802 | ERROR   | [x] Expected one space after the comma, 0 found
  804 | ERROR   | [x] Inline control structures are not allowed
  806 | ERROR   | [x] Inline control structures are not allowed
  811 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  818 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
  818 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  828 | ERROR   | [x] Expected 1 blank line after function; 2 found
  835 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
  835 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  835 | ERROR   | [x] 2 spaces found before inline comment; expected "// $form['keys']['#attributes']['title'] = t('Search'); //Adds a
      |         |     mousehover title to input box" but found "//  $form['keys']['#attributes']['title'] = t('Search'); //Adds a mousehover
      |         |     title to input box"
  836 | WARNING | [ ] Line exceeds 80 characters; contains 125 characters
  836 | WARNING | [x] There must be no blank line following an inline comment
  836 | WARNING | [ ] There must be no blank line following an inline comment
  836 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  842 | ERROR   | [x] Short array syntax must be used to define arrays
  849 | ERROR   | [x] Short array syntax must be used to define arrays
  852 | ERROR   | [x] Expected 1 blank line after function; 2 found
  867 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  869 | ERROR   | [x] Expected 1 blank line after function; 2 found
  878 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  880 | ERROR   | [x] Expected 1 blank line after function; 2 found
  892 | ERROR   | [x] Expected 1 blank line after function; 2 found
  906 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
  906 | ERROR   | [x] Whitespace found at end of line
  907 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
  915 | ERROR   | [x] Expected 1 blank line after function; 2 found
  927 | ERROR   | [x] Expected 1 blank line after function; 2 found
  938 | WARNING | [ ] Line exceeds 80 characters; contains 147 characters
  938 | ERROR   | [x] No space found before comment text; expected "// $variables['data']["file_{$file->id()}"]['filename']['#suffix'] = '
      |         |     <span class="file-size">(' . format_size($file->getSize()) . ')</span> ';" but found
      |         |     "//$variables['data']["file_{$file->id()}"]['filename']['#suffix'] = ' <span class="file-size">(' .
      |         |     format_size($file->getSize()) . ')</span> ';"
  939 | ERROR   | [x] Whitespace found at end of line
  940 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
  940 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
  942 | ERROR   | [x] Expected 1 blank line after function; 2 found
  963 | ERROR   | [x] Expected 1 blank line after function; 2 found
  973 | ERROR   | [x] Expected one space after the comma, 0 found
  980 | ERROR   | [x] Expected 1 blank line after function; 2 found
  988 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
  989 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
  989 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
  990 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 6
  991 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
  992 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
  994 | ERROR   | [x] Line indented incorrectly; expected 1 spaces, found 0
  998 | ERROR   | [x] Doc comment short description must end with a full stop
 1002 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
 1003 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
 1004 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
 1005 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
 1007 | ERROR   | [x] Line indented incorrectly; expected 1 spaces, found 0
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 566 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/Readme.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 21 WARNINGS AFFECTING 21 LINES
----------------------------------------------------------------------
  19 | WARNING | Line exceeds 80 characters; contains 239 characters
  20 | WARNING | Line exceeds 80 characters; contains 87 characters
  33 | WARNING | Line exceeds 80 characters; contains 192 characters
  54 | WARNING | Line exceeds 80 characters; contains 92 characters
  55 | WARNING | Line exceeds 80 characters; contains 82 characters
  57 | WARNING | Line exceeds 80 characters; contains 91 characters
  60 | WARNING | Line exceeds 80 characters; contains 82 characters
  66 | WARNING | Line exceeds 80 characters; contains 81 characters
  77 | WARNING | Line exceeds 80 characters; contains 113 characters
  95 | WARNING | Line exceeds 80 characters; contains 96 characters
 101 | WARNING | Line exceeds 80 characters; contains 144 characters
 105 | WARNING | Line exceeds 80 characters; contains 160 characters
 107 | WARNING | Line exceeds 80 characters; contains 181 characters
 110 | WARNING | Line exceeds 80 characters; contains 174 characters
 116 | WARNING | Line exceeds 80 characters; contains 156 characters
 118 | WARNING | Line exceeds 80 characters; contains 251 characters
 119 | WARNING | Line exceeds 80 characters; contains 279 characters
 127 | WARNING | Line exceeds 80 characters; contains 221 characters
 128 | WARNING | Line exceeds 80 characters; contains 121 characters
 129 | WARNING | Line exceeds 80 characters; contains 97 characters
 162 | WARNING | Line exceeds 80 characters; contains 123 characters
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/theme-settings.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 184 ERRORS AND 27 WARNINGS AFFECTING 202 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
   1 | ERROR   | [x] The PHP open tag must be followed by exactly one blank line
   9 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 1
  10 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements
     |         |     hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "* Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "*
     |         |     Implements hook_foo_BAR_ID_bar() for block templates."
  12 | ERROR   | [ ] Missing parameter type
  21 | WARNING | [x] There must be no blank line following an inline comment
  21 | WARNING | [ ] There must be no blank line following an inline comment
  21 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  21 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  23 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  24 | ERROR   | [x] Short array syntax must be used to define arrays
  28 | ERROR   | [x] Short array syntax must be used to define arrays
  58 | ERROR   | [x] Short array syntax must be used to define arrays
  62 | ERROR   | [x] Short array syntax must be used to define arrays
  71 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  72 | ERROR   | [x] Short array syntax must be used to define arrays
  75 | ERROR   | [x] Comments may not appear after statements
  77 | ERROR   | [x] Short array syntax must be used to define arrays
  81 | WARNING | [x] A comma should follow the last multiline array item. Found: )
  83 | ERROR   | [x] Short array syntax must be used to define arrays
  90 | ERROR   | [x] Short array syntax must be used to define arrays
  95 | ERROR   | [x] Short array syntax must be used to define arrays
 103 | ERROR   | [x] Short array syntax must be used to define arrays
 108 | ERROR   | [x] Short array syntax must be used to define arrays
 116 | ERROR   | [x] Short array syntax must be used to define arrays
 121 | ERROR   | [x] Short array syntax must be used to define arrays
 131 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 132 | ERROR   | [x] Short array syntax must be used to define arrays
 137 | ERROR   | [x] Whitespace found at end of line
 138 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 138 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 139 | ERROR   | [x] Short array syntax must be used to define arrays
 144 | ERROR   | [x] Short array syntax must be used to define arrays
 149 | ERROR   | [x] Short array syntax must be used to define arrays
 153 | ERROR   | [x] Short array syntax must be used to define arrays
 160 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 162 | ERROR   | [x] Short array syntax must be used to define arrays
 166 | ERROR   | [x] Short array syntax must be used to define arrays
 169 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 172 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 172 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 173 | ERROR   | [x] Short array syntax must be used to define arrays
 178 | ERROR   | [x] Short array syntax must be used to define arrays
 182 | ERROR   | [x] Short array syntax must be used to define arrays
 189 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 191 | ERROR   | [x] Short array syntax must be used to define arrays
 195 | ERROR   | [x] Short array syntax must be used to define arrays
 202 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 205 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 205 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 206 | ERROR   | [x] Short array syntax must be used to define arrays
 211 | ERROR   | [x] Short array syntax must be used to define arrays
 215 | ERROR   | [x] Short array syntax must be used to define arrays
 223 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 225 | ERROR   | [x] Short array syntax must be used to define arrays
 229 | ERROR   | [x] Short array syntax must be used to define arrays
 232 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 234 | ERROR   | [x] Short array syntax must be used to define arrays
 238 | ERROR   | [x] Short array syntax must be used to define arrays
 243 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 246 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 246 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 247 | ERROR   | [x] Short array syntax must be used to define arrays
 252 | ERROR   | [x] Short array syntax must be used to define arrays
 257 | ERROR   | [x] Short array syntax must be used to define arrays
 261 | ERROR   | [x] Short array syntax must be used to define arrays
 268 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 270 | ERROR   | [x] Short array syntax must be used to define arrays
 275 | ERROR   | [x] Short array syntax must be used to define arrays
 279 | ERROR   | [x] Short array syntax must be used to define arrays
 290 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 292 | ERROR   | [x] Short array syntax must be used to define arrays
 296 | ERROR   | [x] Short array syntax must be used to define arrays
 307 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 309 | ERROR   | [x] Short array syntax must be used to define arrays
 313 | ERROR   | [x] Short array syntax must be used to define arrays
 324 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 326 | ERROR   | [x] Short array syntax must be used to define arrays
 330 | ERROR   | [x] Short array syntax must be used to define arrays
 341 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 343 | ERROR   | [x] Short array syntax must be used to define arrays
 347 | ERROR   | [x] Short array syntax must be used to define arrays
 351 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 353 | ERROR   | [x] Short array syntax must be used to define arrays
 358 | ERROR   | [x] Short array syntax must be used to define arrays
 362 | ERROR   | [x] Short array syntax must be used to define arrays
 368 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 370 | ERROR   | [x] Short array syntax must be used to define arrays
 374 | ERROR   | [x] Short array syntax must be used to define arrays
 378 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 380 | ERROR   | [x] Short array syntax must be used to define arrays
 386 | ERROR   | [x] Short array syntax must be used to define arrays
 391 | ERROR   | [x] Short array syntax must be used to define arrays
 395 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 397 | ERROR   | [x] Short array syntax must be used to define arrays
 402 | ERROR   | [x] Short array syntax must be used to define arrays
 408 | ERROR   | [x] Short array syntax must be used to define arrays
 415 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 416 | ERROR   | [x] Short array syntax must be used to define arrays
 421 | ERROR   | [x] Short array syntax must be used to define arrays
 427 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 428 | ERROR   | [x] Short array syntax must be used to define arrays
 433 | ERROR   | [x] Short array syntax must be used to define arrays
 438 | ERROR   | [x] Short array syntax must be used to define arrays
 444 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 446 | ERROR   | [x] Short array syntax must be used to define arrays
 451 | ERROR   | [x] Short array syntax must be used to define arrays
 457 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 459 | ERROR   | [x] Short array syntax must be used to define arrays
 464 | ERROR   | [x] Short array syntax must be used to define arrays
 470 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 472 | ERROR   | [x] Short array syntax must be used to define arrays
 479 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 480 | ERROR   | [x] Short array syntax must be used to define arrays
 485 | ERROR   | [x] Short array syntax must be used to define arrays
 489 | ERROR   | [x] Short array syntax must be used to define arrays
 492 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 494 | ERROR   | [x] Short array syntax must be used to define arrays
 498 | ERROR   | [x] Short array syntax must be used to define arrays
 501 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 504 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 505 | ERROR   | [x] Short array syntax must be used to define arrays
 510 | ERROR   | [x] Short array syntax must be used to define arrays
 516 | ERROR   | [x] Short array syntax must be used to define arrays
 522 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 522 | ERROR   | [x] Short array syntax must be used to define arrays
 523 | ERROR   | [x] Array indentation error, expected 6 spaces but found 4
 524 | ERROR   | [x] Array closing indentation error, expected 4 spaces but found 2
 525 | ERROR   | [x] Short array syntax must be used to define arrays
 529 | ERROR   | [x] Short array syntax must be used to define arrays
 532 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 534 | ERROR   | [x] Short array syntax must be used to define arrays
 541 | ERROR   | [x] Short array syntax must be used to define arrays
 546 | ERROR   | [x] Short array syntax must be used to define arrays
 551 | ERROR   | [x] Short array syntax must be used to define arrays
 556 | ERROR   | [x] Short array syntax must be used to define arrays
 561 | ERROR   | [x] Short array syntax must be used to define arrays
 566 | ERROR   | [x] Short array syntax must be used to define arrays
 571 | ERROR   | [x] Short array syntax must be used to define arrays
 576 | ERROR   | [x] Short array syntax must be used to define arrays
 581 | ERROR   | [x] Short array syntax must be used to define arrays
 586 | ERROR   | [x] Short array syntax must be used to define arrays
 591 | ERROR   | [x] Short array syntax must be used to define arrays
 596 | ERROR   | [x] Short array syntax must be used to define arrays
 601 | ERROR   | [x] Short array syntax must be used to define arrays
 606 | ERROR   | [x] Short array syntax must be used to define arrays
 611 | ERROR   | [x] Short array syntax must be used to define arrays
 616 | ERROR   | [x] Short array syntax must be used to define arrays
 621 | ERROR   | [x] Short array syntax must be used to define arrays
 626 | ERROR   | [x] Short array syntax must be used to define arrays
 631 | ERROR   | [x] Short array syntax must be used to define arrays
 636 | ERROR   | [x] Short array syntax must be used to define arrays
 641 | ERROR   | [x] Short array syntax must be used to define arrays
 646 | ERROR   | [x] Short array syntax must be used to define arrays
 651 | ERROR   | [x] Short array syntax must be used to define arrays
 656 | ERROR   | [x] Short array syntax must be used to define arrays
 661 | ERROR   | [x] Short array syntax must be used to define arrays
 666 | ERROR   | [x] Short array syntax must be used to define arrays
 671 | ERROR   | [x] Short array syntax must be used to define arrays
 676 | ERROR   | [x] Short array syntax must be used to define arrays
 681 | ERROR   | [x] Short array syntax must be used to define arrays
 686 | ERROR   | [x] Short array syntax must be used to define arrays
 691 | ERROR   | [x] Short array syntax must be used to define arrays
 696 | ERROR   | [x] Short array syntax must be used to define arrays
 701 | ERROR   | [x] Short array syntax must be used to define arrays
 706 | ERROR   | [x] Short array syntax must be used to define arrays
 711 | ERROR   | [x] Short array syntax must be used to define arrays
 716 | ERROR   | [x] Short array syntax must be used to define arrays
 721 | ERROR   | [x] Short array syntax must be used to define arrays
 726 | ERROR   | [x] Short array syntax must be used to define arrays
 731 | ERROR   | [x] Short array syntax must be used to define arrays
 736 | ERROR   | [x] Short array syntax must be used to define arrays
 741 | ERROR   | [x] Short array syntax must be used to define arrays
 746 | ERROR   | [x] Short array syntax must be used to define arrays
 751 | ERROR   | [x] Short array syntax must be used to define arrays
 756 | ERROR   | [x] Short array syntax must be used to define arrays
 761 | ERROR   | [x] Short array syntax must be used to define arrays
 766 | ERROR   | [x] Short array syntax must be used to define arrays
 771 | ERROR   | [x] Short array syntax must be used to define arrays
 776 | ERROR   | [x] Short array syntax must be used to define arrays
 781 | ERROR   | [x] Short array syntax must be used to define arrays
 787 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 788 | ERROR   | [x] Short array syntax must be used to define arrays
 793 | ERROR   | [x] Short array syntax must be used to define arrays
 799 | ERROR   | [x] Short array syntax must be used to define arrays
 804 | ERROR   | [x] Short array syntax must be used to define arrays
 809 | ERROR   | [x] Short array syntax must be used to define arrays
 814 | ERROR   | [x] Short array syntax must be used to define arrays
 819 | ERROR   | [x] Short array syntax must be used to define arrays
 824 | ERROR   | [x] Short array syntax must be used to define arrays
 829 | ERROR   | [x] Short array syntax must be used to define arrays
 834 | ERROR   | [x] Short array syntax must be used to define arrays
 839 | ERROR   | [x] Short array syntax must be used to define arrays
 844 | ERROR   | [x] Short array syntax must be used to define arrays
 849 | ERROR   | [x] Short array syntax must be used to define arrays
 854 | ERROR   | [x] Short array syntax must be used to define arrays
 860 | ERROR   | [x] Short array syntax must be used to define arrays
 865 | ERROR   | [x] Short array syntax must be used to define arrays
 870 | ERROR   | [x] Short array syntax must be used to define arrays
 877 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 878 | ERROR   | [x] Short array syntax must be used to define arrays
 883 | ERROR   | [x] Short array syntax must be used to define arrays
 889 | ERROR   | [x] Short array syntax must be used to define arrays
 895 | ERROR   | [x] Short array syntax must be used to define arrays
 901 | ERROR   | [x] Short array syntax must be used to define arrays
 903 | WARNING | [ ] Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
 908 | ERROR   | [x] Short array syntax must be used to define arrays
 913 | ERROR   | [x] Short array syntax must be used to define arrays
 919 | ERROR   | [x] Short array syntax must be used to define arrays
 926 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 926 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 927 | ERROR   | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 207 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/abc.breakpoints.yml
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 32 | ERROR | [x] Expected 1 newline at end of file; 2 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/CHANGELOG.txt
----------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
----------------------------------------------------------------------
  26 | WARNING | Line exceeds 80 characters; contains 121 characters
  42 | WARNING | Line exceeds 80 characters; contains 85 characters
  53 | WARNING | Line exceeds 80 characters; contains 81 characters
 107 | WARNING | Line exceeds 80 characters; contains 137 characters
 121 | WARNING | Line exceeds 80 characters; contains 95 characters
 122 | WARNING | Line exceeds 80 characters; contains 100 characters
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_social_awe.css
-----------------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 11 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  6 | ERROR | [x] Multiple selectors should each be on a single line
  7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  8 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 23 | ERROR | [x] Expected 1 newline at end of file; 2 found
 24 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_print.css
-------------------------------------------------------------------------------------------
FOUND 20 ERRORS AFFECTING 11 LINES
-------------------------------------------------------------------------------------------
 28 | ERROR | [x] Multiple selectors should each be on a single line
 28 | ERROR | [x] Whitespace found at end of line
 29 | ERROR | [x] Multiple selectors should each be on a single line
 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 40 | ERROR | [x] Whitespace found at end of line
 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 74 | ERROR | [x] Selectors must be on a single line
 75 | ERROR | [x] Blank lines are not allowed between class names
 75 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
 75 | ERROR | [x] Whitespace found at end of line
 76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_slider.css
-----------------------------------------------------------------------------------------------
FOUND 229 ERRORS AFFECTING 112 LINES
-----------------------------------------------------------------------------------------------
   4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   5 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  57 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  58 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  84 | ERROR | [x] CSS colors must be defined in lowercase; expected #e9e9e9 but found #E9E9E9
  85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  91 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
  92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 102 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 103 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 105 | ERROR | [x] Multiple selectors should each be on a single line
 106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 106 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 110 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 112 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 113 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 122 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 129 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 132 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 136 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 138 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 139 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 140 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 142 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 144 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 150 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 151 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 152 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 153 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 154 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 155 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 156 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 161 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 161 | ERROR | [x] Opening brace should be the last content on the line
 161 | ERROR | [x] Closing brace of class definition must be on new line
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 229 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_social.css
-----------------------------------------------------------------------------------
FOUND 52 ERRORS AFFECTING 27 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  6 | ERROR | [x] Multiple selectors should each be on a single line
  7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  8 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 29 | ERROR | [x] Opening brace should be the last content on the line
 29 | ERROR | [x] Closing brace of class definition must be on new line
 30 | ERROR | [x] Opening brace should be the last content on the line
 30 | ERROR | [x] Closing brace of class definition must be on new line
 31 | ERROR | [x] Opening brace should be the last content on the line
 31 | ERROR | [x] Closing brace of class definition must be on new line
 32 | ERROR | [x] Opening brace should be the last content on the line
 32 | ERROR | [x] Closing brace of class definition must be on new line
 33 | ERROR | [x] Opening brace should be the last content on the line
 33 | ERROR | [x] Closing brace of class definition must be on new line
 34 | ERROR | [x] Opening brace should be the last content on the line
 34 | ERROR | [x] Closing brace of class definition must be on new line
 35 | ERROR | [x] Opening brace should be the last content on the line
 35 | ERROR | [x] Closing brace of class definition must be on new line
 36 | ERROR | [x] Opening brace should be the last content on the line
 36 | ERROR | [x] Closing brace of class definition must be on new line
 37 | ERROR | [x] Opening brace should be the last content on the line
 37 | ERROR | [x] Closing brace of class definition must be on new line
 38 | ERROR | [x] Opening brace should be the last content on the line
 38 | ERROR | [x] Closing brace of class definition must be on new line
 39 | ERROR | [x] Opening brace should be the last content on the line
 39 | ERROR | [x] Closing brace of class definition must be on new line
 40 | ERROR | [x] Opening brace should be the last content on the line
 40 | ERROR | [x] Closing brace of class definition must be on new line
 41 | ERROR | [x] Opening brace should be the last content on the line
 41 | ERROR | [x] Closing brace of class definition must be on new line
 42 | ERROR | [x] Opening brace should be the last content on the line
 42 | ERROR | [x] Closing brace of class definition must be on new line
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 52 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_style.css
------------------------------------------------------------------------------------------------
FOUND 1474 ERRORS AFFECTING 707 LINES
------------------------------------------------------------------------------------------------
    8 | ERROR | [x] Opening brace should be the last content on the line
    8 | ERROR | [x] Closing brace of class definition must be on new line
   10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   15 | ERROR | [x] Multiple selectors should each be on a single line
   16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   18 | ERROR | [x] Multiple selectors should each be on a single line
   19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   23 | ERROR | [x] Opening brace should be the last content on the line
   23 | ERROR | [x] Closing brace of class definition must be on new line
   24 | ERROR | [x] Opening brace should be the last content on the line
   24 | ERROR | [x] Closing brace of class definition must be on new line
   25 | ERROR | [x] Opening brace should be the last content on the line
   25 | ERROR | [x] Closing brace of class definition must be on new line
   29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   41 | ERROR | [ ] More than 2 empty lines are not allowed
   45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   63 | ERROR | [x] Whitespace found at end of line
   65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   77 | ERROR | [x] Multiple selectors should each be on a single line
   77 | ERROR | [x] Multiple selectors should each be on a single line
   78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   81 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   88 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  100 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  104 | ERROR | [ ] More than 2 empty lines are not allowed
  107 | ERROR | [x] Opening brace should be the last content on the line
  107 | ERROR | [x] Closing brace of class definition must be on new line
  108 | ERROR | [x] Multiple selectors should each be on a single line
  108 | ERROR | [x] Multiple selectors should each be on a single line
  108 | ERROR | [x] Opening brace should be the last content on the line
  108 | ERROR | [x] Each style definition must be on a line by itself
  108 | ERROR | [x] Closing brace of class definition must be on new line
  109 | ERROR | [x] Opening brace should be the last content on the line
  109 | ERROR | [x] Closing brace of class definition must be on new line
  110 | ERROR | [x] Opening brace should be the last content on the line
  110 | ERROR | [x] Closing brace of class definition must be on new line
  111 | ERROR | [x] Multiple selectors should each be on a single line
  111 | ERROR | [x] Opening brace should be the last content on the line
  111 | ERROR | [x] Closing brace of class definition must be on new line
  114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  117 | ERROR | [x] Multiple selectors should each be on a single line
  118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  121 | ERROR | [x] Multiple selectors should each be on a single line
  121 | ERROR | [x] Multiple selectors should each be on a single line
  121 | ERROR | [x] Multiple selectors should each be on a single line
  121 | ERROR | [x] Multiple selectors should each be on a single line
  121 | ERROR | [x] Multiple selectors should each be on a single line
  121 | ERROR | [x] Multiple selectors should each be on a single line
  122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  122 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  124 | ERROR | [x] Multiple selectors should each be on a single line
  124 | ERROR | [x] Multiple selectors should each be on a single line
  124 | ERROR | [x] Multiple selectors should each be on a single line
  124 | ERROR | [x] Multiple selectors should each be on a single line
  124 | ERROR | [x] Multiple selectors should each be on a single line
  125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  128 | ERROR | [x] Multiple selectors should each be on a single line
  128 | ERROR | [x] Multiple selectors should each be on a single line
  128 | ERROR | [x] Multiple selectors should each be on a single line
  129 | ERROR | [x] Multiple selectors should each be on a single line
  129 | ERROR | [x] Multiple selectors should each be on a single line
  129 | ERROR | [x] Multiple selectors should each be on a single line
  130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  130 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  140 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  143 | ERROR | [x] Multiple selectors should each be on a single line
  144 | ERROR | [x] Multiple selectors should each be on a single line
  145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  147 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  151 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  152 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  153 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  156 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
  157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  159 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  167 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  173 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  180 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  182 | ERROR | [x] Multiple selectors should each be on a single line
  182 | ERROR | [x] Multiple selectors should each be on a single line
  183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  183 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  186 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  187 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  188 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  191 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  198 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  199 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  200 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  202 | ERROR | [x] Multiple selectors should each be on a single line
  202 | ERROR | [x] Multiple selectors should each be on a single line
  203 | ERROR | [x] Multiple selectors should each be on a single line
  204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  204 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  205 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  208 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  214 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  215 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  218 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  219 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  222 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  226 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  227 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  228 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  229 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  232 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  233 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  234 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  237 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  238 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  239 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  242 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  243 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  243 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  244 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  245 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  247 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  248 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  251 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  252 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  254 | ERROR | [x] Multiple selectors should each be on a single line
  254 | ERROR | [x] Multiple selectors should each be on a single line
  255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  255 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  256 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  257 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  260 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  261 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  262 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  263 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  266 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  269 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  270 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  273 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  274 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  277 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  279 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  280 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  281 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  281 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  282 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  284 | ERROR | [x] Multiple selectors should each be on a single line
  285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  285 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  288 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  289 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  292 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  293 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  296 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  297 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  300 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  301 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  301 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  304 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  305 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  306 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  308 | ERROR | [x] Multiple selectors should each be on a single line
  308 | ERROR | [x] Multiple selectors should each be on a single line
  309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  309 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  310 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  313 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  314 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  315 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  318 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  319 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  322 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  325 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  326 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  327 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  327 | ERROR | [x] Whitespace found at end of line
  328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  328 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  329 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  332 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  335 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  335 | ERROR | [x] Whitespace found at end of line
  336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  336 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  337 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  340 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  343 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  343 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  344 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  345 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  346 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  352 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  355 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  356 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  359 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  360 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  363 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  368 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  374 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  380 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  383 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  384 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  387 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  388 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  391 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  394 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  395 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  395 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  396 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  397 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  400 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  406 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  410 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  414 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  419 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  419 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  423 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  423 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  424 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  424 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  427 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  427 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  430 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  430 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  433 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  433 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  434 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  434 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  436 | ERROR | [x] Whitespace found at end of line
  438 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  438 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  439 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  440 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  440 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  442 | ERROR | [x] Whitespace found at end of line
  444 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  444 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  445 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  445 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  447 | ERROR | [x] Multiple selectors should each be on a single line
  448 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  448 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  451 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  451 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  454 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  454 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  460 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  460 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  461 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  461 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  462 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  462 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  463 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  465 | ERROR | [x] Multiple selectors should each be on a single line
  465 | ERROR | [x] Multiple selectors should each be on a single line
  466 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  466 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  467 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  467 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  470 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  470 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  477 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  477 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  478 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  478 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  479 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  479 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  482 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  482 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  485 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  485 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  488 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  491 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  491 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  494 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  494 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  494 | ERROR | [x] Whitespace found at end of line
  496 | ERROR | [x] Multiple selectors should each be on a single line
  497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  497 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  498 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  498 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  501 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  504 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  507 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  510 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  510 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  511 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  512 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  512 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  512 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  514 | ERROR | [x] Multiple selectors should each be on a single line
  515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  515 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  518 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  522 | ERROR | [ ] More than 2 empty lines are not allowed
  525 | ERROR | [x] Multiple selectors should each be on a single line
  526 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  526 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  527 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  527 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  530 | ERROR | [x] Multiple selectors should each be on a single line
  531 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  531 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  534 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  534 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  536 | ERROR | [x] Multiple selectors should each be on a single line
  537 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  537 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  540 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  540 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  541 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  541 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  544 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  544 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  547 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  550 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  550 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  551 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  551 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  552 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  552 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  553 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  553 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  554 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  554 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  555 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  555 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  557 | ERROR | [x] Whitespace found at end of line
  559 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  559 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  560 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  560 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  562 | ERROR | [x] Multiple selectors should each be on a single line
  563 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  563 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  566 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  566 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  569 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  569 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  571 | ERROR | [x] Multiple selectors should each be on a single line
  572 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  572 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  573 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  573 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  575 | ERROR | [x] Multiple selectors should each be on a single line
  576 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  576 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  578 | ERROR | [x] Multiple selectors should each be on a single line
  579 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  579 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  580 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  580 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  581 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  581 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  582 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  582 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  583 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  583 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  584 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  584 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  585 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  585 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  587 | ERROR | [x] Multiple selectors should each be on a single line
  587 | ERROR | [x] Multiple selectors should each be on a single line
  587 | ERROR | [x] Multiple selectors should each be on a single line
  588 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  588 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  589 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  589 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  591 | ERROR | [x] Multiple selectors should each be on a single line
  592 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  592 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  593 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  593 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  594 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  594 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  597 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  597 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  601 | ERROR | [ ] More than 2 empty lines are not allowed
  605 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  605 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  606 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  606 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  607 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  607 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  608 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  608 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  611 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  611 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  612 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  612 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  615 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  615 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  616 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  616 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  617 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  617 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  618 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  618 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  621 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  621 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  624 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  624 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  628 | ERROR | [ ] More than 2 empty lines are not allowed
  631 | ERROR | [x] Multiple selectors should each be on a single line
  632 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  632 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  634 | ERROR | [x] Multiple selectors should each be on a single line
  635 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  635 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  637 | ERROR | [x] Multiple selectors should each be on a single line
  638 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  638 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  641 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  641 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  642 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  642 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  644 | ERROR | [x] Multiple selectors should each be on a single line
  645 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  645 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  647 | ERROR | [x] Multiple selectors should each be on a single line
  647 | ERROR | [x] Multiple selectors should each be on a single line
  648 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  648 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  650 | ERROR | [x] Multiple selectors should each be on a single line
  650 | ERROR | [x] Multiple selectors should each be on a single line
  650 | ERROR | [x] Multiple selectors should each be on a single line
  650 | ERROR | [x] Multiple selectors should each be on a single line
  651 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  651 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  652 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  652 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  655 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  655 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  656 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  656 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  657 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  657 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  658 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  658 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  659 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  659 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  662 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  662 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  665 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  665 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  666 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  666 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  667 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  667 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  669 | ERROR | [x] Multiple selectors should each be on a single line
  669 | ERROR | [x] Multiple selectors should each be on a single line
  670 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  670 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  671 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  671 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  673 | ERROR | [x] Multiple selectors should each be on a single line
  673 | ERROR | [x] Multiple selectors should each be on a single line
  674 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  674 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  675 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  675 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  677 | ERROR | [x] Multiple selectors should each be on a single line
  677 | ERROR | [x] Multiple selectors should each be on a single line
  678 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  678 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  680 | ERROR | [x] Multiple selectors should each be on a single line
  680 | ERROR | [x] Multiple selectors should each be on a single line
  681 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  681 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  684 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  684 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  685 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  685 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  686 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  686 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  687 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  687 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  689 | ERROR | [x] Multiple selectors should each be on a single line
  690 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  690 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  694 | ERROR | [ ] More than 2 empty lines are not allowed
  698 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  701 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  701 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  704 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  704 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  707 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  707 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  708 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  708 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  709 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  709 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  710 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  710 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  711 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  711 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  712 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  712 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  713 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  713 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  714 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  714 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  717 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  717 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  718 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  718 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  721 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  721 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  722 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  722 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  723 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  723 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  724 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  724 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  725 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  725 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  726 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  726 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  727 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  727 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  728 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  728 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  729 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  729 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  730 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  730 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  731 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  731 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  734 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  734 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  737 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  737 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  738 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  738 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  739 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  739 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  740 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  740 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  741 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  741 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  744 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  744 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  745 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  745 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  746 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  746 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  747 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  747 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  750 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  750 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  751 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  751 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  752 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  752 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  753 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  753 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  756 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  756 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  759 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  759 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  762 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  762 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  765 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  765 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  767 | ERROR | [x] Multiple selectors should each be on a single line
  768 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  768 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  771 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  771 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  772 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  772 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  773 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  773 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  774 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  774 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  775 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  775 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  776 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  776 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  779 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  779 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  782 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  782 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  783 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  783 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  786 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  786 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  787 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  787 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  790 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  790 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  793 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  793 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  794 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  794 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  797 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  797 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  798 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  798 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  801 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  801 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  806 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  806 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  807 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  807 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  808 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  808 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  809 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  809 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  810 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  810 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  811 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  811 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  812 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  812 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  815 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  815 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  816 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  816 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  821 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  821 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  822 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  822 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  825 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  825 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  828 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  828 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  831 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  831 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  835 | ERROR | [x] Multiple selectors should each be on a single line
  836 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  836 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  843 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  843 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  844 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  844 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  845 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  845 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  846 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  846 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  847 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  847 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  848 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  848 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  851 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  851 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  852 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  852 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  853 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  853 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  854 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  854 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  855 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  855 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  856 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  856 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  857 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  857 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  858 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  858 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  860 | ERROR | [x] Multiple selectors should each be on a single line
  861 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  861 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  862 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  862 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  865 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  865 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  866 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  866 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  873 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  873 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  876 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  876 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  879 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  879 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  885 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  885 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  886 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  886 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  889 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  889 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  890 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  890 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  893 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  893 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  896 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  896 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  898 | ERROR | [x] Multiple selectors should each be on a single line
  899 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  899 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  902 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  902 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  903 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  903 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  904 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  904 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  906 | ERROR | [x] Multiple selectors should each be on a single line
  906 | ERROR | [x] Multiple selectors should each be on a single line
  907 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  907 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  908 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  908 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  909 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  909 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  911 | ERROR | [x] Multiple selectors should each be on a single line
  912 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  912 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  915 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  915 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  918 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  918 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  928 | ERROR | [x] Multiple selectors should each be on a single line
  929 | ERROR | [x] Multiple selectors should each be on a single line
  940 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  940 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  941 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  941 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  943 | ERROR | [x] Multiple selectors should each be on a single line
  944 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  944 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  947 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  947 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  950 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  950 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  953 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  953 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  956 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  956 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  961 | ERROR | [x] Multiple selectors should each be on a single line
  961 | ERROR | [x] Multiple selectors should each be on a single line
  962 | ERROR | [x] Multiple selectors should each be on a single line
  962 | ERROR | [x] Multiple selectors should each be on a single line
  963 | ERROR | [x] Multiple selectors should each be on a single line
  964 | ERROR | [x] Multiple selectors should each be on a single line
  964 | ERROR | [x] Multiple selectors should each be on a single line
  965 | ERROR | [x] Multiple selectors should each be on a single line
  965 | ERROR | [x] Multiple selectors should each be on a single line
  965 | ERROR | [x] Multiple selectors should each be on a single line
  965 | ERROR | [x] Multiple selectors should each be on a single line
  966 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  966 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  967 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  967 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  970 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  970 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  971 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  971 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  978 | ERROR | [x] Opening brace should be the last content on the line
  978 | ERROR | [x] Closing brace of class definition must be on new line
  979 | ERROR | [x] Opening brace should be the last content on the line
  979 | ERROR | [x] Closing brace of class definition must be on new line
  980 | ERROR | [x] Opening brace should be the last content on the line
  980 | ERROR | [x] Closing brace of class definition must be on new line
  981 | ERROR | [x] Opening brace should be the last content on the line
  981 | ERROR | [x] Closing brace of class definition must be on new line
  982 | ERROR | [x] Opening brace should be the last content on the line
  982 | ERROR | [x] Closing brace of class definition must be on new line
  983 | ERROR | [x] Opening brace should be the last content on the line
  983 | ERROR | [x] Closing brace of class definition must be on new line
  984 | ERROR | [x] Opening brace should be the last content on the line
  984 | ERROR | [x] Closing brace of class definition must be on new line
  985 | ERROR | [x] Opening brace should be the last content on the line
  985 | ERROR | [x] Closing brace of class definition must be on new line
  986 | ERROR | [x] Opening brace should be the last content on the line
  986 | ERROR | [x] Closing brace of class definition must be on new line
  987 | ERROR | [x] Opening brace should be the last content on the line
  987 | ERROR | [x] Closing brace of class definition must be on new line
  990 | ERROR | [x] Opening brace should be the last content on the line
  990 | ERROR | [x] Closing brace of class definition must be on new line
  991 | ERROR | [x] Opening brace should be the last content on the line
  991 | ERROR | [x] Closing brace of class definition must be on new line
  992 | ERROR | [x] Opening brace should be the last content on the line
  992 | ERROR | [x] Closing brace of class definition must be on new line
  993 | ERROR | [x] Opening brace should be the last content on the line
  993 | ERROR | [x] Closing brace of class definition must be on new line
  994 | ERROR | [x] Opening brace should be the last content on the line
  994 | ERROR | [x] Closing brace of class definition must be on new line
  995 | ERROR | [x] Opening brace should be the last content on the line
  995 | ERROR | [x] Closing brace of class definition must be on new line
  996 | ERROR | [x] Opening brace should be the last content on the line
  996 | ERROR | [x] Closing brace of class definition must be on new line
  997 | ERROR | [x] Opening brace should be the last content on the line
  997 | ERROR | [x] Closing brace of class definition must be on new line
  998 | ERROR | [x] Opening brace should be the last content on the line
  998 | ERROR | [x] Closing brace of class definition must be on new line
  999 | ERROR | [x] Opening brace should be the last content on the line
  999 | ERROR | [x] Closing brace of class definition must be on new line
 1002 | ERROR | [x] Multiple selectors should each be on a single line
 1002 | ERROR | [x] Opening brace should be the last content on the line
 1002 | ERROR | [x] Closing brace of class definition must be on new line
 1003 | ERROR | [x] Multiple selectors should each be on a single line
 1003 | ERROR | [x] Opening brace should be the last content on the line
 1003 | ERROR | [x] Closing brace of class definition must be on new line
 1004 | ERROR | [x] Multiple selectors should each be on a single line
 1004 | ERROR | [x] Opening brace should be the last content on the line
 1004 | ERROR | [x] Closing brace of class definition must be on new line
 1005 | ERROR | [x] Multiple selectors should each be on a single line
 1005 | ERROR | [x] Opening brace should be the last content on the line
 1005 | ERROR | [x] Closing brace of class definition must be on new line
 1006 | ERROR | [x] Multiple selectors should each be on a single line
 1006 | ERROR | [x] Opening brace should be the last content on the line
 1006 | ERROR | [x] Closing brace of class definition must be on new line
 1008 | ERROR | [x] Multiple selectors should each be on a single line
 1008 | ERROR | [x] Opening brace should be the last content on the line
 1008 | ERROR | [ ] Style definitions must end with a semicolon
 1008 | ERROR | [x] CSS colors must be defined in lowercase; expected #f5d2e8 but found #F5D2E8
 1008 | ERROR | [x] Closing brace of class definition must be on new line
 1009 | ERROR | [x] Multiple selectors should each be on a single line
 1009 | ERROR | [x] Opening brace should be the last content on the line
 1009 | ERROR | [ ] Style definitions must end with a semicolon
 1009 | ERROR | [x] CSS colors must be defined in lowercase; expected #f5d2e8 but found #F5D2E8
 1009 | ERROR | [x] Closing brace of class definition must be on new line
 1010 | ERROR | [x] Multiple selectors should each be on a single line
 1010 | ERROR | [x] Opening brace should be the last content on the line
 1010 | ERROR | [ ] Style definitions must end with a semicolon
 1010 | ERROR | [x] CSS colors must be defined in lowercase; expected #f3f9a4 but found #F3F9A4
 1010 | ERROR | [x] Closing brace of class definition must be on new line
 1011 | ERROR | [x] Multiple selectors should each be on a single line
 1011 | ERROR | [x] Opening brace should be the last content on the line
 1011 | ERROR | [ ] Style definitions must end with a semicolon
 1011 | ERROR | [x] CSS colors must be defined in lowercase; expected #d3eaf5 but found #D3EAF5
 1011 | ERROR | [x] Closing brace of class definition must be on new line
 1012 | ERROR | [x] Multiple selectors should each be on a single line
 1012 | ERROR | [x] Opening brace should be the last content on the line
 1012 | ERROR | [ ] Style definitions must end with a semicolon
 1012 | ERROR | [x] CSS colors must be defined in lowercase; expected #d3d3d3 but found #D3D3D3
 1012 | ERROR | [x] Closing brace of class definition must be on new line
 1016 | ERROR | [x] Opening brace should be the last content on the line
 1016 | ERROR | [x] Closing brace of class definition must be on new line
 1017 | ERROR | [x] Opening brace should be the last content on the line
 1017 | ERROR | [x] Closing brace of class definition must be on new line
 1018 | ERROR | [x] Opening brace should be the last content on the line
 1018 | ERROR | [x] Closing brace of class definition must be on new line
 1019 | ERROR | [x] Opening brace should be the last content on the line
 1019 | ERROR | [x] Closing brace of class definition must be on new line
 1020 | ERROR | [x] Opening brace should be the last content on the line
 1020 | ERROR | [x] Closing brace of class definition must be on new line
 1023 | ERROR | [x] Multiple selectors should each be on a single line
 1023 | ERROR | [x] Opening brace should be the last content on the line
 1023 | ERROR | [x] Closing brace of class definition must be on new line
 1024 | ERROR | [x] Multiple selectors should each be on a single line
 1024 | ERROR | [x] Opening brace should be the last content on the line
 1024 | ERROR | [x] Closing brace of class definition must be on new line
 1025 | ERROR | [x] Multiple selectors should each be on a single line
 1025 | ERROR | [x] Opening brace should be the last content on the line
 1025 | ERROR | [x] Closing brace of class definition must be on new line
 1026 | ERROR | [x] Multiple selectors should each be on a single line
 1026 | ERROR | [x] Opening brace should be the last content on the line
 1026 | ERROR | [x] Closing brace of class definition must be on new line
 1027 | ERROR | [x] Multiple selectors should each be on a single line
 1027 | ERROR | [x] Opening brace should be the last content on the line
 1027 | ERROR | [x] Closing brace of class definition must be on new line
 1030 | ERROR | [x] Opening brace should be the last content on the line
 1030 | ERROR | [x] Each style definition must be on a line by itself
 1030 | ERROR | [x] Closing brace of class definition must be on new line
 1031 | ERROR | [x] Opening brace should be the last content on the line
 1031 | ERROR | [x] Each style definition must be on a line by itself
 1031 | ERROR | [x] Closing brace of class definition must be on new line
 1032 | ERROR | [x] Opening brace should be the last content on the line
 1032 | ERROR | [x] Each style definition must be on a line by itself
 1032 | ERROR | [x] Closing brace of class definition must be on new line
 1033 | ERROR | [x] Opening brace should be the last content on the line
 1033 | ERROR | [x] Each style definition must be on a line by itself
 1033 | ERROR | [x] Closing brace of class definition must be on new line
 1034 | ERROR | [x] Opening brace should be the last content on the line
 1034 | ERROR | [x] Each style definition must be on a line by itself
 1034 | ERROR | [x] Closing brace of class definition must be on new line
 1035 | ERROR | [x] Opening brace should be the last content on the line
 1035 | ERROR | [x] Each style definition must be on a line by itself
 1035 | ERROR | [x] Closing brace of class definition must be on new line
 1036 | ERROR | [x] Opening brace should be the last content on the line
 1036 | ERROR | [x] Each style definition must be on a line by itself
 1036 | ERROR | [x] Closing brace of class definition must be on new line
 1037 | ERROR | [x] Opening brace should be the last content on the line
 1037 | ERROR | [x] Each style definition must be on a line by itself
 1037 | ERROR | [x] Closing brace of class definition must be on new line
 1038 | ERROR | [x] Opening brace should be the last content on the line
 1038 | ERROR | [x] Each style definition must be on a line by itself
 1038 | ERROR | [x] Closing brace of class definition must be on new line
 1041 | ERROR | [x] Multiple selectors should each be on a single line
 1041 | ERROR | [x] Opening brace should be the last content on the line
 1041 | ERROR | [x] Closing brace of class definition must be on new line
 1042 | ERROR | [x] Multiple selectors should each be on a single line
 1042 | ERROR | [x] Opening brace should be the last content on the line
 1042 | ERROR | [x] Closing brace of class definition must be on new line
 1043 | ERROR | [x] Multiple selectors should each be on a single line
 1043 | ERROR | [x] Opening brace should be the last content on the line
 1043 | ERROR | [x] Closing brace of class definition must be on new line
 1044 | ERROR | [x] Multiple selectors should each be on a single line
 1044 | ERROR | [x] Opening brace should be the last content on the line
 1044 | ERROR | [x] Closing brace of class definition must be on new line
 1045 | ERROR | [x] Multiple selectors should each be on a single line
 1045 | ERROR | [x] Opening brace should be the last content on the line
 1045 | ERROR | [x] Closing brace of class definition must be on new line
 1046 | ERROR | [x] Multiple selectors should each be on a single line
 1046 | ERROR | [x] Opening brace should be the last content on the line
 1046 | ERROR | [x] Closing brace of class definition must be on new line
 1047 | ERROR | [x] Multiple selectors should each be on a single line
 1047 | ERROR | [x] Opening brace should be the last content on the line
 1047 | ERROR | [x] Closing brace of class definition must be on new line
 1048 | ERROR | [x] Multiple selectors should each be on a single line
 1048 | ERROR | [x] Opening brace should be the last content on the line
 1048 | ERROR | [x] Closing brace of class definition must be on new line
 1049 | ERROR | [x] Multiple selectors should each be on a single line
 1049 | ERROR | [x] Opening brace should be the last content on the line
 1049 | ERROR | [x] Closing brace of class definition must be on new line
 1052 | ERROR | [x] Opening brace should be the last content on the line
 1052 | ERROR | [x] Closing brace of class definition must be on new line
 1053 | ERROR | [x] Opening brace should be the last content on the line
 1053 | ERROR | [x] Closing brace of class definition must be on new line
 1054 | ERROR | [x] Opening brace should be the last content on the line
 1054 | ERROR | [x] Closing brace of class definition must be on new line
 1055 | ERROR | [x] Opening brace should be the last content on the line
 1055 | ERROR | [x] Closing brace of class definition must be on new line
 1056 | ERROR | [x] Opening brace should be the last content on the line
 1056 | ERROR | [x] Closing brace of class definition must be on new line
 1057 | ERROR | [x] Opening brace should be the last content on the line
 1057 | ERROR | [x] Closing brace of class definition must be on new line
 1058 | ERROR | [x] Opening brace should be the last content on the line
 1058 | ERROR | [x] Closing brace of class definition must be on new line
 1059 | ERROR | [x] Opening brace should be the last content on the line
 1059 | ERROR | [x] Closing brace of class definition must be on new line
 1060 | ERROR | [x] Opening brace should be the last content on the line
 1060 | ERROR | [x] Closing brace of class definition must be on new line
 1063 | ERROR | [x] Opening brace should be the last content on the line
 1063 | ERROR | [x] Closing brace of class definition must be on new line
 1064 | ERROR | [x] Opening brace should be the last content on the line
 1064 | ERROR | [x] Closing brace of class definition must be on new line
 1065 | ERROR | [x] Opening brace should be the last content on the line
 1065 | ERROR | [x] Closing brace of class definition must be on new line
 1066 | ERROR | [x] Opening brace should be the last content on the line
 1066 | ERROR | [x] Closing brace of class definition must be on new line
 1067 | ERROR | [x] Opening brace should be the last content on the line
 1067 | ERROR | [x] Closing brace of class definition must be on new line
 1068 | ERROR | [x] Opening brace should be the last content on the line
 1068 | ERROR | [x] Closing brace of class definition must be on new line
 1069 | ERROR | [x] Opening brace should be the last content on the line
 1069 | ERROR | [x] Closing brace of class definition must be on new line
 1070 | ERROR | [x] Opening brace should be the last content on the line
 1070 | ERROR | [x] Closing brace of class definition must be on new line
 1071 | ERROR | [x] Opening brace should be the last content on the line
 1071 | ERROR | [x] Closing brace of class definition must be on new line
 1074 | ERROR | [x] Multiple selectors should each be on a single line
 1074 | ERROR | [x] Opening brace should be the last content on the line
 1074 | ERROR | [x] Each style definition must be on a line by itself
 1074 | ERROR | [x] Closing brace of class definition must be on new line
 1075 | ERROR | [x] Multiple selectors should each be on a single line
 1075 | ERROR | [x] Opening brace should be the last content on the line
 1075 | ERROR | [x] Each style definition must be on a line by itself
 1075 | ERROR | [x] Closing brace of class definition must be on new line
 1076 | ERROR | [x] Multiple selectors should each be on a single line
 1076 | ERROR | [x] Opening brace should be the last content on the line
 1076 | ERROR | [x] Each style definition must be on a line by itself
 1076 | ERROR | [x] Closing brace of class definition must be on new line
 1077 | ERROR | [x] Multiple selectors should each be on a single line
 1077 | ERROR | [x] Opening brace should be the last content on the line
 1077 | ERROR | [x] Each style definition must be on a line by itself
 1077 | ERROR | [x] Closing brace of class definition must be on new line
 1078 | ERROR | [x] Multiple selectors should each be on a single line
 1078 | ERROR | [x] Opening brace should be the last content on the line
 1078 | ERROR | [x] Each style definition must be on a line by itself
 1078 | ERROR | [x] Closing brace of class definition must be on new line
 1081 | ERROR | [x] Opening brace should be the last content on the line
 1081 | ERROR | [x] Closing brace of class definition must be on new line
 1082 | ERROR | [x] Opening brace should be the last content on the line
 1082 | ERROR | [x] Closing brace of class definition must be on new line
 1083 | ERROR | [x] Opening brace should be the last content on the line
 1083 | ERROR | [x] Closing brace of class definition must be on new line
 1084 | ERROR | [x] Opening brace should be the last content on the line
 1084 | ERROR | [x] Closing brace of class definition must be on new line
 1085 | ERROR | [x] Opening brace should be the last content on the line
 1085 | ERROR | [x] Closing brace of class definition must be on new line
 1093 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1093 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1109 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1121 | ERROR | [ ] More than 2 empty lines are not allowed
 1125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1125 | ERROR | [x] Multiple selectors should each be on a single line
 1125 | ERROR | [x] Multiple selectors should each be on a single line
 1125 | ERROR | [x] Multiple selectors should each be on a single line
 1125 | ERROR | [x] Multiple selectors should each be on a single line
 1125 | ERROR | [x] Multiple selectors should each be on a single line
 1125 | ERROR | [x] Multiple selectors should each be on a single line
 1126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1126 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1128 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1129 | ERROR | [x] Multiple selectors should each be on a single line
 1129 | ERROR | [x] Multiple selectors should each be on a single line
 1129 | ERROR | [x] Multiple selectors should each be on a single line
 1129 | ERROR | [x] Multiple selectors should each be on a single line
 1129 | ERROR | [x] Multiple selectors should each be on a single line
 1130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1132 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1135 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1135 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1136 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1138 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1139 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1140 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1145 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1146 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1147 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1149 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1150 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1151 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1152 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1152 | ERROR | [x] Multiple selectors should each be on a single line
 1152 | ERROR | [x] Whitespace found at end of line
 1153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1153 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1153 | ERROR | [x] Multiple selectors should each be on a single line
 1154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1154 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1155 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1156 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1158 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1159 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1161 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1163 | ERROR | [x] Multiple selectors should each be on a single line
 1164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1164 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1165 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1169 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1170 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1172 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1173 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1175 | ERROR | [x] Multiple selectors should each be on a single line
 1176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1176 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1178 | ERROR | [x] Multiple selectors should each be on a single line
 1178 | ERROR | [x] Multiple selectors should each be on a single line
 1178 | ERROR | [x] Multiple selectors should each be on a single line
 1178 | ERROR | [x] Multiple selectors should each be on a single line
 1178 | ERROR | [x] Whitespace found at end of line
 1179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1179 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1179 | ERROR | [x] Multiple selectors should each be on a single line
 1179 | ERROR | [x] Multiple selectors should each be on a single line
 1180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1180 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1181 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1182 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1182 | ERROR | [x] Multiple selectors should each be on a single line
 1183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1183 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1184 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1185 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1186 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1188 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1189 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1190 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1190 | ERROR | [x] Multiple selectors should each be on a single line
 1191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1191 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1192 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1193 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1194 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1195 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1196 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1197 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1198 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1199 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1200 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1201 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1203 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1203 | ERROR | [x] Multiple selectors should each be on a single line
 1204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1204 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1205 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1206 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1207 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1208 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1209 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1210 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1210 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1212 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1213 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1214 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1215 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1217 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1218 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1219 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1220 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1221 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1222 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1222 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1224 | ERROR | [x] Multiple selectors should each be on a single line
 1224 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
 1224 | ERROR | [x] Multiple selectors should each be on a single line
 1225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1225 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1226 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1227 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1228 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1229 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1230 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1231 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1231 | ERROR | [x] Multiple selectors should each be on a single line
 1232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1232 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1233 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1234 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1235 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1236 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1237 | ERROR | [x] Expected 1 newline at end of file; 2 found
 1238 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1462 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_slider-full.css
--------------------------------------------------------------------------------------
FOUND 176 ERRORS AFFECTING 87 LINES
--------------------------------------------------------------------------------------
   4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   6 | ERROR | [x] Multiple selectors should each be on a single line
   7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  60 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  61 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  91 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
  92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 100 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 109 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 112 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 113 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 116 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 122 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 129 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 132 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 137 | ERROR | [x] Opening brace should be the last content on the line
 137 | ERROR | [x] Closing brace of class definition must be on new line
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 176 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/_font-montserrat.css
-----------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 4 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  9 | ERROR | [x] Multiple selectors should each be on a single line
  9 | ERROR | [x] Multiple selectors should each be on a single line
 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 11 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/_font-open-sans.css
-----------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 4 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  9 | ERROR | [x] Multiple selectors should each be on a single line
  9 | ERROR | [x] Multiple selectors should each be on a single line
 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 11 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/_font-merriweather.css
-----------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  9 | ERROR | [x] Multiple selectors should each be on a single line
  9 | ERROR | [x] Multiple selectors should each be on a single line
 10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 11 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/_toolbarfix.css
----------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
 2 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 2 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 3 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/yui/README.txt
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 4 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/yui/grids-responsive-min.css
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/yui/pure.css
-------------------------------------------------------------------------
FOUND 389 ERRORS AFFECTING 388 LINES
-------------------------------------------------------------------------
  13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  36 | 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
  46 | 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
  55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  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] Line indented incorrectly; expected 2 spaces, found 4
  85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 122 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 130 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 134 | 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
 141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 151 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 167 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 169 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 172 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 173 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 226 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 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
 233 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 237 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 241 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 245 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 248 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 251 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 255 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 258 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 262 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 266 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 269 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 273 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 276 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 280 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 283 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 287 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 290 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 294 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 298 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 301 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 305 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 308 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 311 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 315 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 319 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 323 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 326 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 332 | 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
 337 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 338 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 339 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 340 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 341 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 342 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 343 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 344 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 347 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 348 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 351 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 352 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 356 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 359 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 360 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 361 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 362 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 365 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 366 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 367 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 368 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 369 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 370 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 371 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 372 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 377 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 380 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 384 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 385 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 392 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 393 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 394 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 395 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 396 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 397 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 400 | 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
 410 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 411 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 412 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 415 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 416 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 419 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 420 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 421 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 439 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 440 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 441 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 442 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 443 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 444 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 445 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 448 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 449 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 450 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 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
 456 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 474 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 475 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 478 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 479 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 484 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 485 | 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
 508 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 509 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 510 | 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
 515 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 520 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 521 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 522 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 527 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 528 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 533 | 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
 538 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 541 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 544 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 548 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 549 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 552 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 553 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 554 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 555 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 556 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 557 | 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
 581 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 582 | 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
 592 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 595 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 598 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 599 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 600 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 601 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 602 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 605 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 609 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 610 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 613 | 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
 626 | 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
 636 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 637 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 638 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 642 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 643 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 644 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 647 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 650 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 653 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 656 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 659 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 662 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 665 | 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
 671 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 672 | 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
 680 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 681 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 682 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 683 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 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
 693 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 694 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 695 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 696 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 697 | 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 4 spaces, found 8
 700 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 701 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 702 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 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
 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
 710 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 711 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 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
 715 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 716 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 717 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 718 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 719 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 720 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 721 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 722 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 723 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 724 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 725 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 726 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 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
 730 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 731 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 732 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
 733 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 736 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 739 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 740 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 741 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 742 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 746 | 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
 751 | 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
 756 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 760 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 761 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 762 | 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
 769 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 774 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 775 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 778 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 781 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 782 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 783 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 784 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 785 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 786 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 787 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 790 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 791 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 792 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 796 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 797 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 800 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 801 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 802 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 805 | 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
 812 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 815 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 818 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 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
 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
 830 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 831 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 832 | 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
 839 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 840 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 843 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 846 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 850 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 853 | 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
 862 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 866 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 869 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 870 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 871 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 871 | ERROR | [ ] Style definitions must end with a semicolon
 872 | 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
 878 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 882 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 883 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 884 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 885 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 886 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 887 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 890 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 891 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 892 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 893 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 896 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 899 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 902 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 905 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 908 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 912 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 913 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 916 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
-------------------------------------------------------------------------
PHPCBF CAN FIX THE 388 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/yui/pure-min.css
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_bicons.css
-----------------------------------------------------------------------------------
FOUND 49 ERRORS AFFECTING 24 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  5 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  8 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 29 | ERROR | [x] Opening brace should be the last content on the line
 29 | ERROR | [x] Closing brace of class definition must be on new line
 30 | ERROR | [x] Opening brace should be the last content on the line
 30 | ERROR | [x] Closing brace of class definition must be on new line
 30 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
 31 | ERROR | [x] Opening brace should be the last content on the line
 31 | ERROR | [x] Closing brace of class definition must be on new line
 32 | ERROR | [x] Opening brace should be the last content on the line
 32 | ERROR | [x] Closing brace of class definition must be on new line
 32 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
 33 | ERROR | [x] Opening brace should be the last content on the line
 33 | ERROR | [x] Closing brace of class definition must be on new line
 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 49 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/_font-roboto.css
-----------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 4 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  9 | ERROR | [x] Multiple selectors should each be on a single line
  9 | ERROR | [x] Multiple selectors should each be on a single line
 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 11 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/_cart.css
-----------------------------------------------------------------------------------
FOUND 35 ERRORS AFFECTING 18 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  3 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  6 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 35 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/x_picons.css
--------------------------------------------------------------------------------------
FOUND 167 ERRORS AFFECTING 85 LINES
--------------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  90 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 109 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 110 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 122 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 130 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 141 | ERROR | [x] Expected 1 space before opening brace of class definition; 2 found
 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 142 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 147 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 151 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 152 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 155 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 156 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 159 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 165 | ERROR | [x] Whitespace found at end of line
 169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 169 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 181 | ERROR | [x] Opening brace should be the last content on the line
 181 | ERROR | [x] Closing brace of class definition must be on new line
 182 | ERROR | [x] Opening brace should be the last content on the line
 182 | ERROR | [x] Closing brace of class definition must be on new line
 183 | ERROR | [x] Opening brace should be the last content on the line
 183 | ERROR | [x] Closing brace of class definition must be on new line
 184 | ERROR | [x] Opening brace should be the last content on the line
 184 | ERROR | [x] Closing brace of class definition must be on new line
 186 | ERROR | [x] Opening brace should be the last content on the line
 186 | ERROR | [x] Closing brace of class definition must be on new line
 187 | ERROR | [x] Opening brace should be the last content on the line
 187 | ERROR | [x] Closing brace of class definition must be on new line
 188 | ERROR | [x] Opening brace should be the last content on the line
 188 | ERROR | [x] Closing brace of class definition must be on new line
 189 | ERROR | [x] Opening brace should be the last content on the line
 189 | ERROR | [x] Closing brace of class definition must be on new line
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 167 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/css/components/progress.css
----------------------------------------------------------------------------------
FOUND 24 ERRORS AFFECTING 12 LINES
----------------------------------------------------------------------------------
 28 | ERROR | [ ] Style definition is empty
 28 | ERROR | [x] Expected 1 space after colon in style definition; newline found
 29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 29 | ERROR | [ ] No style definition found on line; check for missing colon
 30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 30 | ERROR | [ ] No style definition found on line; check for missing colon
 31 | ERROR | [ ] Style definition is empty
 31 | ERROR | [x] Expected 1 space after colon in style definition; newline found
 32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 32 | ERROR | [ ] No style definition found on line; check for missing colon
 33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 33 | ERROR | [ ] No style definition found on line; check for missing colon
 57 | ERROR | [x] Opening brace should be the last content on the line
 57 | ERROR | [x] Closing brace of class definition must be on new line
 58 | ERROR | [x] Opening brace should be the last content on the line
 58 | ERROR | [x] Closing brace of class definition must be on new line
 62 | ERROR | [x] Opening brace should be the last content on the line
 62 | ERROR | [x] Closing brace of class definition must be on new line
 63 | ERROR | [x] Opening brace should be the last content on the line
 63 | ERROR | [x] Closing brace of class definition must be on new line
 67 | ERROR | [x] Opening brace should be the last content on the line
 67 | ERROR | [x] Closing brace of class definition must be on new line
 68 | ERROR | [x] Opening brace should be the last content on the line
 68 | ERROR | [x] Closing brace of class definition must be on new line
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/_custom/README.txt
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 7 | WARNING | Line exceeds 80 characters; contains 87 characters
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/abc/_custom/example.custom-style.css
-----------------------------------------------------------------------------
FOUND 183 ERRORS AFFECTING 114 LINES
-----------------------------------------------------------------------------
   4 | ERROR | [x] Whitespace found at end of line
   5 | ERROR | [x] Whitespace found at end of line
  11 | ERROR | [x] Whitespace found at end of line
  16 | ERROR | [ ] More than 2 empty lines are not allowed
  17 | ERROR | [x] Whitespace found at end of line
  20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  30 | ERROR | [x] Whitespace found at end of line
  80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 138 | ERROR | [x] Whitespace found at end of line
 139 | ERROR | [x] Whitespace found at end of line
 140 | ERROR | [x] Whitespace found at end of line
 153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 160 | ERROR | [x] Whitespace found at end of line
 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 165 | ERROR | [x] Whitespace found at end of line
 167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 167 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 191 | ERROR | [x] Multiple selectors should each be on a single line
 192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 192 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 206 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 319 | ERROR | [x] Multiple selectors should each be on a single line
 319 | ERROR | [x] Multiple selectors should each be on a single line
 320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 322 | ERROR | [x] Multiple selectors should each be on a single line
 322 | ERROR | [x] Multiple selectors should each be on a single line
 322 | ERROR | [x] Multiple selectors should each be on a single line
 322 | ERROR | [x] Multiple selectors should each be on a single line
 322 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 323 | ERROR | [x] Multiple selectors should each be on a single line
 324 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
 327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 327 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 328 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 329 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 330 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 331 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 332 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 333 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 334 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 335 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 336 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 337 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 338 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 339 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 340 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 341 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 342 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 343 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 344 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 345 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 346 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 347 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 348 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 349 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 350 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 351 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 352 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 356 | ERROR | [ ] More than 2 empty lines are not allowed
 362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 362 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 362 | ERROR | [x] Multiple selectors should each be on a single line
 362 | ERROR | [x] Multiple selectors should each be on a single line
 362 | ERROR | [x] Multiple selectors should each be on a single line
 363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 363 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 364 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 366 | ERROR | [x] Whitespace found at end of line
 368 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 372 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
 372 | ERROR | [x] Whitespace found at end of line
 380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 380 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 381 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 382 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 383 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 384 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 384 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 385 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 386 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 389 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 390 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 391 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 392 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 393 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 394 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 181 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------

Time: 1.62 secs; Memory: 26MB

Steps to reproduce

Run the command,
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml abc/

Proposed resolution

Fix the PHPCS issues.

🐛 Bug report
Status

Active

Version

1.19

Component

Code

Created by

🇮🇳India abhiyanshu

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024