Fix issues reported by PHPCS

Created on 23 January 2025, 3 months 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 black_hole/

FILE: /var/www/web/themes/contrib/black_hole/Readme.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 20 WARNINGS AFFECTING 20 LINES
----------------------------------------------------------------------
  19 | WARNING | Line exceeds 80 characters; contains 148 characters
  20 | WARNING | Line exceeds 80 characters; contains 87 characters
  31 | WARNING | Line exceeds 80 characters; contains 192 characters
  51 | WARNING | Line exceeds 80 characters; contains 183 characters
  56 | WARNING | Line exceeds 80 characters; contains 81 characters
  67 | WARNING | Line exceeds 80 characters; contains 113 characters
  85 | WARNING | Line exceeds 80 characters; contains 96 characters
  91 | WARNING | Line exceeds 80 characters; contains 144 characters
  94 | WARNING | Line exceeds 80 characters; contains 218 characters
  95 | WARNING | Line exceeds 80 characters; contains 128 characters
  99 | WARNING | Line exceeds 80 characters; contains 160 characters
 101 | WARNING | Line exceeds 80 characters; contains 181 characters
 104 | WARNING | Line exceeds 80 characters; contains 174 characters
 110 | WARNING | Line exceeds 80 characters; contains 177 characters
 112 | WARNING | Line exceeds 80 characters; contains 258 characters
 113 | WARNING | Line exceeds 80 characters; contains 279 characters
 121 | WARNING | Line exceeds 80 characters; contains 235 characters
 122 | WARNING | Line exceeds 80 characters; contains 121 characters
 123 | WARNING | Line exceeds 80 characters; contains 101 characters
 157 | WARNING | Line exceeds 80 characters; contains 123 characters
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/theme-settings.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 147 ERRORS AND 18 WARNINGS AFFECTING 160 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
  27 | ERROR   | [x] Comments may not appear after statements
  29 | ERROR   | [x] Short array syntax must be used to define arrays
  33 | WARNING | [x] A comma should follow the last multiline array item. Found: )
  35 | ERROR   | [x] Short array syntax must be used to define arrays
  42 | ERROR   | [x] Short array syntax must be used to define arrays
  47 | ERROR   | [x] Short array syntax must be used to define arrays
  55 | ERROR   | [x] Short array syntax must be used to define arrays
  60 | ERROR   | [x] Short array syntax must be used to define arrays
  68 | ERROR   | [x] Short array syntax must be used to define arrays
  73 | ERROR   | [x] Short array syntax must be used to define arrays
  83 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
  84 | ERROR   | [x] Short array syntax must be used to define arrays
  89 | ERROR   | [x] Short array syntax must be used to define arrays
  93 | ERROR   | [x] Short array syntax must be used to define arrays
 109 | ERROR   | [x] Short array syntax must be used to define arrays
 114 | ERROR   | [x] Short array syntax must be used to define arrays
 118 | ERROR   | [x] Short array syntax must be used to define arrays
 124 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 126 | ERROR   | [x] Short array syntax must be used to define arrays
 130 | ERROR   | [x] Short array syntax must be used to define arrays
 134 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 136 | ERROR   | [x] Short array syntax must be used to define arrays
 142 | ERROR   | [x] Short array syntax must be used to define arrays
 146 | ERROR   | [x] Short array syntax must be used to define arrays
 151 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 153 | ERROR   | [x] Short array syntax must be used to define arrays
 157 | ERROR   | [x] Short array syntax must be used to define arrays
 163 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 165 | ERROR   | [x] Short array syntax must be used to define arrays
 169 | ERROR   | [x] Short array syntax must be used to define arrays
 173 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 175 | ERROR   | [x] Short array syntax must be used to define arrays
 180 | ERROR   | [x] Short array syntax must be used to define arrays
 184 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 186 | ERROR   | [x] Short array syntax must be used to define arrays
 190 | ERROR   | [x] Short array syntax must be used to define arrays
 194 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 196 | ERROR   | [x] Short array syntax must be used to define arrays
 202 | ERROR   | [x] Short array syntax must be used to define arrays
 208 | ERROR   | [x] Short array syntax must be used to define arrays
 215 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 216 | ERROR   | [x] Short array syntax must be used to define arrays
 221 | ERROR   | [x] Short array syntax must be used to define arrays
 227 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 228 | ERROR   | [x] Short array syntax must be used to define arrays
 233 | ERROR   | [x] Short array syntax must be used to define arrays
 238 | ERROR   | [x] Short array syntax must be used to define arrays
 244 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 246 | ERROR   | [x] Short array syntax must be used to define arrays
 251 | ERROR   | [x] Short array syntax must be used to define arrays
 257 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 259 | ERROR   | [x] Short array syntax must be used to define arrays
 264 | ERROR   | [x] Short array syntax must be used to define arrays
 270 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 272 | ERROR   | [x] Short array syntax must be used to define arrays
 279 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 280 | ERROR   | [x] Short array syntax must be used to define arrays
 285 | ERROR   | [x] Short array syntax must be used to define arrays
 289 | ERROR   | [x] Short array syntax must be used to define arrays
 292 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 294 | ERROR   | [x] Short array syntax must be used to define arrays
 298 | ERROR   | [x] Short array syntax must be used to define arrays
 301 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 304 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 305 | ERROR   | [x] Short array syntax must be used to define arrays
 310 | ERROR   | [x] Short array syntax must be used to define arrays
 316 | ERROR   | [x] Short array syntax must be used to define arrays
 322 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 322 | ERROR   | [x] Short array syntax must be used to define arrays
 323 | ERROR   | [x] Array indentation error, expected 6 spaces but found 4
 324 | ERROR   | [x] Array closing indentation error, expected 4 spaces but found 2
 325 | ERROR   | [x] Short array syntax must be used to define arrays
 329 | ERROR   | [x] Short array syntax must be used to define arrays
 332 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 334 | ERROR   | [x] Short array syntax must be used to define arrays
 341 | ERROR   | [x] Short array syntax must be used to define arrays
 346 | ERROR   | [x] Short array syntax must be used to define arrays
 351 | ERROR   | [x] Short array syntax must be used to define arrays
 356 | ERROR   | [x] Short array syntax must be used to define arrays
 361 | ERROR   | [x] Short array syntax must be used to define arrays
 366 | ERROR   | [x] Short array syntax must be used to define arrays
 371 | ERROR   | [x] Short array syntax must be used to define arrays
 376 | ERROR   | [x] Short array syntax must be used to define arrays
 381 | 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
 396 | ERROR   | [x] Short array syntax must be used to define arrays
 401 | ERROR   | [x] Short array syntax must be used to define arrays
 406 | ERROR   | [x] Short array syntax must be used to define arrays
 411 | ERROR   | [x] Short array syntax must be used to define arrays
 416 | ERROR   | [x] Short array syntax must be used to define arrays
 421 | ERROR   | [x] Short array syntax must be used to define arrays
 426 | ERROR   | [x] Short array syntax must be used to define arrays
 431 | ERROR   | [x] Short array syntax must be used to define arrays
 436 | ERROR   | [x] Short array syntax must be used to define arrays
 441 | ERROR   | [x] Short array syntax must be used to define arrays
 446 | ERROR   | [x] Short array syntax must be used to define arrays
 451 | ERROR   | [x] Short array syntax must be used to define arrays
 456 | ERROR   | [x] Short array syntax must be used to define arrays
 461 | ERROR   | [x] Short array syntax must be used to define arrays
 466 | ERROR   | [x] Short array syntax must be used to define arrays
 471 | ERROR   | [x] Short array syntax must be used to define arrays
 476 | ERROR   | [x] Short array syntax must be used to define arrays
 481 | ERROR   | [x] Short array syntax must be used to define arrays
 486 | ERROR   | [x] Short array syntax must be used to define arrays
 491 | ERROR   | [x] Short array syntax must be used to define arrays
 496 | ERROR   | [x] Short array syntax must be used to define arrays
 501 | ERROR   | [x] Short array syntax must be used to define arrays
 506 | ERROR   | [x] Short array syntax must be used to define arrays
 511 | ERROR   | [x] Short array syntax must be used to define arrays
 516 | ERROR   | [x] Short array syntax must be used to define arrays
 521 | ERROR   | [x] Short array syntax must be used to define arrays
 526 | ERROR   | [x] Short array syntax must be used to define arrays
 531 | ERROR   | [x] Short array syntax must be used to define arrays
 536 | 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
 587 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 588 | ERROR   | [x] Short array syntax must be used to define arrays
 593 | ERROR   | [x] Short array syntax must be used to define arrays
 599 | ERROR   | [x] Short array syntax must be used to define arrays
 604 | ERROR   | [x] Short array syntax must be used to define arrays
 609 | ERROR   | [x] Short array syntax must be used to define arrays
 614 | ERROR   | [x] Short array syntax must be used to define arrays
 619 | ERROR   | [x] Short array syntax must be used to define arrays
 624 | ERROR   | [x] Short array syntax must be used to define arrays
 629 | ERROR   | [x] Short array syntax must be used to define arrays
 634 | ERROR   | [x] Short array syntax must be used to define arrays
 639 | ERROR   | [x] Short array syntax must be used to define arrays
 644 | ERROR   | [x] Short array syntax must be used to define arrays
 649 | ERROR   | [x] Short array syntax must be used to define arrays
 654 | ERROR   | [x] Short array syntax must be used to define arrays
 660 | ERROR   | [x] Short array syntax must be used to define arrays
 665 | ERROR   | [x] Short array syntax must be used to define arrays
 670 | ERROR   | [x] Short array syntax must be used to define arrays
 677 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 678 | ERROR   | [x] Short array syntax must be used to define arrays
 683 | ERROR   | [x] Short array syntax must be used to define arrays
 689 | ERROR   | [x] Short array syntax must be used to define arrays
 695 | ERROR   | [x] Short array syntax must be used to define arrays
 701 | ERROR   | [x] Short array syntax must be used to define arrays
 703 | WARNING | [ ] Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
 708 | ERROR   | [x] Short array syntax must be used to define arrays
 713 | ERROR   | [x] Short array syntax must be used to define arrays
 719 | ERROR   | [x] Short array syntax must be used to define arrays
 726 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 726 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 727 | ERROR   | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 161 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/black_hole.theme
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 275 ERRORS AND 16 WARNINGS AFFECTING 190 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
  54 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 1
  74 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  75 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  75 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 3
  76 | ERROR   | [x] Object operator not indented correctly; expected 5 spaces but found 6
  87 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
 130 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 135 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 137 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 137 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 138 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 139 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 140 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 140 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 141 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 142 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 144 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 144 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 145 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 146 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 147 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 147 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 148 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 149 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 150 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 150 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 151 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 152 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 154 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 154 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 155 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 155 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 156 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 157 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 157 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 158 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 158 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 159 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 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] Spaces must be used to indent lines; tabs are not allowed
 161 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 162 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 164 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 164 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 165 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 165 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 166 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 167 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 167 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 168 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 168 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 169 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 170 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 170 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 171 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 171 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 172 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 173 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 173 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 174 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 174 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 175 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 176 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 176 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 177 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 177 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 178 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 179 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 182 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 185 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 189 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 190 | WARNING | [ ] Line exceeds 80 characters; contains 125 characters
 190 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 190 | ERROR   | [x] Comments may not appear after statements
 194 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 196 | ERROR   | [x] Expected 1 blank line after function; 2 found
 204 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 205 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 205 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 205 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 210 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 211 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 211 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 211 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 212 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 212 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 212 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 213 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 213 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 213 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 214 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 214 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 214 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 215 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 215 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 215 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 216 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 216 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 216 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 217 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 217 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 1
 217 | ERROR   | [x] Array indentation error, expected 4 spaces but found 1
 220 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 222 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 222 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 269 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 269 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 286 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 286 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 293 | ERROR   | [x] No space found before comment text; expected "// *** Pure Grid settings" but found "//*** Pure Grid settings"
 293 | ERROR   | [x] Whitespace found at end of line
 295 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 296 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 298 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 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
 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 4
 305 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 306 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 307 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 308 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 309 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 310 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 311 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 312 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 313 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 314 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 315 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 316 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 317 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 318 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 319 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 320 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 6
 321 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 332 | ERROR   | [x] Concat operator must be surrounded by a single space
 332 | ERROR   | [x] Concat operator must be surrounded by a single space
 333 | ERROR   | [x] Concat operator must be surrounded by a single space
 333 | ERROR   | [x] Concat operator must be surrounded by a single space
 339 | ERROR   | [x] Expected 1 space before "+"; 0 found
 339 | ERROR   | [x] Expected 1 space after "+"; 0 found
 341 | ERROR   | [x] Concat operator must be surrounded by a single space
 341 | ERROR   | [x] Concat operator must be surrounded by a single space
 344 | ERROR   | [x] Concat operator must be surrounded by a single space
 344 | ERROR   | [x] Concat operator must be surrounded by a single space
 347 | ERROR   | [x] Concat operator must be surrounded by a single space
 347 | ERROR   | [x] Concat operator must be surrounded by a single space
 353 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 353 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 355 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 356 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 356 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 3
 358 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 359 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 359 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 3
 362 | ERROR   | [x] No space found before comment text; expected "// $nodeTypeName = $node->bundle();" but found "//$nodeTypeName =
     |         |     $node->bundle();"
 364 | ERROR   | [x] No space found before comment text; expected "// $nodeTitle = $node->getTitle();" but found "//$nodeTitle =
     |         |     $node->getTitle();"
 365 | ERROR   | [x] Concat operator must be surrounded by a single space
 370 | ERROR   | [x] Concat operator must be surrounded by a single space
 370 | ERROR   | [x] Concat operator must be surrounded by a single space
 370 | ERROR   | [x] Concat operator must be surrounded by a single space
 370 | ERROR   | [x] Concat operator must be surrounded by a single space
 372 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 372 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 466 | ERROR   | [x] Expected 1 blank line after function; 2 found
 476 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 488 | ERROR   | [x] Expected 1 blank line after function; 2 found
 505 | ERROR   | [x] Expected 1 blank line after function; 2 found
 515 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 521 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 522 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 523 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 524 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
 525 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 8
 526 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 8
 527 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 8
 528 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 6
 529 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 531 | ERROR   | [x] Expected 1 blank line after function; 2 found
 538 | WARNING | [ ] Line exceeds 80 characters; contains 100 characters
 543 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 552 | ERROR   | [x] Expected 1 blank line after function; 2 found
 560 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 566 | ERROR   | [x] Expected 1 blank line after function; 2 found
 574 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 580 | ERROR   | [x] Expected 1 blank line after function; 2 found
 588 | ERROR   | [x] Line indented incorrectly; expected at least 2 spaces, found 0
 588 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 605 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 606 | ERROR   | [x] Short array syntax must be used to define arrays
 606 | ERROR   | [x] Expected one space after the comma, 0 found
 608 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 609 | ERROR   | [ ] The array declaration extends to column 125 (the limit is 120). The array content should be split up over multiple lines
 609 | ERROR   | [x] Short array syntax must be used to define arrays
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 609 | ERROR   | [x] Expected one space after the comma, 0 found
 611 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 612 | ERROR   | [x] Short array syntax must be used to define arrays
 612 | ERROR   | [x] Expected one space after the comma, 0 found
 612 | ERROR   | [x] Expected one space after the comma, 0 found
 612 | ERROR   | [x] Expected one space after the comma, 0 found
 612 | ERROR   | [x] Expected one space after the comma, 0 found
 612 | ERROR   | [x] Expected one space after the comma, 0 found
 612 | ERROR   | [x] Expected one space after the comma, 0 found
 612 | ERROR   | [x] Expected one space after the comma, 0 found
 614 | ERROR   | [x] Inline control structures are not allowed
 616 | ERROR   | [x] Inline control structures are not allowed
 618 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 3
 620 | ERROR   | [x] Closing brace indented incorrectly; expected 3 spaces, found 2
 623 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 624 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 5
 624 | ERROR   | [ ] The array declaration extends to column 130 (the limit is 120). The array content should be split up over multiple lines
 624 | ERROR   | [x] Short array syntax must be used to define arrays
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 624 | ERROR   | [x] Expected one space after the comma, 0 found
 626 | ERROR   | [x] Inline control structures are not allowed
 628 | ERROR   | [x] Inline control structures are not allowed
 634 | ERROR   | [x] No space found before comment text; expected "// if ($variables['plugin_id'] == 'block-system-branding-block') {" but
     |         |     found "//if ($variables['plugin_id'] == 'block-system-branding-block') {"
 636 | WARNING | [x] There must be no blank line following an inline comment
 636 | WARNING | [ ] There must be no blank line following an inline comment
 636 | ERROR   | [x] No space found before comment text; expected "// }" but found "//}"
 636 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 638 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 643 | ERROR   | [x] Expected 1 blank line after function; 2 found
 650 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
 650 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 650 | 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"
 651 | WARNING | [ ] Line exceeds 80 characters; contains 125 characters
 651 | WARNING | [x] There must be no blank line following an inline comment
 651 | WARNING | [ ] There must be no blank line following an inline comment
 651 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
 657 | ERROR   | [x] Short array syntax must be used to define arrays
 664 | ERROR   | [x] Short array syntax must be used to define arrays
 667 | ERROR   | [x] Expected 1 blank line after function; 2 found
 676 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 678 | 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
 695 | ERROR   | [x] Expected 1 blank line after function; 2 found
 707 | ERROR   | [x] Expected 1 blank line after function; 2 found
 721 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
 721 | ERROR   | [x] Whitespace found at end of line
 722 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 730 | ERROR   | [x] Expected 1 blank line after function; 2 found
 742 | ERROR   | [x] Expected 1 blank line after function; 2 found
 753 | WARNING | [ ] Line exceeds 80 characters; contains 147 characters
 753 | 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> ';"
 754 | ERROR   | [x] Whitespace found at end of line
 755 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 755 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 757 | ERROR   | [x] Expected 1 blank line after function; 2 found
 778 | ERROR   | [x] Expected 1 blank line after function; 2 found
 788 | ERROR   | [x] Expected one space after the comma, 0 found
 795 | ERROR   | [x] Expected 1 blank line after function; 2 found
 803 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
 804 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
 804 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
 805 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 6
 806 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
 807 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
 809 | ERROR   | [x] Line indented incorrectly; expected 1 spaces, found 0
 813 | ERROR   | [x] Doc comment short description must end with a full stop
 817 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
 818 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
 819 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 4
 820 | ERROR   | [x] Line indented incorrectly; expected 0 spaces, found 2
 822 | ERROR   | [x] Line indented incorrectly; expected 1 spaces, found 0
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 276 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/black_hole.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/black_hole/config/optional/block.block.black_hole_messages.yml
------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
 19 | 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/black_hole/CHANGELOG.txt
----------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
----------------------------------------------------------------------
  27 | WARNING | Line exceeds 80 characters; contains 121 characters
  43 | WARNING | Line exceeds 80 characters; contains 85 characters
  54 | WARNING | Line exceeds 80 characters; contains 81 characters
 106 | WARNING | Line exceeds 80 characters; contains 137 characters
 125 | WARNING | Line exceeds 80 characters; contains 102 characters
 126 | WARNING | Line exceeds 80 characters; contains 100 characters
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/black_hole.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/black_hole/css/neutronstar.css
-------------------------------------------------------------------------------------
FOUND 83 ERRORS AFFECTING 41 LINES
-------------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
  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
  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
 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
 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
 21 | ERROR | [x] Multiple selectors should each be on a single line
 21 | ERROR | [x] Multiple selectors should each be on a single line
 21 | ERROR | [x] Multiple selectors should each be on a single line
 21 | ERROR | [x] Multiple selectors should each be on a single line
 21 | ERROR | [x] Multiple selectors should each be on a single line
 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
 24 | ERROR | [x] Multiple selectors should each be on a single line
 24 | ERROR | [x] Multiple selectors should each be on a single line
 24 | ERROR | [x] Multiple selectors should each be on a single line
 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
 32 | ERROR | [x] Multiple selectors should each be on a single line
 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
 40 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 48 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 54 | ERROR | [x] Line indented incorrectly; expected 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
 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
 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 4 spaces, found 2
 60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 60 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 83 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_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/black_hole/css/star-nebula.css
-----------------------------------------------------------------------------------
FOUND 75 ERRORS AFFECTING 37 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 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
 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
 27 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 35 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 43 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 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
 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 4 spaces, found 2
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 75 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_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
 73 | ERROR | [x] Selectors must be on a single line
 74 | ERROR | [x] Blank lines are not allowed between class names
 74 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
 74 | ERROR | [x] Whitespace found at end of line
 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
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/planetary-nebula.css
-----------------------------------------------------------------------------------
FOUND 76 ERRORS AFFECTING 39 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 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
 30 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 38 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 46 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 50 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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
 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
 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 4 spaces, found 2
 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
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 76 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/red-supergiant.css
-----------------------------------------------------------------------------------
FOUND 77 ERRORS AFFECTING 39 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  3 | ERROR | [x] Multiple selectors should each be on a single line
  4 | ERROR | [x] Multiple selectors should each be on a single line
  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
  7 | ERROR | [x] Multiple selectors should each be on a single line
  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
 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
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 25 | ERROR | [x] Multiple selectors should each be on a single line
 25 | ERROR | [x] Multiple selectors should each be on a single line
 25 | ERROR | [x] Multiple selectors should each be on a single line
 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] 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
 36 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 44 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 49 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 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
 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 4 spaces, found 2
 61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 62 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 77 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/protostar.css
----------------------------------------------------------------------------------------------
FOUND 77 ERRORS AFFECTING 37 LINES
----------------------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  5 | ERROR | [x] CSS colors must be defined in lowercase; expected #0d1015 but found #0D1015
  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
  6 | ERROR | [x] CSS colors must be defined in lowercase; expected #0d1015 but found #0D1015
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 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
 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
 27 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 35 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 43 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 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
 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 4 spaces, found 2
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 77 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_social.css
-----------------------------------------------------------------------------------
FOUND 62 ERRORS AFFECTING 32 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
 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
 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
 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] 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
 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
 43 | ERROR | [x] Opening brace should be the last content on the line
 43 | ERROR | [x] Closing brace of class definition must be on new line
 44 | ERROR | [x] Opening brace should be the last content on the line
 44 | ERROR | [x] Closing brace of class definition must be on new line
 45 | ERROR | [x] Opening brace should be the last content on the line
 45 | ERROR | [x] Closing brace of class definition must be on new line
 46 | ERROR | [x] Opening brace should be the last content on the line
 46 | ERROR | [x] Closing brace of class definition must be on new line
 47 | ERROR | [x] Opening brace should be the last content on the line
 47 | ERROR | [x] Closing brace of class definition must be on new line
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 62 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_picons.css
------------------------------------------------------------------------------------
FOUND 166 ERRORS AFFECTING 84 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
 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 166 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_style.css
------------------------------------------------------------------------------------------------
FOUND 1296 ERRORS AFFECTING 652 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
   53 | ERROR | [x] Multiple selectors should each be on a single line
   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
   56 | ERROR | [x] Multiple selectors should each be on a single line
   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
   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
   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
   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
   69 | ERROR | [x] Multiple selectors should each be on a single line
   69 | ERROR | [x] Multiple selectors should each be on a single line
   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
   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
   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
   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
   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
   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
   95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
   96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
   96 | 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
  103 | ERROR | [ ] More than 2 empty lines are not allowed
  106 | ERROR | [x] Opening brace should be the last content on the line
  106 | ERROR | [x] Closing brace of class definition must be on new line
  107 | ERROR | [x] Multiple selectors should each be on a single line
  107 | ERROR | [x] Multiple selectors should each be on a single line
  107 | ERROR | [x] Opening brace should be the last content on the line
  107 | ERROR | [x] Each style definition must be on a line by itself
  107 | ERROR | [x] Closing brace of class definition must be on new line
  108 | ERROR | [x] Opening brace should be the last content on the line
  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] Multiple selectors should each be on a single 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
  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
  116 | ERROR | [x] Multiple selectors should each be on a single line
  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
  120 | ERROR | [x] Multiple selectors should each be on a single line
  120 | ERROR | [x] Multiple selectors should each be on a single line
  120 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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] Multiple selectors should each be on a single line
  125 | ERROR | [x] Multiple selectors should each be on a single line
  125 | ERROR | [x] Multiple selectors should each be on a single line
  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
  132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  132 | 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 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
  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
  139 | ERROR | [x] Multiple selectors should each be on a single line
  140 | ERROR | [x] Multiple selectors should each be on a single line
  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 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
  149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  149 | 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
  152 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
  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
  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
  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
  166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  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
  179 | ERROR | [x] Multiple selectors should each be on a single line
  179 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
  184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  184 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  185 | 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
  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
  193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  193 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  195 | ERROR | [x] Multiple selectors should each be on a single line
  195 | ERROR | [x] Multiple selectors should each be on a single line
  196 | ERROR | [x] Multiple selectors should each be on a single line
  197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  197 | 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
  201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  201 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  209 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  212 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  213 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  217 | 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
  224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  235 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  236 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  236 | 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
  241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  241 | 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
  244 | ERROR | [x] Multiple selectors should each be on a single line
  244 | ERROR | [x] Multiple selectors should each be on a single line
  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
  250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  250 | 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
  253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  253 | 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
  259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  259 | 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
  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
  264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  264 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  267 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  267 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  268 | 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
  271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  271 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  272 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  274 | ERROR | [x] Multiple selectors should each be on a single line
  275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  275 | 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
  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
  283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  283 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  286 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  287 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  290 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  291 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  294 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  295 | 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
  298 | ERROR | [x] Multiple selectors should each be on a single line
  298 | ERROR | [x] Multiple selectors should each be on a single line
  299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  299 | 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
  303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  303 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  308 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  312 | 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
  316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  316 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  317 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  317 | ERROR | [x] Whitespace found at end of line
  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
  325 | ERROR | [x] Whitespace found at end of line
  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
  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
  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
  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
  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
  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
  353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  353 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  358 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  370 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  373 | 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
  377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  377 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  378 | 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
  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
  385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  385 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  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
  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
  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
  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
  404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  404 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  409 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  413 | 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
  417 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  417 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  420 | 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
  426 | ERROR | [x] Whitespace found at end of line
  428 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  428 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  429 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  429 | 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
  432 | ERROR | [x] Whitespace found at end of line
  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
  435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  435 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  437 | ERROR | [x] Multiple selectors should each be on a single 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
  441 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  441 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  450 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  450 | 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
  452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  452 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  453 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  453 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  455 | ERROR | [x] Multiple selectors should each be on a single line
  455 | ERROR | [x] Multiple selectors should each be on a single line
  456 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  456 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  457 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  457 | 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
  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
  473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  473 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  476 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  476 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  482 | ERROR | [x] Whitespace found at end of line
  484 | ERROR | [x] Multiple selectors should each be on a single line
  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
  486 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  486 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  489 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  492 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  495 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  495 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  497 | ERROR | [x] Multiple selectors should each be on a single line
  497 | ERROR | [x] Multiple selectors should each be on a single line
  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
  502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  502 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  504 | ERROR | [x] Multiple selectors should each be on a single line
  505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  505 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  508 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  512 | ERROR | [ ] More than 2 empty lines are not allowed
  515 | ERROR | [x] Multiple selectors should each be on a single line
  516 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  516 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  517 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  517 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  520 | ERROR | [x] Multiple selectors should each be on a single line
  521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  521 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  530 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  530 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  542 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  542 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  543 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  543 | 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
  545 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  545 | 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
  550 | ERROR | [x] CSS colors must be defined in lowercase; expected #ed6015 but found #ED6015
  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
  557 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  557 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  558 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  558 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  561 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  561 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  564 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  564 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  567 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  567 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  568 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  568 | 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
  570 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  570 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  571 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  571 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  574 | ERROR | [x] Whitespace found at end of 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
  577 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  577 | 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
  583 | ERROR | [x] Multiple selectors should each be on a single line
  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
  587 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  587 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  590 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  590 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  591 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  591 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  593 | ERROR | [x] Multiple selectors should each be on a single line
  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
  595 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  595 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  597 | ERROR | [x] Multiple selectors should each be on a single line
  598 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  598 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  600 | ERROR | [x] Multiple selectors should each be on a single line
  601 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  601 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  602 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  602 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  603 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  603 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  604 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  604 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  609 | ERROR | [x] Multiple selectors should each be on a single line
  610 | ERROR | [x] Multiple selectors should each be on a single line
  610 | ERROR | [x] Multiple selectors should each be on a single line
  610 | ERROR | [x] Multiple selectors should each be on a single line
  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] Multiple selectors should each be on a single line
  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
  625 | ERROR | [ ] More than 2 empty lines are not allowed
  629 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  629 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  630 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  630 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  631 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  631 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  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
  636 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  636 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  639 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  639 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  640 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  640 | 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
  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
  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
  649 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  649 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  651 | ERROR | [x] Multiple selectors should each be on a single line
  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
  656 | ERROR | [ ] More than 2 empty lines are not allowed
  659 | ERROR | [x] Multiple selectors should each be on a single line
  660 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  660 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  662 | ERROR | [x] Multiple selectors should each be on a single line
  663 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  663 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  665 | ERROR | [x] Multiple selectors should each be on a single line
  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
  669 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  669 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  671 | ERROR | [x] Multiple selectors should each be on a single line
  672 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  672 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  674 | ERROR | [x] Multiple selectors should each be on a single line
  674 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
  679 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  679 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  682 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  682 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  683 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  683 | 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
  688 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  688 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  691 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  691 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  692 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  692 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  693 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  693 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  695 | ERROR | [x] Multiple selectors should each be on a single line
  695 | ERROR | [x] Multiple selectors should each be on a single line
  696 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  696 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  697 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  697 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  699 | ERROR | [x] Multiple selectors should each be on a single line
  699 | ERROR | [x] Multiple selectors should each be on a single line
  700 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  700 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  703 | ERROR | [x] Multiple selectors should each be on a single line
  703 | ERROR | [x] Multiple selectors should each be on a single line
  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
  706 | ERROR | [x] Multiple selectors should each be on a single line
  706 | ERROR | [x] Multiple selectors should each be on a single line
  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
  711 | ERROR | [ ] More than 2 empty lines are not allowed
  715 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  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
  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
  732 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  732 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  735 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  735 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  736 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  736 | 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
  742 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  742 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  743 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  743 | 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
  748 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  748 | 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
  754 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  754 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  755 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  755 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  758 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  758 | 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
  760 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  760 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  761 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  761 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  764 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  764 | 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
  766 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  766 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  767 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  767 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  770 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  770 | 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
  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
  781 | ERROR | [x] Multiple selectors should each be on a single line
  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
  785 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  785 | 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
  788 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  788 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  789 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  789 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  792 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  792 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  795 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  795 | 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
  799 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  799 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  802 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  802 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  805 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  805 | 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
  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
  814 | ERROR | [x] Multiple selectors should each be on a single line
  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
  820 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  820 | 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
  826 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  826 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  827 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  827 | 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
  829 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  829 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  830 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  830 | 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
  834 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  834 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  835 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  835 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  840 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  840 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  841 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  841 | 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
  849 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  849 | 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
  856 | ERROR | [x] Multiple selectors should each be on a single line
  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
  864 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  864 | 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
  867 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  867 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  868 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  868 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  869 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  869 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  872 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  872 | 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
  874 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  874 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  875 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  875 | 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
  877 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  877 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  878 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  878 | 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
  881 | ERROR | [x] Multiple selectors should each be on a single line
  882 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  882 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  883 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  883 | 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
  887 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  887 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  894 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  894 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  897 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  897 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  900 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  900 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  906 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  906 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  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
  910 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  910 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  911 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  911 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  914 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  914 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  917 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  917 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  919 | ERROR | [x] Multiple selectors should each be on a single line
  920 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  920 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  923 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  923 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  924 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  924 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  926 | ERROR | [x] Multiple selectors should each be on a single line
  926 | ERROR | [x] Multiple selectors should each be on a single line
  927 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  927 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  928 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  928 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  929 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  929 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  931 | ERROR | [x] Multiple selectors should each be on a single line
  932 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  932 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  935 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  935 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  938 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  938 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  947 | ERROR | [x] Multiple selectors should each be on a single line
  948 | ERROR | [x] Multiple selectors should each be on a single line
  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
  957 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  957 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  962 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  962 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  963 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  963 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  968 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  968 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  969 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  969 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  971 | ERROR | [x] Multiple selectors should each be on a single line
  972 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  972 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  975 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  975 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  978 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  978 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  981 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  981 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  984 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  984 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  989 | ERROR | [x] Multiple selectors should each be on a single line
  990 | ERROR | [x] Multiple selectors should each be on a single line
  991 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  991 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  994 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  994 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  997 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  997 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  999 | ERROR | [x] Multiple selectors should each be on a single line
 1000 | ERROR | [x] Multiple selectors should each be on a single line
 1000 | ERROR | [x] Multiple selectors should each be on a single line
 1000 | ERROR | [x] Multiple selectors should each be on a single line
 1000 | ERROR | [x] Whitespace found at end of line
 1001 | ERROR | [x] Whitespace found at end of line
 1003 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1003 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1004 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1004 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1006 | ERROR | [x] Multiple selectors should each be on a single line
 1006 | ERROR | [x] Multiple selectors should each be on a single line
 1008 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1008 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1011 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1011 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1014 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1014 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1017 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1017 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1018 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1018 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1021 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1021 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1024 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1024 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1027 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1027 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1030 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1030 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1031 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1031 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1034 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1034 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1037 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1037 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1040 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1040 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1041 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1041 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1044 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1044 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1045 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1045 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1048 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1048 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1051 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1051 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1054 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1054 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1056 | ERROR | [x] Multiple selectors should each be on a single line
 1057 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1057 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1059 | ERROR | [x] Multiple selectors should each be on a single line
 1061 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1061 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1064 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1064 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1065 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1065 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1068 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1068 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1071 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1071 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1073 | ERROR | [x] Multiple selectors should each be on a single line
 1073 | ERROR | [x] Multiple selectors should each be on a single line
 1073 | ERROR | [x] Multiple selectors should each be on a single line
 1074 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1074 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1077 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1077 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1078 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1078 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1081 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1081 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1085 | ERROR | [ ] More than 2 empty lines are not allowed
 1089 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1089 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1089 | ERROR | [x] Multiple selectors should each be on a single line
 1089 | ERROR | [x] Multiple selectors should each be on a single line
 1089 | ERROR | [x] Multiple selectors should each be on a single line
 1089 | ERROR | [x] Multiple selectors should each be on a single line
 1089 | ERROR | [x] Multiple selectors should each be on a single line
 1089 | ERROR | [x] Multiple selectors should each be on a single line
 1090 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1090 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1091 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1091 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1092 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1092 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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
 1093 | ERROR | [x] Multiple selectors should each be on a single line
 1093 | ERROR | [x] Multiple selectors should each be on a single line
 1093 | ERROR | [x] Multiple selectors should each be on a single line
 1093 | ERROR | [x] Multiple selectors should each be on a single line
 1093 | ERROR | [x] Multiple selectors should each be on a single line
 1094 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1094 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1095 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1095 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1096 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1096 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1097 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1097 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1097 | ERROR | [x] Multiple selectors should each be on a single line
 1098 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1098 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1099 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1099 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1100 | 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 4 spaces, found 2
 1102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1102 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1103 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1106 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1108 | 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 4 spaces, found 2
 1110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1112 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1116 | ERROR | [x] Multiple selectors should each be on a single line
 1116 | ERROR | [x] Whitespace found at end of line
 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
 1117 | ERROR | [x] Multiple selectors should each be on a single line
 1118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1122 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1123 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1124 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1127 | ERROR | [x] Multiple selectors should each be on a single line
 1128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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
 1130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1130 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 2 spaces, found 1
 1139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1139 | ERROR | [x] Multiple selectors should each be on a single line
 1140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1140 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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 2 spaces, found 1
 1142 | ERROR | [x] Multiple selectors should each be on a single line
 1142 | ERROR | [x] Multiple selectors should each be on a single line
 1142 | ERROR | [x] Multiple selectors should each be on a single line
 1142 | ERROR | [x] Whitespace found at end of line
 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
 1143 | ERROR | [x] Multiple selectors should each be on a single line
 1143 | ERROR | [x] Multiple selectors should each be on a single line
 1144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1144 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 1146 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 1152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1152 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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
 1154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 4 spaces, found 2
 1157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1157 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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 4 spaces, found 2
 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
 1164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 4 spaces, found 2
 1167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1167 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 4 spaces, found 2
 1170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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
 1171 | ERROR | [x] Multiple selectors should each be on a single line
 1172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1172 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1173 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 4 spaces, found 2
 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
 1179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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
 1182 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
 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 4 spaces, found 2
 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 2 spaces, found 1
 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 2 spaces, found 1
 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
 1189 | ERROR | [x] Multiple selectors should each be on a single line
 1190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1190 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 1191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1191 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 4 spaces, found 2
 1194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 1194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1289 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/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/black_hole/css/massive-star.css
-----------------------------------------------------------------------------------
FOUND 79 ERRORS AFFECTING 40 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  3 | ERROR | [x] Multiple selectors should each be on a single line
  4 | ERROR | [x] Multiple selectors should each be on a single line
  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
  7 | ERROR | [x] Multiple selectors should each be on a single line
  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
 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
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 25 | ERROR | [x] Multiple selectors should each be on a single line
 25 | ERROR | [x] Multiple selectors should each be on a single line
 25 | ERROR | [x] Multiple selectors should each be on a single line
 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
 28 | ERROR | [x] Multiple selectors should each be on a single 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
 36 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 44 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 52 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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
 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 4 spaces, found 2
 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 79 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/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/black_hole/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/black_hole/css/planet.css
-----------------------------------------------------------------------------------
FOUND 75 ERRORS AFFECTING 37 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 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
 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
 27 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 36 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 44 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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
 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
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 75 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/white-dwarf.css
-----------------------------------------------------------------------------------
FOUND 73 ERRORS AFFECTING 36 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 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
 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
 27 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 35 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 40 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Line indented incorrectly; expected 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
 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 4 spaces, found 2
 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
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 73 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_slider.css
--------------------------------------------------------------------------------------
FOUND 240 ERRORS AFFECTING 117 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
   4 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   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
   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
  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
  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
  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
  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
  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
  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
  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
  42 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  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
  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
  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
  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
  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
  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
  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
  63 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  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
  64 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
  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
  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
  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
  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
  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
  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
  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
  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
  95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  97 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
  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 4 spaces, found 2
 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
 111 | ERROR | [x] Multiple selectors should each be on a single line
 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 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
 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 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 4 spaces, found 2
 120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 121 | ERROR | [x] Line indented incorrectly; expected 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
 123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 123 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 2 spaces, found 1
 131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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 4 spaces, found 2
 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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 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 4 spaces, found 2
 141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 141 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 144 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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 4 spaces, found 3
 149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 149 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 150 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
 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
 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 4 spaces, found 2
 157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 157 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 158 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 159 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 160 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 161 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 166 | ERROR | [x] Opening brace should be the last content on the line
 166 | ERROR | [x] Closing brace of class definition must be on new line
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 240 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/black-hole.css
-----------------------------------------------------------------------------------
FOUND 73 ERRORS AFFECTING 38 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 22 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 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
 30 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 38 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 45 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 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
 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 4 spaces, found 2
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 73 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/star.css
-----------------------------------------------------------------------------------
FOUND 75 ERRORS AFFECTING 37 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 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
 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
 27 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 35 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 43 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 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
 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 4 spaces, found 2
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 75 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_social_awe.css
-----------------------------------------------------------------------------------
FOUND 16 ERRORS AFFECTING 10 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
 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] Expected 1 newline at end of file; 2 found
 21 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/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/black_hole/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/black_hole/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/black_hole/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/black_hole/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/black_hole/css/y_biconsn.css
------------------------------------------------------------------------------------
FOUND 175 ERRORS AFFECTING 84 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
  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
  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
  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
  23 | ERROR | [x] Whitespace found at end of line
  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
  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
  28 | ERROR | [x] Whitespace found at end of 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
  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
  39 | ERROR | [ ] More than 2 empty lines are not allowed
  41 | ERROR | [x] Multiple selectors should each be on a single 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] Multiple selectors should each be on a single 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
  45 | ERROR | [x] Opening brace should be the last content on the line
  45 | ERROR | [x] Closing brace of class definition must be on new line
  46 | ERROR | [x] Opening brace should be the last content on the line
  46 | ERROR | [x] Closing brace of class definition must be on new line
  49 | ERROR | [ ] More than 2 empty lines are not allowed
  51 | ERROR | [x] Opening brace should be the last content on the line
  51 | ERROR | [x] Closing brace of class definition must be on new line
  52 | ERROR | [x] Opening brace should be the last content on the line
  52 | ERROR | [x] Closing brace of class definition must be on new line
  55 | ERROR | [x] Opening brace should be the last content on the line
  55 | ERROR | [x] Closing brace of class definition must be on new line
  56 | ERROR | [x] Opening brace should be the last content on the line
  56 | ERROR | [x] Closing brace of class definition must be on new line
  59 | ERROR | [x] Opening brace should be the last content on the line
  59 | ERROR | [x] Closing brace of class definition must be on new line
  60 | ERROR | [x] Opening brace should be the last content on the line
  60 | ERROR | [x] Closing brace of class definition must be on new line
  63 | ERROR | [x] Multiple selectors should each be on a single 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
  64 | ERROR | [x] Multiple selectors should each be on a single line
  64 | ERROR | [x] Opening brace should be the last content on the line
  64 | ERROR | [x] Closing brace of class definition must be on new line
  67 | ERROR | [x] Multiple selectors should each be on a single 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] Multiple selectors should each be on a single 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
  71 | ERROR | [x] Opening brace should be the last content on the line
  71 | ERROR | [x] Closing brace of class definition must be on new line
  72 | ERROR | [x] Opening brace should be the last content on the line
  72 | ERROR | [x] Closing brace of class definition must be on new line
  75 | ERROR | [x] Opening brace should be the last content on the line
  75 | ERROR | [x] Closing brace of class definition must be on new line
  76 | ERROR | [x] Opening brace should be the last content on the line
  76 | ERROR | [x] Closing brace of class definition must be on new line
  79 | ERROR | [x] Opening brace should be the last content on the line
  79 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
  79 | ERROR | [x] Closing brace of class definition must be on new line
  80 | ERROR | [x] Opening brace should be the last content on the line
  80 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
  80 | ERROR | [x] Closing brace of class definition must be on new line
  83 | ERROR | [x] Opening brace should be the last content on the line
  83 | ERROR | [x] Closing brace of class definition must be on new line
  84 | ERROR | [x] Opening brace should be the last content on the line
  84 | ERROR | [x] Closing brace of class definition must be on new line
  87 | ERROR | [x] Opening brace should be the last content on the line
  87 | ERROR | [x] Closing brace of class definition must be on new line
  88 | ERROR | [x] Opening brace should be the last content on the line
  88 | ERROR | [x] Closing brace of class definition must be on new line
  91 | ERROR | [x] Opening brace should be the last content on the line
  91 | ERROR | [x] Closing brace of class definition must be on new line
  92 | ERROR | [x] Opening brace should be the last content on the line
  92 | ERROR | [x] Closing brace of class definition must be on new line
  95 | ERROR | [x] Opening brace should be the last content on the line
  95 | ERROR | [x] Closing brace of class definition must be on new line
  96 | ERROR | [x] Opening brace should be the last content on the line
  96 | ERROR | [x] Closing brace of class definition must be on new line
  99 | ERROR | [x] Opening brace should be the last content on the line
  99 | ERROR | [x] Closing brace of class definition must be on new line
 100 | ERROR | [x] Opening brace should be the last content on the line
 100 | ERROR | [x] Closing brace of class definition must be on new line
 103 | ERROR | [x] Opening brace should be the last content on the line
 103 | ERROR | [x] Closing brace of class definition must be on new line
 104 | ERROR | [x] Opening brace should be the last content on the line
 104 | ERROR | [x] Closing brace of class definition must be on new line
 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] Opening brace should be the last content on the line
 108 | ERROR | [x] Closing brace of class definition must be on new line
 115 | ERROR | [x] Opening brace should be the last content on the line
 115 | ERROR | [x] Closing brace of class definition must be on new line
 116 | ERROR | [x] Opening brace should be the last content on the line
 116 | ERROR | [x] Closing brace of class definition must be on new line
 119 | ERROR | [x] Multiple selectors should each be on a single line
 119 | ERROR | [x] Opening brace should be the last content on the line
 119 | ERROR | [x] Closing brace of class definition must be on new line
 120 | ERROR | [x] Multiple selectors should each be on a single line
 120 | ERROR | [x] Opening brace should be the last content on the line
 120 | ERROR | [x] Closing brace of class definition must be on new line
 123 | ERROR | [x] Multiple selectors should each be on a single line
 123 | ERROR | [x] Opening brace should be the last content on the line
 123 | ERROR | [x] Closing brace of class definition must be on new line
 124 | ERROR | [x] Multiple selectors should each be on a single line
 124 | ERROR | [x] Opening brace should be the last content on the line
 124 | ERROR | [x] Closing brace of class definition must be on new line
 127 | ERROR | [x] Opening brace should be the last content on the line
 127 | ERROR | [x] Closing brace of class definition must be on new line
 128 | ERROR | [x] Opening brace should be the last content on the line
 128 | ERROR | [x] Closing brace of class definition must be on new line
 131 | ERROR | [x] Opening brace should be the last content on the line
 131 | ERROR | [x] Closing brace of class definition must be on new line
 132 | ERROR | [x] Opening brace should be the last content on the line
 132 | ERROR | [x] Closing brace of class definition must be on new line
 135 | ERROR | [x] Opening brace should be the last content on the line
 135 | ERROR | [x] Closing brace of class definition must be on new line
 136 | ERROR | [x] Opening brace should be the last content on the line
 136 | ERROR | [x] Closing brace of class definition must be on new line
 139 | ERROR | [x] Opening brace should be the last content on the line
 139 | ERROR | [x] Closing brace of class definition must be on new line
 140 | ERROR | [x] Opening brace should be the last content on the line
 140 | ERROR | [x] Closing brace of class definition must be on new line
 147 | ERROR | [x] Opening brace should be the last content on the line
 147 | ERROR | [x] Closing brace of class definition must be on new line
 148 | ERROR | [x] Opening brace should be the last content on the line
 148 | ERROR | [x] Closing brace of class definition must be on new line
 151 | ERROR | [x] Multiple selectors should each be on a single line
 151 | ERROR | [x] Opening brace should be the last content on the line
 151 | ERROR | [x] Closing brace of class definition must be on new line
 152 | ERROR | [x] Multiple selectors should each be on a single line
 152 | ERROR | [x] Opening brace should be the last content on the line
 152 | ERROR | [x] Closing brace of class definition must be on new line
 154 | ERROR | [x] Multiple selectors should each be on a single line
 155 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 174 | ERROR | [x] Opening brace should be the last content on the line
 174 | ERROR | [x] Closing brace of class definition must be on new line
 175 | ERROR | [x] Opening brace should be the last content on the line
 175 | ERROR | [x] Closing brace of class definition must be on new line
 178 | ERROR | [x] Opening brace should be the last content on the line
 178 | ERROR | [x] Closing brace of class definition must be on new line
 179 | ERROR | [x] Opening brace should be the last content on the line
 179 | 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
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 173 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/supernova.css
-----------------------------------------------------------------------------------
FOUND 77 ERRORS AFFECTING 38 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 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
 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
 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
 30 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 38 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 46 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 50 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 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
 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
 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 4 spaces, found 2
 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
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 77 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/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/black_hole/css/y_piconsn.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/black_hole/css/_cart.css
-----------------------------------------------------------------------------------
FOUND 38 ERRORS AFFECTING 20 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
 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] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 38 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/y_bicons.css
------------------------------------------------------------------------------------
FOUND 177 ERRORS AFFECTING 85 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
  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
  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
  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
  23 | ERROR | [x] Whitespace found at end of line
  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
  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
  28 | ERROR | [x] Whitespace found at end of 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
  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
  39 | ERROR | [ ] More than 2 empty lines are not allowed
  41 | ERROR | [x] Multiple selectors should each be on a single 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] Multiple selectors should each be on a single 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
  45 | ERROR | [x] Opening brace should be the last content on the line
  45 | ERROR | [x] Closing brace of class definition must be on new line
  46 | ERROR | [x] Opening brace should be the last content on the line
  46 | ERROR | [x] Closing brace of class definition must be on new line
  49 | ERROR | [ ] More than 2 empty lines are not allowed
  51 | ERROR | [x] Opening brace should be the last content on the line
  51 | ERROR | [x] Closing brace of class definition must be on new line
  52 | ERROR | [x] Opening brace should be the last content on the line
  52 | ERROR | [x] Closing brace of class definition must be on new line
  55 | ERROR | [x] Opening brace should be the last content on the line
  55 | ERROR | [x] Closing brace of class definition must be on new line
  56 | ERROR | [x] Opening brace should be the last content on the line
  56 | ERROR | [x] Closing brace of class definition must be on new line
  59 | ERROR | [x] Opening brace should be the last content on the line
  59 | ERROR | [x] Closing brace of class definition must be on new line
  60 | ERROR | [x] Opening brace should be the last content on the line
  60 | ERROR | [x] Closing brace of class definition must be on new line
  63 | ERROR | [x] Multiple selectors should each be on a single 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
  64 | ERROR | [x] Multiple selectors should each be on a single line
  64 | ERROR | [x] Opening brace should be the last content on the line
  64 | ERROR | [x] Closing brace of class definition must be on new line
  67 | ERROR | [x] Multiple selectors should each be on a single 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] Multiple selectors should each be on a single 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
  71 | ERROR | [x] Opening brace should be the last content on the line
  71 | ERROR | [x] Closing brace of class definition must be on new line
  72 | ERROR | [x] Opening brace should be the last content on the line
  72 | ERROR | [x] Closing brace of class definition must be on new line
  75 | ERROR | [x] Opening brace should be the last content on the line
  75 | ERROR | [x] Closing brace of class definition must be on new line
  76 | ERROR | [x] Opening brace should be the last content on the line
  76 | ERROR | [x] Closing brace of class definition must be on new line
  79 | ERROR | [x] Opening brace should be the last content on the line
  79 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
  79 | ERROR | [x] Closing brace of class definition must be on new line
  80 | ERROR | [x] Opening brace should be the last content on the line
  80 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
  80 | ERROR | [x] Closing brace of class definition must be on new line
  83 | ERROR | [x] Opening brace should be the last content on the line
  83 | ERROR | [x] Closing brace of class definition must be on new line
  84 | ERROR | [x] Opening brace should be the last content on the line
  84 | ERROR | [x] Closing brace of class definition must be on new line
  87 | ERROR | [x] Opening brace should be the last content on the line
  87 | ERROR | [x] Closing brace of class definition must be on new line
  88 | ERROR | [x] Opening brace should be the last content on the line
  88 | ERROR | [x] Closing brace of class definition must be on new line
  91 | ERROR | [x] Opening brace should be the last content on the line
  91 | ERROR | [x] Closing brace of class definition must be on new line
  92 | ERROR | [x] Opening brace should be the last content on the line
  92 | ERROR | [x] Closing brace of class definition must be on new line
  95 | ERROR | [x] Opening brace should be the last content on the line
  95 | ERROR | [x] Closing brace of class definition must be on new line
  96 | ERROR | [x] Opening brace should be the last content on the line
  96 | ERROR | [x] Closing brace of class definition must be on new line
  99 | ERROR | [x] Opening brace should be the last content on the line
  99 | ERROR | [x] Closing brace of class definition must be on new line
 100 | ERROR | [x] Opening brace should be the last content on the line
 100 | ERROR | [x] Closing brace of class definition must be on new line
 103 | ERROR | [x] Opening brace should be the last content on the line
 103 | ERROR | [x] Closing brace of class definition must be on new line
 104 | ERROR | [x] Opening brace should be the last content on the line
 104 | ERROR | [x] Closing brace of class definition must be on new line
 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] Opening brace should be the last content on the line
 108 | ERROR | [x] Closing brace of class definition must be on new line
 115 | ERROR | [x] Opening brace should be the last content on the line
 115 | ERROR | [x] Closing brace of class definition must be on new line
 116 | ERROR | [x] Opening brace should be the last content on the line
 116 | ERROR | [x] Closing brace of class definition must be on new line
 119 | ERROR | [x] Multiple selectors should each be on a single line
 119 | ERROR | [x] Opening brace should be the last content on the line
 119 | ERROR | [x] Closing brace of class definition must be on new line
 120 | ERROR | [x] Multiple selectors should each be on a single line
 120 | ERROR | [x] Opening brace should be the last content on the line
 120 | ERROR | [x] Closing brace of class definition must be on new line
 123 | ERROR | [x] Multiple selectors should each be on a single line
 123 | ERROR | [x] Opening brace should be the last content on the line
 123 | ERROR | [x] Closing brace of class definition must be on new line
 124 | ERROR | [x] Multiple selectors should each be on a single line
 124 | ERROR | [x] Opening brace should be the last content on the line
 124 | ERROR | [x] Closing brace of class definition must be on new line
 127 | ERROR | [x] Opening brace should be the last content on the line
 127 | ERROR | [x] Closing brace of class definition must be on new line
 128 | ERROR | [x] Opening brace should be the last content on the line
 128 | ERROR | [x] Closing brace of class definition must be on new line
 131 | ERROR | [x] Opening brace should be the last content on the line
 131 | ERROR | [x] Closing brace of class definition must be on new line
 132 | ERROR | [x] Opening brace should be the last content on the line
 132 | ERROR | [x] Closing brace of class definition must be on new line
 135 | ERROR | [x] Opening brace should be the last content on the line
 135 | ERROR | [x] Closing brace of class definition must be on new line
 136 | ERROR | [x] Opening brace should be the last content on the line
 136 | ERROR | [x] Closing brace of class definition must be on new line
 139 | ERROR | [x] Opening brace should be the last content on the line
 139 | ERROR | [x] Closing brace of class definition must be on new line
 140 | ERROR | [x] Opening brace should be the last content on the line
 140 | ERROR | [x] Closing brace of class definition must be on new line
 147 | ERROR | [x] Opening brace should be the last content on the line
 147 | ERROR | [x] Closing brace of class definition must be on new line
 148 | ERROR | [x] Opening brace should be the last content on the line
 148 | ERROR | [x] Closing brace of class definition must be on new line
 151 | ERROR | [x] Multiple selectors should each be on a single line
 151 | ERROR | [x] Opening brace should be the last content on the line
 151 | ERROR | [x] Closing brace of class definition must be on new line
 152 | ERROR | [x] Multiple selectors should each be on a single line
 152 | ERROR | [x] Opening brace should be the last content on the line
 152 | ERROR | [x] Closing brace of class definition must be on new line
 154 | ERROR | [x] Multiple selectors should each be on a single line
 155 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 174 | ERROR | [x] Opening brace should be the last content on the line
 174 | ERROR | [x] Closing brace of class definition must be on new line
 175 | ERROR | [x] Opening brace should be the last content on the line
 175 | ERROR | [x] Closing brace of class definition must be on new line
 178 | ERROR | [x] Opening brace should be the last content on the line
 178 | ERROR | [x] Closing brace of class definition must be on new line
 179 | ERROR | [x] Opening brace should be the last content on the line
 179 | 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] Expected 1 newline at end of file; 2 found
 187 | ERROR | [x] Closing brace of class definition must be on new line
 188 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 175 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/css/red-giant.css
-----------------------------------------------------------------------------------
FOUND 75 ERRORS AFFECTING 37 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  3 | ERROR | [x] Multiple selectors should each be on a single line
  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
  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
 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
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 16 | ERROR | [x] Multiple selectors should each be on a single line
 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
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single line
 19 | ERROR | [x] Multiple selectors should each be on a single 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
 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
 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
 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
 30 | ERROR | [x] Multiple selectors should each be on a single line
 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
 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
 38 | ERROR | [x] Multiple selectors should each be on a single line
 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
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 43 | ERROR | [x] Multiple selectors should each be on a single line
 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 4 spaces, found 2
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 47 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 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
 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 4 spaces, found 2
 55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 75 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/black_hole/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/black_hole/_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/black_hole/_custom/example.custom-style.css
-----------------------------------------------------------------------------
FOUND 210 ERRORS AFFECTING 149 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
  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
  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
  35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  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
  98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 183 | ERROR | [x] Whitespace found at end of line
 184 | ERROR | [x] Whitespace found at end of line
 185 | ERROR | [x] Whitespace found at end of line
 196 | ERROR | [x] Whitespace found at end of line
 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
 201 | ERROR | [x] Whitespace found at end of line
 203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 203 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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
 214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 215 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 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
 248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 262 | ERROR | [x] Multiple selectors should each be on a single line
 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
 273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 284 | 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
 304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 311 | ERROR | [x] Whitespace found at end of line
 315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 357 | ERROR | [x] Multiple selectors should each be on a single line
 357 | ERROR | [x] Multiple selectors should each be on a single line
 358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 358 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 361 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 361 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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
 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
 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
 365 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 365 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 366 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 367 | 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
 369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 369 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 370 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 371 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 372 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 373 | 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
 375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 375 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 376 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 377 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 378 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 379 | 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
 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 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
 385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 385 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 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
 390 | ERROR | [ ] More than 2 empty lines are not allowed
 396 | ERROR | [x] Whitespace found at end of line
 398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 398 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 398 | ERROR | [x] Multiple selectors should each be on a single line
 399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 399 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 400 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 401 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 401 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 403 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 404 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 407 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 408 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 408 | ERROR | [x] Whitespace found at end of line
 409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 409 | 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
 411 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 412 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 417 | ERROR | [ ] More than 2 empty lines are not allowed
 422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 422 | 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 4 spaces, found 2
 425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 425 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 426 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 426 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 427 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 427 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 428 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 428 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 431 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 431 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 432 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 432 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 433 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 433 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 434 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 434 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 435 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 436 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 436 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 207 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------

Time: 1.57 secs; Memory: 24MB

Steps to reproduce

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

Proposed resolution

Fix the PHPCS issues.

🐛 Bug report
Status

Active

Version

1.20

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

Comments & Activities

Production build 0.71.5 2024