Fix the issues reported by phpcs

Created on 5 December 2023, about 1 year ago

Steps to reproduce

1: Installed and enabled the module using Composer with the command: composer require 'drupal/md_slider:^1.5'

2: Run below command on the composer-

phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml .\web\modules\contrib\md_slider

Errors

FILE: /web/modules/contrib/md_slider/src/Form/MDSliderExportForm.php
--------------------------------------------------------------------------------------------------------------
FOUND 13 ERRORS AND 1 WARNING AFFECTING 13 LINES
--------------------------------------------------------------------------------------------------------------
  3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
 15 | ERROR   | [x] Missing class doc comment
 18 | ERROR   | [x] Doc comment short description must end with a full stop
 19 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
 24 | ERROR   | [x] Doc comment short description must start with a capital letter
 24 | ERROR   | [x] Doc comment short description must end with a full stop
 43 | WARNING | [x] 'TODO: Implement buildForm() method.' should match the format '@todo Fix problem X here.'
 45 | ERROR   | [x] Short array syntax must be used to define arrays
 49 | ERROR   | [x] Short array syntax must be used to define arrays
 54 | ERROR   | [x] Short array syntax must be used to define arrays
 67 | ERROR   | [x] Short array syntax must be used to define arrays
 68 | ERROR   | [x] Short array syntax must be used to define arrays
 76 | ERROR   | [x] Expected 1 blank line after function; 0 found
 77 | ERROR   | [x] The closing brace for the class must have an empty line before it
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Form/MDSliderImageForm.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 54 ERRORS AND 3 WARNINGS AFFECTING 36 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
  46 | ERROR   | [x] No space found before comment text; expected "// $container->get('entity.manager')->getStorage('file')" but found "//$container->get('entity.manager')->getStorage('file')"
  47 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  47 | ERROR   | [x] Line indented incorrectly; expected at least 4 spaces, found 3
  58 | ERROR   | [ ] Parameter $form is not described in comment
  58 | ERROR   | [ ] Parameter $form_state is not described in comment
  61 | ERROR   | [ ] Doc comment for parameter $filter_format does not match actual variable name $form_state
  71 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 0
  71 | ERROR   | [x] 6 spaces found before inline comment; expected "// if ($file)" but found "//      if ($file)"
  71 | ERROR   | [x] Inline comments must start with a capital letter
  72 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 0
  72 | ERROR   | [ ] Comment indentation error, expected only 6 spaces
  72 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  84 | ERROR   | [x] Short array syntax must be used to define arrays
  86 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
  88 | ERROR   | [x] Short array syntax must be used to define arrays
  89 | ERROR   | [x] Expected 1 space before "=>"; 0 found
  89 | ERROR   | [x] Expected 1 space after "=>"; 0 found
  90 | ERROR   | [x] Expected 1 space before "=>"; 0 found
  90 | ERROR   | [x] Expected 1 space after "=>"; 0 found
  90 | WARNING | [x] A comma should follow the last multiline array item. Found: '<a href="#" class="js-open-browser">Open File Browser</a>'
  92 | ERROR   | [x] Whitespace found at end of line
  93 | ERROR   | [x] Short array syntax must be used to define arrays
  97 | ERROR   | [x] Short array syntax must be used to define arrays
  98 | ERROR   | [x] Short array syntax must be used to define arrays
  99 | ERROR   | [x] Short array syntax must be used to define arrays
 105 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
 109 | ERROR   | [x] Short array syntax must be used to define arrays
 119 | ERROR   | [x] Short array syntax must be used to define arrays
 122 | ERROR   | [x] Short array syntax must be used to define arrays
 125 | ERROR   | [x] Short array syntax must be used to define arrays
 126 | ERROR   | [x] Short array syntax must be used to define arrays
 141 | ERROR   | [x] Short array syntax must be used to define arrays
 146 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 146 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 146 | ERROR   | [x] Whitespace found at end of line
 147 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 147 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 147 | ERROR   | [x] Whitespace found at end of line
 148 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 148 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 151 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 151 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
 151 | ERROR   | [x] Whitespace found at end of line
 152 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 152 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 4
 152 | ERROR   | [x] Whitespace found at end of line
 153 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 153 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 4
 154 | ERROR   | [x] Short array syntax must be used to define arrays
 155 | ERROR   | [x] Short array syntax must be used to define arrays
 156 | ERROR   | [x] Short array syntax must be used to define arrays
 160 | ERROR   | [x] Short array syntax must be used to define arrays
 161 | ERROR   | [x] Short array syntax must be used to define arrays
 173 | WARNING | [x] There must be no blank line following an inline comment
 173 | ERROR   | [x] No space found before comment text; expected "// Set status file to FILE_STATUS_PERMANENT" but found "//Set status file to FILE_STATUS_PERMANENT"
 173 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 53 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Form/MDSliderImportForm.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------FOUND 32 ERRORS AND 6 WARNINGS AFFECTING 24 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
  14 | WARNING | [x] Unused use statement
  15 | WARNING | [x] Unused use statement
  19 | WARNING | [x] Unused use statement
  20 | WARNING | [x] Unused use statement
  22 | ERROR   | [x] Missing class doc comment
  46 | ERROR   | [x] No space found before comment text; expected "// $container->get('entity.manager')->getStorage('file')" but found "//$container->get('entity.manager')->getStorage('file')"
  47 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  47 | ERROR   | [x] Line indented incorrectly; expected at least 4 spaces, found 3
  63 | ERROR   | [x] Short array syntax must be used to define arrays
  67 | ERROR   | [x] Short array syntax must be used to define arrays
  68 | ERROR   | [x] Short array syntax must be used to define arrays
  74 | ERROR   | [x] Short array syntax must be used to define arrays
  79 | ERROR   | [x] Expected 1 blank line after function; 2 found
  87 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
  87 | ERROR   | [x] No space found before comment text; expected "// $writable = file_prepare_directory($destination_dir, FILE_CREATE_DIRECTORY);" but found "//$writable = file_prepare_directory($destination_dir,
     |         |     FILE_CREATE_DIRECTORY);"
  88 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  88 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  88 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
  90 | ERROR   | [x] No space found before comment text; expected "// drupal_set_message($this->t());" but found "//drupal_set_message($this->t());"
  91 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  91 | WARNING | [ ] Line exceeds 80 characters; contains 111 characters
  91 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  91 | ERROR   | [x] No space found before comment text; expected "// /Drupal::messenger()->addMessage($this->t('Clone successfully Slider %title', array('%title' => $title)));" but found
     |         |     "///Drupal::messenger()->addMessage($this->t('Clone successfully Slider %title', array('%title' => $title)));"
  91 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  92 | ERROR   | [x] Short array syntax must be used to define arrays
  93 | ERROR   | [x] Short array syntax must be used to define arrays
  93 | ERROR   | [x] Expected 1 space between double arrow and "$destination_dir"; 2 found
  93 | ERROR   | [x] Expected 1 space after "=>"; 2 found
 104 | ERROR   | [x] No space found before comment text; expected "// $file_path = drupal_realpath($file->getFileUri());" but found "//$file_path = drupal_realpath($file->getFileUri());"
 105 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 105 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 110 | ERROR   | [x] No space found before comment text; expected "// drupal_set_message($this->t("MD Slider: Import successful!"));" but found "//drupal_set_message($this->t("MD Slider: Import successful!"));"
 110 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 111 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 111 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 113 | ERROR   | [x] Expected 1 newline at end of file; 0 found
 113 | ERROR   | [x] The closing brace for the class must have an empty line before it
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------PHPCBF CAN FIX THE 36 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/MDCommon.php
-----------------------------------------------------------------------------------------------------------
FOUND 86 ERRORS AND 2 WARNINGS AFFECTING 51 LINES
-----------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
  10 | ERROR   | [x] Non-namespaced classes/interfaces/traits should not be referenced with use statements
  12 | ERROR   | [x] Missing class doc comment
  13 | ERROR   | [ ] Missing member variable doc comment
  13 | ERROR   | [ ] Class property $in_effects should use lowerCamel naming without underscores
  13 | ERROR   | [x] Short array syntax must be used to define arrays
  30 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  30 | ERROR   | [x] Comments may not appear after statements
  32 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  32 | ERROR   | [x] Comments may not appear after statements
  39 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  39 | ERROR   | [x] Comments may not appear after statements
  40 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  40 | ERROR   | [x] Comments may not appear after statements
  41 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  41 | ERROR   | [x] Comments may not appear after statements
  42 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  42 | ERROR   | [x] Comments may not appear after statements
  43 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  43 | ERROR   | [x] Comments may not appear after statements
  44 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  44 | ERROR   | [x] Comments may not appear after statements
  45 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  45 | ERROR   | [x] Comments may not appear after statements
  46 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  46 | ERROR   | [x] Comments may not appear after statements
  47 | ERROR   | [x] No space found before comment text; expected "// -," but found "//-,"
  47 | ERROR   | [x] Comments may not appear after statements
  48 | WARNING | [x] A comma should follow the last multiline array item. Found: 'shuffleLetter'
  51 | ERROR   | [ ] Missing member variable doc comment
  51 | ERROR   | [ ] Class property $out_effects should use lowerCamel naming without underscores
  51 | ERROR   | [x] Short array syntax must be used to define arrays
  52 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  52 | ERROR   | [x] Comments may not appear after statements
  53 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  53 | ERROR   | [x] Comments may not appear after statements
  70 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  70 | ERROR   | [x] Comments may not appear after statements
  72 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  72 | ERROR   | [x] Comments may not appear after statements
  74 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  74 | ERROR   | [x] Comments may not appear after statements
  81 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  81 | ERROR   | [x] Comments may not appear after statements
  82 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  82 | ERROR   | [x] Comments may not appear after statements
  83 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  83 | ERROR   | [x] Comments may not appear after statements
  84 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  84 | ERROR   | [x] Comments may not appear after statements
  85 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  85 | ERROR   | [x] Comments may not appear after statements
  86 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  86 | ERROR   | [x] Comments may not appear after statements
  87 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  87 | ERROR   | [x] Comments may not appear after statements
  88 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  88 | ERROR   | [x] Comments may not appear after statements
  89 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  89 | ERROR   | [x] Comments may not appear after statements
  90 | WARNING | [x] A comma should follow the last multiline array item. Found: 'vanishOut'
  90 | ERROR   | [x] No space found before comment text; expected "// -" but found "//-"
  90 | ERROR   | [x] Comments may not appear after statements
  93 | ERROR   | [ ] Missing member variable doc comment
  93 | ERROR   | [ ] Class property $default_layers should use lowerCamel naming without underscores
  93 | ERROR   | [x] Short array syntax must be used to define arrays
  94 | ERROR   | [x] Short array syntax must be used to define arrays
 115 | ERROR   | [x] Short array syntax must be used to define arrays
 133 | ERROR   | [x] Short array syntax must be used to define arrays
 153 | ERROR   | [x] Missing function doc comment
 154 | ERROR   | [x] Short array syntax must be used to define arrays
 167 | ERROR   | [x] Missing function doc comment
 167 | ERROR   | [ ] Public method name "MDCommon::getYoutubeID" is not in lowerCamel format
 167 | ERROR   | [x] Expected 1 space after FUNCTION keyword; 2 found
 170 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
 173 | ERROR   | [x] Missing function doc comment
 173 | ERROR   | [ ] Public method name "MDCommon::getVimeoID" is not in lowerCamel format
 175 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
 178 | ERROR   | [x] Missing function doc comment
 207 | ERROR   | [x] Doc comment short description must end with a full stop
 211 | ERROR   | [x] Perl-style comments are not allowed; use "// Comment" instead
 213 | ERROR   | [x] Expected newline after closing brace
 214 | ERROR   | [x] Perl-style comments are not allowed; use "// Comment" instead
 219 | ERROR   | [x] Missing function doc comment
 230 | ERROR   | [x] Short array syntax must be used to define arrays
 237 | ERROR   | [x] Expected 1 blank line after function; 2 found
 240 | ERROR   | [x] Expected 1 newline at end of file; 0 found
 240 | ERROR   | [x] The closing brace for the class must have an empty line before it
-----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 80 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/MDSlide.php
-------------------------------------------------------------------------------------------------------------------
FOUND 19 ERRORS AND 3 WARNINGS AFFECTING 19 LINES
-------------------------------------------------------------------------------------------------------------------
  3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
 10 | ERROR   | [x] Missing class doc comment
 11 | ERROR   | [ ] Missing member variable doc comment
 12 | ERROR   | [ ] Missing member variable doc comment
 13 | ERROR   | [ ] Missing member variable doc comment
 14 | ERROR   | [ ] Missing member variable doc comment
 15 | ERROR   | [ ] Missing member variable doc comment
 17 | ERROR   | [x] Scope keyword "public" must be followed by a single space; found 2
 17 | ERROR   | [x] Missing function doc comment
 25 | WARNING | [x] 'TODO: Implement getDataSlider() method.' should match the format '@todo Fix problem X here.'
 32 | WARNING | [x] 'TODO: Implement saveDataSlider() method.' should match the format '@todo Fix problem X here.'
 35 | ERROR   | [x] Short array syntax must be used to define arrays
 47 | ERROR   | [x] Short array syntax must be used to define arrays
 48 | WARNING | [x] A comma should follow the last multiline array item. Found: $slid
 50 | ERROR   | [x] Expected 1 space after comma in argument list; 2 found
 50 | ERROR   | [x] Expected one space after the comma, 2 found
 56 | ERROR   | [x] Missing function doc comment
 57 | ERROR   | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
 73 | ERROR   | [x] Short array syntax must be used to define arrays
 80 | ERROR   | [x] Short array syntax must be used to define arrays
 85 | ERROR   | [x] Expected 1 newline at end of file; 0 found
 85 | ERROR   | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/MDSlider.php
----------------------------------------------------------------------------------------------------------------------
FOUND 24 ERRORS AND 5 WARNINGS AFFECTING 27 LINES
----------------------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
   8 | ERROR   | [x] There must be one blank line after the namespace declaration
  11 | ERROR   | [x] Missing class doc comment
  13 | ERROR   | [ ] Missing member variable doc comment
  14 | ERROR   | [ ] Missing member variable doc comment
  15 | ERROR   | [ ] Missing member variable doc comment
  16 | ERROR   | [ ] Missing member variable doc comment
  16 | ERROR   | [ ] Class property $machine_name should use lowerCamel naming without underscores
  17 | ERROR   | [ ] Missing member variable doc comment
  19 | ERROR   | [x] Missing function doc comment
  21 | ERROR   | [x] Expected 1 blank line after function; 2 found
  28 | ERROR   | [x] Short array syntax must be used to define arrays
  29 | WARNING | [x] A comma should follow the last multiline array item. Found: $slider
  39 | ERROR   | [x] Missing function doc comment
  51 | ERROR   | [x] Short array syntax must be used to define arrays
  62 | ERROR   | [x] Short array syntax must be used to define arrays
  63 | WARNING | [x] A comma should follow the last multiline array item. Found: $slid
  65 | ERROR   | [x] Expected 1 space after comma in argument list; 2 found
  65 | ERROR   | [x] Expected one space after the comma, 2 found
  69 | ERROR   | [x] Expected 1 blank line after function; 2 found
  76 | WARNING | [x] 'TODO: Implement deleteDataSlider() method.' should match the format '@todo Fix problem X here.'
  77 | ERROR   | [x] Short array syntax must be used to define arrays
  78 | WARNING | [x] A comma should follow the last multiline array item. Found: $slid
  85 | ERROR   | [x] Missing function doc comment
  86 | ERROR   | [x] Short array syntax must be used to define arrays
  87 | WARNING | [x] A comma should follow the last multiline array item. Found: $slider
  98 | ERROR   | [x] Short array syntax must be used to define arrays
 109 | ERROR   | [x] Expected 1 space before "=>"; 0 found
 133 | ERROR   | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/MDSliderDataBase.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 111 ERRORS AND 6 WARNINGS AFFECTING 67 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
   8 | ERROR   | [x] There must be one blank line after the namespace declaration
   9 | WARNING | [x] Unused use statement
  10 | WARNING | [x] Unused use statement
  12 | WARNING | [x] Unused use statement
  12 | ERROR   | [x] There must be one blank line after the last USE statement; 0 found;
  13 | ERROR   | [x] Missing class doc comment
  15 | ERROR   | [ ] Missing short description in doc comment
  16 | ERROR   | [ ] Missing parameter comment
  16 | ERROR   | [ ] Missing parameter type
  17 | ERROR   | [ ] Missing parameter comment
  17 | ERROR   | [ ] Missing parameter type
  18 | ERROR   | [ ] Description for the @return value is missing
  25 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
  26 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
  27 | ERROR   | [x] Line indented incorrectly; expected 7 spaces, found 2
  27 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  28 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  28 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  28 | ERROR   | [x] No space found before comment text; expected "// $connection = /Drupal/Core/Database/Database::getConnection();" but found "//$connection = /Drupal/Core/Database/Database::getConnection();"
  29 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  29 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  30 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  30 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  33 | WARNING | [ ] Line exceeds 80 characters; contains 90 characters
  34 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
  35 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
  37 | ERROR   | [x] Line indented incorrectly; expected 7 spaces, found 3
  37 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  38 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  38 | ERROR   | [x] Short array syntax must be used to define arrays
  39 | ERROR   | [x] Array indentation error, expected 5 spaces but found 8
  40 | ERROR   | [x] Array indentation error, expected 5 spaces but found 8
  41 | ERROR   | [x] Array closing indentation error, expected 3 spaces but found 6
  41 | ERROR   | [x] Expected one space after the comma, 0 found
  46 | ERROR   | [x] Missing function doc comment
  49 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  49 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  50 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
  51 | ERROR   | [x] Line indented incorrectly; expected 7 spaces, found 2
  51 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  52 | ERROR   | [x] No space found before comment text; expected "// $connection = /Drupal/Core/Database/Database::getConnection();" but found "//$connection = /Drupal/Core/Database/Database::getConnection();"
  53 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  53 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  54 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  54 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  61 | WARNING | [ ] Line exceeds 80 characters; contains 90 characters
  62 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
  63 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 8
  65 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  65 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found 3
  65 | ERROR   | [x] Short array syntax must be used to define arrays
  66 | ERROR   | [x] Array indentation error, expected 5 spaces but found 8
  67 | ERROR   | [x] Array indentation error, expected 5 spaces but found 8
  68 | ERROR   | [x] Array closing indentation error, expected 3 spaces but found 6
  68 | ERROR   | [x] Expected one space after the comma, 0 found
  71 | ERROR   | [x] Expected 1 blank line after function; 0 found
  72 | ERROR   | [ ] Missing short description in doc comment
  73 | ERROR   | [ ] Missing parameter comment
  73 | ERROR   | [ ] Missing parameter type
  74 | ERROR   | [ ] Missing parameter comment
  76 | ERROR   | [ ] Type hint "array" missing for $entry
  76 | ERROR   | [x] Short array syntax must be used to define arrays
  77 | ERROR   | [x] No space found before comment text; expected "// $select = db_select($table, 'table_alias');" but found "//$select = db_select($table, 'table_alias');"
  78 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  78 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  78 | ERROR   | [x] No space found before comment text; expected "// $database = /Drupal::database();" but found "//$database = /Drupal::database();"
  79 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  79 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  79 | ERROR   | [x] No space found before comment text; expected "// $connection = /Drupal/Core/Database/Database::getConnection();" but found "//$connection = /Drupal/Core/Database/Database::getConnection();"
  80 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  80 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  81 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  81 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  81 | ERROR   | [x] Expected 1 space after "="; 2 found
  82 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  82 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  82 | ERROR   | [x] No space found before comment text; expected "// $select =  $select->fields('table_alias');" but found "//$select =  $select->fields('table_alias');"
  89 | ERROR   | [ ] Missing short description in doc comment
  90 | ERROR   | [ ] Missing parameter comment
  90 | ERROR   | [ ] Missing parameter type
  91 | ERROR   | [ ] Missing parameter comment
  92 | ERROR   | [ ] Missing parameter comment
  93 | ERROR   | [ ] Return type missing for @return tag in function comment
  93 | ERROR   | [ ] Description for the @return value is missing
  95 | ERROR   | [ ] Type hint "array" missing for $entry
  95 | ERROR   | [ ] Type hint "null" missing for $sort
  95 | ERROR   | [x] Short array syntax must be used to define arrays
  95 | ERROR   | [x] Short array syntax must be used to define arrays
  96 | ERROR   | [x] No space found before comment text; expected "// $select = db_select($table, 'table_alias');" but found "//$select = db_select($table, 'table_alias');"
  97 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  97 | WARNING | [x] There must be no blank line following an inline comment
  97 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  97 | ERROR   | [x] No space found before comment text; expected "// $select->fields('table_alias');" but found "//$select->fields('table_alias');"
  98 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  98 | ERROR   | [x] Whitespace found at end of line
  99 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  99 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
  99 | ERROR   | [x] No space found before comment text; expected "// $connection = /Drupal/Core/Database/Database::getConnection();" but found "//$connection = /Drupal/Core/Database/Database::getConnection();"
 100 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 100 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 101 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 101 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 101 | ERROR   | [x] Expected one space after the comma, 0 found
 116 | ERROR   | [x] Missing function doc comment
 116 | ERROR   | [x] Short array syntax must be used to define arrays
 117 | ERROR   | [x] No space found before comment text; expected "// $delete = db_delete($table);" but found "//$delete = db_delete($table);"
 118 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 118 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 118 | ERROR   | [x] No space found before comment text; expected "// $connection = /Drupal/Core/Database/Database::getConnection();" but found "//$connection = /Drupal/Core/Database/Database::getConnection();"
 119 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 119 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 120 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 120 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 128 | ERROR   | [x] Expected 1 newline at end of file; 0 found
 128 | ERROR   | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 95 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/MDSliderInterface.php
-----------------------------------------------------------------------------------------------------
FOUND 19 ERRORS AFFECTING 15 LINES
-----------------------------------------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
  8 | ERROR | [x] There must be one blank line after the namespace declaration
 11 | ERROR | [x] Missing interface doc comment
 13 | ERROR | [ ] Missing short description in doc comment
 14 | ERROR | [ ] Missing parameter comment
 14 | ERROR | [ ] Missing parameter type
 15 | ERROR | [ ] Description for the @return value is missing
 19 | ERROR | [ ] Missing short description in doc comment
 20 | ERROR | [ ] Missing parameter comment
 20 | ERROR | [ ] Missing parameter type
 21 | ERROR | [ ] Description for the @return value is missing
 25 | ERROR | [ ] Missing short description in doc comment
 26 | ERROR | [ ] Missing parameter comment
 26 | ERROR | [ ] Missing parameter type
 27 | ERROR | [ ] Description for the @return value is missing
 31 | ERROR | [ ] Missing short description in doc comment
 32 | ERROR | [ ] Missing parameter comment
 32 | ERROR | [ ] Missing parameter type
 33 | ERROR | [ ] Description for the @return value is missing
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Plugin/Block/MDSliderBlock.php
----------------------------------------------------------------------------------------------------------
FOUND 30 ERRORS AND 4 WARNINGS AFFECTING 29 LINES
----------------------------------------------------------------------------------------------------------
  3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
 18 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
 25 | ERROR   | [x] Additional blank lines found at end of doc comment
 25 | ERROR   | [x] There must be exactly one newline after the class comment
 34 | ERROR   | [x] Short array syntax must be used to define arrays
 35 | WARNING | [x] A comma should follow the last multiline array item. Found: $slider_name
 39 | ERROR   | [x] Short array syntax must be used to define arrays
 40 | WARNING | [ ] Avoid backslash escaping in translatable strings when possible, use "" quotes instead
 40 | WARNING | [x] A comma should follow the last multiline array item. Found: '</h3>'
 44 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 46 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 47 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 48 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 49 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 50 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 53 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 54 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 54 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 55 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 57 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 60 | ERROR   | [x] Inline control structures are not allowed
 62 | ERROR   | [x] Inline control structures are not allowed
 69 | ERROR   | [x] Short array syntax must be used to define arrays
 70 | ERROR   | [x] Short array syntax must be used to define arrays
 75 | ERROR   | [x] Short array syntax must be used to define arrays
 80 | ERROR   | [x] Short array syntax must be used to define arrays
 82 | ERROR   | [x] Short array syntax must be used to define arrays
 82 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 84 | ERROR   | [x] Short array syntax must be used to define arrays
 87 | ERROR   | [x] Short array syntax must be used to define arrays
 88 | ERROR   | [x] Short array syntax must be used to define arrays
 89 | ERROR   | [x] Short array syntax must be used to define arrays
 94 | ERROR   | [x] Expected 1 newline at end of file; 0 found
 94 | ERROR   | [x] The closing brace for the class must have an empty line before it
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 33 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Plugin/Derivative/MDSliderBlock.php
-----------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
 29 | ERROR | [x] Expected 1 blank line after function; 0 found
 30 | ERROR | [x] The closing brace for the class must have an empty line before it
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Plugin/Field/FieldFormatter/MDSliderFormatter.php
-------------------------------------------------------------------------------------------------------------
FOUND 30 ERRORS AND 4 WARNINGS AFFECTING 29 LINES
-------------------------------------------------------------------------------------------------------------
  3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
 33 | ERROR   | [x] Short array syntax must be used to define arrays
 40 | ERROR   | [x] Missing function doc comment
 40 | ERROR   | [ ] Public method name "MDSliderFormatter::getViewMDSlider" is not in lowerCamel format
 41 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 41 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
 44 | ERROR   | [x] Short array syntax must be used to define arrays
 45 | WARNING | [x] A comma should follow the last multiline array item. Found: $slider_name
 49 | ERROR   | [x] Short array syntax must be used to define arrays
 50 | WARNING | [ ] Avoid backslash escaping in translatable strings when possible, use "" quotes instead
 50 | WARNING | [x] A comma should follow the last multiline array item. Found: '</h3>'
 54 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 56 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 57 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 58 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 59 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 60 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 63 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 64 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 64 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 65 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 67 | ERROR   | [x] Expected 1 space(s) after cast statement; 0 found
 70 | ERROR   | [x] Inline control structures are not allowed
 72 | ERROR   | [x] Inline control structures are not allowed
 79 | ERROR   | [x] Short array syntax must be used to define arrays
 80 | ERROR   | [x] Short array syntax must be used to define arrays
 85 | ERROR   | [x] Short array syntax must be used to define arrays
 90 | ERROR   | [x] Short array syntax must be used to define arrays
 92 | ERROR   | [x] Short array syntax must be used to define arrays
 92 | WARNING | [x] A comma should follow the last multiline array item. Found: )
 94 | ERROR   | [x] Short array syntax must be used to define arrays
 97 | ERROR   | [x] Short array syntax must be used to define arrays
 98 | ERROR   | [x] Short array syntax must be used to define arrays
 99 | ERROR   | [x] Short array syntax must be used to define arrays
-------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 32 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Plugin/Field/FieldType/FieldMDSlider.php
-----------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
-----------------------------------------------------------------------------------------------------
  3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
 14 | ERROR | [ ] Missing short description in doc comment
 29 | ERROR | [x] Expected 1 blank line before function; 0 found
 30 | ERROR | [x] Short array syntax must be used to define arrays
 31 | ERROR | [x] Short array syntax must be used to define arrays
 32 | ERROR | [x] Short array syntax must be used to define arrays
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Plugin/Field/FieldWidget/MDSliderWidget.php
-------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AND 1 WARNING AFFECTING 7 LINES
-------------------------------------------------------------------------------------------------------
  3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
 33 | ERROR   | [x] Use null coalesce operator instead of ternary operator.
 38 | ERROR   | [x] Concat operator must be surrounded by a single space
 38 | ERROR   | [x] Whitespace found at end of line
 39 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 39 | ERROR   | [x] Line indented incorrectly; expected at least 6 spaces, found 2
 39 | ERROR   | [x] Short array syntax must be used to define arrays
 39 | WARNING | [x] A comma should follow the last multiline array item. Found: '</h5>'
 48 | ERROR   | [x] Short array syntax must be used to define arrays
 53 | ERROR   | [x] Whitespace found at end of line
 55 | ERROR   | [x] Short array syntax must be used to define arrays
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Slider/MDSliderExport.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 22 ERRORS AND 1 WARNING AFFECTING 19 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
  13 | ERROR   | [x] Missing class doc comment
  14 | ERROR   | [ ] Missing member variable doc comment
  16 | ERROR   | [x] Doc comment short description must end with a full stop
  17 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  22 | ERROR   | [x] Doc comment short description must end with a full stop
  23 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  25 | ERROR   | [ ] Class property $slider_data should use lowerCamel naming without underscores
  27 | ERROR   | [x] Missing function doc comment
  31 | ERROR   | [ ] Parameter $images is not described in comment
  31 | ERROR   | [ ] Parameter $slider_data is not described in comment
  33 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  33 | ERROR   | [ ] Missing parameter comment
  33 | ERROR   | [ ] Missing parameter type
  38 | ERROR   | [x] Short array syntax must be used to define arrays
  39 | WARNING | [x] A comma should follow the last multiline array item. Found: slid
  80 | ERROR   | [x] Case breaking statements must be followed by a single blank line
  97 | ERROR   | [ ] The array declaration extends to column 101 (the limit is 80). The array content should be split up over multiple lines
  97 | ERROR   | [x] Short array syntax must be used to define arrays
 101 | ERROR   | [x] Expected 1 blank line after function; 2 found
 107 | ERROR   | [ ] Public method name "MDSliderExport::exportMDSlider" is not in lowerCamel format
 116 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 121 | ERROR   | [x] Expected 1 newline at end of file; 0 found
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Slider/MDSliderImport.php
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 60 ERRORS AND 2 WARNINGS AFFECTING 50 LINES
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
  14 | WARNING | [x] Unused use statement
  15 | WARNING | [x] Unused use statement
  15 | ERROR   | [x] There must be one blank line after the last USE statement; 0 found;
  16 | ERROR   | [x] Missing class doc comment
  18 | ERROR   | [x] Doc comment short description must end with a full stop
  19 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  24 | ERROR   | [x] Doc comment short description must end with a full stop
  25 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  27 | ERROR   | [ ] Class property $slider_data should use lowerCamel naming without underscores
  31 | ERROR   | [x] Doc comment short description must end with a full stop
  32 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  32 | ERROR   | [ ] Missing parameter comment
  32 | ERROR   | [ ] Missing parameter type
  33 | ERROR   | [ ] Missing parameter comment
  33 | ERROR   | [ ] Missing parameter type
  35 | ERROR   | [x] Expected 1 blank line before function; 2 found
  36 | ERROR   | [ ] Function zip_open() has been deprecated
  37 | ERROR   | [ ] Function zip_read() has been deprecated
  38 | ERROR   | [ ] Function zip_entry_name() has been deprecated
  39 | ERROR   | [x] Inline control structures are not allowed
  42 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  47 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  48 | ERROR   | [ ] Function zip_entry_open() has been deprecated
  49 | ERROR   | [ ] Function zip_entry_read() has been deprecated
  49 | ERROR   | [ ] Function zip_entry_filesize() has been deprecated
  50 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
  51 | ERROR   | [x] Inline control structures are not allowed
  53 | ERROR   | [ ] Function zip_entry_close() has been deprecated
  56 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  57 | ERROR   | [ ] Function zip_entry_open() has been deprecated
  58 | ERROR   | [ ] Function zip_entry_read() has been deprecated
  58 | ERROR   | [ ] Function zip_entry_filesize() has been deprecated
  59 | ERROR   | [ ] Function zip_entry_close() has been deprecated
  62 | ERROR   | [ ] Function zip_close() has been deprecated
  69 | ERROR   | [x] Doc comment short description must end with a full stop
  71 | ERROR   | [x] Additional blank lines found at end of doc comment
  79 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  84 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  88 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
  89 | ERROR   | [x] Concat operator must be surrounded by a single space
  90 | ERROR   | [x] Concat operator must be surrounded by a single space
  95 | ERROR   | [x] Short array syntax must be used to define arrays
  97 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
  97 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found 2
  97 | ERROR   | [x] Expected one space after the comma, 0 found
  98 | ERROR   | [x] No space found before comment text; expected "// drupal_set_message(t("MD Slider: Import unsuccessful!"), "error");" but found "//drupal_set_message(t("MD Slider: Import unsuccessful!"), "error");"
  98 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 102 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 107 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 108 | ERROR   | [x] Inline control structures are not allowed
 110 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 110 | ERROR   | [x] Inline control structures are not allowed
 113 | ERROR   | [x] Inline control structures are not allowed
 115 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 115 | ERROR   | [x] Inline control structures are not allowed
 118 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 122 | ERROR   | [x] Inline control structures are not allowed
 127 | ERROR   | [x] Inline control structures are not allowed
 137 | ERROR   | [x] Short array syntax must be used to define arrays
 145 | ERROR   | [x] Expected 1 newline at end of file; 0 found
 145 | ERROR   | [x] The closing brace for the class must have an empty line before it
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 45 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Slider/MDSliderRenderCss.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 110 ERRORS AND 4 WARNINGS AFFECTING 76 LINES
-------------------------------------------------------------------------------------------------------------------------------
   1 | ERROR   | [x] The PHP open tag must be followed by exactly one blank line
   2 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
   7 | ERROR   | [x] There must be one blank line after the namespace declaration
   8 | WARNING | [x] Unused use statement
   9 | WARNING | [x] Unused use statement
  10 | WARNING | [x] Unused use statement
  12 | ERROR   | [x] Missing class doc comment
  12 | ERROR   | [x] Expected 1 space before opening brace; found 0
  15 | ERROR   | [x] Doc comment short description must end with a full stop
  16 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  16 | ERROR   | [x] Expected "array" but found "array;" for @var tag in member variable comment
  22 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  22 | ERROR   | [ ] Missing parameter comment
  22 | ERROR   | [ ] Missing parameter type
  24 | ERROR   | [x] Expected 1 space before opening brace; found 0
  25 | ERROR   | [x] Short array syntax must be used to define arrays
  31 | ERROR   | [x] Expected newline after closing brace
  34 | ERROR   | [x] Expected newline after closing brace
  40 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  41 | ERROR   | [x] Inline control structures are not allowed
  44 | ERROR   | [x] Perl-style comments are not allowed; use "// Comment" instead
  49 | ERROR   | [x] Perl-style comments are not allowed; use "// Comment" instead
  53 | ERROR   | [x] Expected newline after closing brace
  76 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  77 | ERROR   | [x] Inline control structures are not allowed
  80 | ERROR   | [x] Inline control structures are not allowed
  83 | ERROR   | [x] Inline control structures are not allowed
  86 | ERROR   | [x] Inline control structures are not allowed
  89 | ERROR   | [x] Perl-style comments are not allowed; use "// Comment" instead
  92 | ERROR   | [x] Inline control structures are not allowed
  94 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
  94 | ERROR   | [x] Inline control structures are not allowed
 113 | ERROR   | [x] Expected newline after closing brace
 113 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 113 | ERROR   | [x] Inline control structures are not allowed
 130 | ERROR   | [x] Inline control structures are not allowed
 132 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 132 | ERROR   | [x] Inline control structures are not allowed
 138 | ERROR   | [ ] Doc comment short description must end with a full stop
 138 | ERROR   | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
 139 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
 139 | ERROR   | [ ] Missing parameter comment
 139 | ERROR   | [ ] Missing parameter type
 140 | ERROR   | [ ] Missing parameter comment
 140 | ERROR   | [ ] Missing parameter type
 141 | ERROR   | [ ] Missing parameter comment
 141 | ERROR   | [ ] Missing parameter type
 142 | ERROR   | [x] Separate the @param and @internal sections by a blank line.
 144 | ERROR   | [ ] Public method name "MDSliderRenderCss::getCSS" is not in lowerCamel format
 144 | ERROR   | [x] Short array syntax must be used to define arrays
 144 | ERROR   | [ ] Arguments with default values must be at the end of the argument list
 145 | ERROR   | [x] Short array syntax must be used to define arrays
 157 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 172 | ERROR   | [x] Expected 1 blank line after function; 0 found
 174 | ERROR   | [x] Doc comment short description must end with a full stop
 175 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
 175 | ERROR   | [ ] Missing parameter comment
 175 | ERROR   | [ ] Missing parameter type
 176 | ERROR   | [x] Separate the @param and @return sections by a blank line.
 176 | ERROR   | [ ] Description for the @return value is missing
 179 | ERROR   | [x] Short array syntax must be used to define arrays
 181 | ERROR   | [x] Inline control structures are not allowed
 184 | ERROR   | [x] Inline control structures are not allowed
 187 | ERROR   | [x] Inline control structures are not allowed
 190 | ERROR   | [x] Inline control structures are not allowed
 194 | ERROR   | [x] Expected 1 blank line after function; 2 found
 198 | ERROR   | [x] Doc comment short description must end with a full stop
 199 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
 199 | ERROR   | [ ] Missing parameter comment
 199 | ERROR   | [ ] Missing parameter type
 200 | ERROR   | [x] Separate the @param and @return sections by a blank line.
 200 | ERROR   | [ ] Description for the @return value is missing
 209 | ERROR   | [x] Expected newline after closing brace
 215 | ERROR   | [x] Short array syntax must be used to define arrays
 219 | ERROR   | [x] Function comment short description must start with exactly one space
 219 | ERROR   | [x] Doc comment short description must end with a full stop
 220 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
 220 | ERROR   | [ ] Missing parameter comment
 220 | ERROR   | [ ] Missing parameter type
 221 | ERROR   | [x] Separate the @param and @var sections by a blank line.
 222 | ERROR   | [x] Separate the @var and @return sections by a blank line.
 222 | ERROR   | [ ] Description for the @return value is missing
 225 | ERROR   | [x] Short array syntax must be used to define arrays
 228 | ERROR   | [x] Inline control structures are not allowed
 230 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 230 | ERROR   | [x] Inline control structures are not allowed
 235 | ERROR   | [x] Inline control structures are not allowed
 237 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 237 | ERROR   | [x] Inline control structures are not allowed
 247 | ERROR   | [x] Inline control structures are not allowed
 249 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 249 | ERROR   | [x] Inline control structures are not allowed
 253 | ERROR   | [x] Inline control structures are not allowed
 255 | ERROR   | [x] Expected 1 space after ELSE keyword; newline found
 255 | ERROR   | [x] Inline control structures are not allowed
 259 | ERROR   | [ ] Missing short description in doc comment
 260 | ERROR   | [ ] Missing parameter comment
 260 | ERROR   | [ ] Missing parameter type
 261 | ERROR   | [ ] Missing parameter comment
 261 | ERROR   | [ ] Missing parameter type
 266 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 266 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 268 | WARNING | [ ] Line exceeds 80 characters; contains 115 characters
 269 | ERROR   | [x] Line indented incorrectly; expected 5 spaces, found 1
 269 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 270 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 270 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 270 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 271 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 271 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 1
 271 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
 272 | ERROR   | [x] Expected 1 blank line after function; 0 found
 273 | ERROR   | [x] Expected 1 newline at end of file; 2 found
 273 | ERROR   | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 87 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------


FILE: /web/modules/contrib/md_slider/src/Slider/MDSliderZip.php
-----------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 101 ERRORS AND 11 WARNINGS AFFECTING 68 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
   8 | ERROR   | [x] There must be one blank line after the namespace declaration
  11 | ERROR   | [x] Missing class doc comment
  14 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
  14 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  14 | ERROR   | [x] Comments may not appear after statements
  15 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters
  15 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  15 | ERROR   | [x] Comments may not appear after statements
  16 | WARNING | [ ] Line exceeds 80 characters; contains 108 characters
  16 | ERROR   | [x] No space found before comment text; expected "// end of Central directory record" but found "//end of Central directory record"
  16 | ERROR   | [x] Inline comments must start with a capital letter
  16 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  16 | ERROR   | [x] Comments may not appear after statements
  21 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  21 | ERROR   | [x] Comments may not appear after statements
  22 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  22 | ERROR   | [x] Comments may not appear after statements
  24 | ERROR   | [x] You must use "/**" style comments for a member variable comment
  24 | WARNING | [ ] Line exceeds 80 characters; contains 108 characters
  24 | ERROR   | [x] Comments may not appear after statements
  26 | ERROR   | [x] You must use "/**" style comments for a member variable comment
  27 | ERROR   | [ ] Missing member variable doc comment
  28 | ERROR   | [ ] Missing member variable doc comment
  29 | ERROR   | [ ] Missing member variable doc comment
  29 | ERROR   | [x] Short array syntax must be used to define arrays
  29 | ERROR   | [x] Inline comments must start with a capital letter
  29 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  29 | ERROR   | [x] Comments may not appear after statements
  30 | ERROR   | [x] You must use "/**" style comments for a member variable comment
  31 | ERROR   | [ ] Missing member variable doc comment
  32 | ERROR   | [ ] Missing member variable doc comment
  34 | ERROR   | [ ] Missing member variable doc comment
  35 | ERROR   | [ ] Missing member variable doc comment
  36 | ERROR   | [ ] Missing member variable doc comment
  37 | ERROR   | [ ] Missing member variable doc comment
  38 | ERROR   | [ ] Missing member variable doc comment
  39 | ERROR   | [ ] Missing member variable doc comment
  40 | ERROR   | [ ] Missing member variable doc comment
  45 | ERROR   | [x] Expected "bool" but found "boolean" for parameter type
  45 | ERROR   | [x] Parameter comment must be on the next line
  45 | ERROR   | [x] Parameter comment must end with a full stop
  47 | ERROR   | [x] Visibility must be declared on method "__construct"
  56 | ERROR   | [x] Missing function doc comment
  56 | ERROR   | [x] Visibility must be declared on method "__destruct"
  66 | ERROR   | [x] Visibility must be declared on method "setExtraField"
 138 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 138 | ERROR   | [x] Comments may not appear after statements
 139 | WARNING | [ ] Line exceeds 80 characters; contains 140 characters
 139 | ERROR   | [x] Comments may not appear after statements
 145 | WARNING | [ ] Line exceeds 80 characters; contains 129 characters
 145 | ERROR   | [x] Inline comments must start with a capital letter
 145 | ERROR   | [x] Comments may not appear after statements
 146 | WARNING | [ ] Line exceeds 80 characters; contains 183 characters
 156 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 156 | ERROR   | [x] Comments may not appear after statements
 157 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 157 | ERROR   | [x] Comments may not appear after statements
 174 | ERROR   | [x] Short array syntax must be used to define arrays
 238 | ERROR   | [x] Space before opening parenthesis of function call prohibited
 271 | ERROR   | [x] Space before opening parenthesis of function call prohibited
 297 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters
 305 | ERROR   | [x] Missing function doc comment
 312 | ERROR   | [x] Calling class constructors must always include parentheses
 364 | ERROR   | [ ] sizeof() is a function name alias, use count() instead
 421 | ERROR   | [x] Visibility must be declared on method "sendZip"
 489 | ERROR   | [x] Doc comment short description must end with a full stop
 491 | ERROR   | [ ] Missing parameter comment
 491 | ERROR   | [x] Expected "string" but found "String" for parameter type
 492 | ERROR   | [ ] Missing parameter comment
 492 | ERROR   | [x] Expected "string" but found "String" for parameter type
 493 | ERROR   | [ ] Missing parameter comment
 493 | ERROR   | [x] Expected "string" but found "String" for parameter type
 494 | ERROR   | [ ] Missing parameter comment
 494 | ERROR   | [x] Expected "string" but found "String" for parameter type
 495 | ERROR   | [ ] Missing parameter comment
 496 | ERROR   | [ ] Missing parameter comment
 497 | ERROR   | [ ] Missing parameter comment
 498 | ERROR   | [ ] Missing parameter comment
 499 | ERROR   | [x] Expected "int" but found "integer" for parameter type
 499 | ERROR   | [x] Parameter comment must be on the next line
 528 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 528 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 528 | ERROR   | [x] Comments may not appear after statements
 533 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
 533 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 533 | ERROR   | [x] Comments may not appear after statements
 534 | ERROR   | [x] Comments may not appear after statements
 535 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 545 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 545 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 545 | ERROR   | [x] Comments may not appear after statements
 546 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 546 | ERROR   | [x] Comments may not appear after statements
 547 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 547 | ERROR   | [x] Comments may not appear after statements
 548 | ERROR   | [x] Inline comments must start with a capital letter
 548 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 548 | ERROR   | [x] Comments may not appear after statements
 549 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 549 | ERROR   | [x] Comments may not appear after statements
 550 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 550 | ERROR   | [x] Comments may not appear after statements
 551 | ERROR   | [x] Comments may not appear after statements
 552 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 557 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 557 | ERROR   | [x] Comments may not appear after statements
 564 | ERROR   | [x] Missing function doc comment
 574 | ERROR   | [x] Missing function doc comment
 615 | ERROR   | [x] Short array syntax must be used to define arrays
 637 | ERROR   | [x] Expected 1 newline at end of file; 0 found
 637 | ERROR   | [x] The closing brace for the class must have an empty line before it
-----------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 80 MARKED SNIFF VIOLATIONS AUTOMATICALLY
📌 Task
Status

Active

Version

1.5

Component

Documentation

Created by

🇮🇳India aman_lnwebworks

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @aman_lnwebworks
  • gaurav gupta Jaipur, Rajasthsan

    Gaurav Gupta → made their first commit to this issue’s fork.

  • Merge request !13406124-: Solve phpcs error. → (Open) created by gaurav gupta
  • Status changed to Needs review about 1 year ago
  • Status changed to Needs work about 1 year ago
  • 🇵🇭Philippines clarkssquared

    Hi

    I applied MR !1 and I noticed that there is a file that the patch fails to apply

    ➜  md_slider git:(master) ✗ curl https://git.drupalcode.org/project/md_slider/-/merge_requests/1.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  155k    0  155k    0     0   225k      0 --:--:-- --:--:-- --:--:--  228k
    patching file md_slider.install
    patching file md_slider.module
    patching file 'src/Ajax/ImageDialogSave.php'
    patching file 'src/Controller/MDSliderController.php'
    patching file 'src/Form/MDSliderCloneForm.php'
    patching file 'src/Form/MDSliderConfigForm.php'
    patching file 'src/Form/MDSliderDeleteForm.php'
    patching file 'src/Form/MDSliderEditForm.php'
    patching file 'src/Form/MDSliderExportForm.php'
    patching file 'src/Form/MDSliderImageForm.php'
    patching file 'src/Form/MDSliderImportForm.php'
    patching file 'src/MDCommon.php'
    patching file 'src/MDSlide.php'
    patching file 'src/MDSlider.php'
    patching file 'src/MDSliderDataBase.php'
    patching file 'src/MDSliderInterface.php'
    patching file 'src/Plugin/Block/MDSliderBlock.php'
    patching file 'src/Plugin/Derivative/MDSliderBlock.php'
    patching file 'src/Plugin/Field/FieldFormatter/MDSliderFormatter.php'
    patching file 'src/Plugin/Field/FieldType/FieldMDSlider.php'
    patching file 'src/Plugin/Field/FieldWidget/MDSliderWidget.php'
    patching file 'src/Slider/MDSliderExport.php'
    patching file 'src/Slider/MDSliderImport.php'
    1 out of 5 hunks failed--saving rejects to 'src/Slider/MDSliderImport.php.rej'
    patching file 'src/Slider/MDSliderRenderCss.php'
    patching file 'src/Slider/MDSliderZip.php'
    ➜  md_slider git:(master) ✗
    

    I also checked the PHPCS issues and there are so many issues that the PHPCS flagged, below is the preview of what are the errors I couldn't add the whole errors because it is too many.

    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/modules/contrib/md_slider/src/Slider/MDSliderExport.php
    --------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------------------------------------------------------------------
      51 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
      57 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
      58 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
     112 | ERROR | The array declaration extends to column 96 (the limit is 80). The array content should be split up over multiple lines
     121 | ERROR | Public method name "MDSliderExport::exportMDSlider" is not in lowerCamel format
    --------------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/modules/contrib/md_slider/src/Controller/MDSliderController.php
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 17 ERRORS AND 10 WARNINGS AFFECTING 24 LINES
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      23 | ERROR   | Public method name "MDSliderController::listMDSlider" is not in lowerCamel format
      78 | ERROR   | Public method name "MDSliderController::configMDSlider" is not in lowerCamel format
      81 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
      95 | ERROR   | Public method name "MDSliderController::editMDSlider" is not in lowerCamel format
      98 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     116 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('action') instead
     122 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('fid') instead
     123 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('fid') instead
     126 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('slider_id') instead
     127 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('slider_id') instead
     135 | WARNING | File::load calls should be avoided in classes, use dependency injection instead
     137 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     138 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     145 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('url') instead
     145 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('url') instead
     147 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('url') instead
     154 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('sid') instead
     172 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('action') instead
     178 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('change') instead
     180 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     194 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('path') instead
     194 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('path') instead
     194 | ERROR   | The $_POST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('path') instead
     200 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     204 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     218 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     219 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/modules/contrib/md_slider/src/MDSlider.php
    -------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -------------------------------------------------------------------------------------------------------------------------------------------
     66 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
    -------------------------------------------------------------------------------------------------------------------------------------------
    
    Time: 1.5 secs; Memory: 22MB
    
    ➜  contrib git:(master) ✗
  • Status changed to Needs review about 1 year ago
  • Assigned to nitin_lama
  • 🇮🇳India nitin_lama India

    Updated the IS for remaining issues.

  • Issue was unassigned.
  • Status changed to Needs work about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Why is only one of the Drupal rulesets used? There is also the DrupalPractice one, which would report more warnings/errors.

  • 🇮🇳India priya_07_

    priya_07_ → changed the visibility of the branch 3406124- to hidden.

  • 🇮🇳India priya_07_

    priya_07_ → changed the visibility of the branch 3406124- to active.

  • Status changed to Needs review 10 months ago
  • gaurav gupta Jaipur, Rajasthsan

    Solve all phpcs error using Drupal ruleset

  • Pipeline finished with Success
    10 months ago
    Total: 3693s
    #148859
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • Pipeline finished with Success
    10 months ago
    Total: 3692s
    #148951
  • Pipeline finished with Success
    10 months ago
    Total: 3691s
    #149066
  • Status changed to Needs work 10 months ago
  • 🇵🇭Philippines paraderojether

    Hi

    I reviewed MR!3, applied against Mega Slider 1.5.4, confirmed the patch applied however there are still phpcs that are not fixed.

    Kindly check and advise, please.
    Thank you.

  • Pipeline finished with Success
    10 months ago
    Total: 3557s
    #151246
  • Status changed to Needs review 9 months ago
  • gaurav gupta Jaipur, Rajasthsan

    Solve the phpcs issue and check the pipeline.
    Showing no phpcs error.

  • Pipeline finished with Success
    9 months ago
    Total: 3692s
    #183933
  • Status changed to Needs work 8 months ago
  • 🇮🇳India kalash-j jaipur

    I have checked MR 3 I found some issue.
    please use this command to see error :--
    phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,js,info,txt,md,yml,twig

    ghostman-zibbi@Zibbi:~/Desktop/Test Site/web/modules/custom/md_slider-3406124 (3406124-phpcserror)$ lando phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig .

    FILE: ...pp/web/modules/custom/md_slider-3406124/md_slider.links.menu.yml
    ----------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ----------------------------------------------------------------------
    20 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: /app/web/modules/custom/md_slider-3406124/md_slider.routing.yml
    ----------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ----------------------------------------------------------------------
    87 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: ...pp/web/modules/custom/md_slider-3406124/md_slider.links.task.yml
    ----------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ----------------------------------------------------------------------
    34 | ERROR | [x] Expected 1 newline at end of file; 2 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: ...3406124/assets/js/libraries/preview_transition/css/md-slider.css
    ----------------------------------------------------------------------
    FOUND 386 ERRORS AFFECTING 179 LINES
    ----------------------------------------------------------------------
    2 | ERROR | [x] Opening brace should be the last content on the
    | | line
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [ ] Style definitions must end with a semicolon
    2 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    3 | ERROR | [x] Opening brace should be the last content on the
    | | line
    3 | ERROR | [ ] Style definitions must end with a semicolon
    3 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    4 | ERROR | [x] Opening brace should be the last content on the
    | | line
    4 | ERROR | [ ] Style definitions must end with a semicolon
    4 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    5 | ERROR | [x] Opening brace should be the last content on the
    | | line
    5 | ERROR | [x] Each style definition must be on a line by itself
    5 | ERROR | [x] Each style definition must be on a line by itself
    5 | ERROR | [x] Each style definition must be on a line by itself
    5 | ERROR | [x] Each style definition must be on a line by itself
    5 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    8 | ERROR | [x] Opening brace should be the last content on the
    | | line
    8 | ERROR | [x] Each style definition must be on a line by itself
    8 | ERROR | [x] Each style definition must be on a line by itself
    8 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    9 | ERROR | [x] Opening brace should be the last content on the
    | | line
    9 | ERROR | [x] Each style definition must be on a line by itself
    9 | ERROR | [x] Each style definition must be on a line by itself
    9 | ERROR | [ ] Style definitions must end with a semicolon
    9 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    10 | ERROR | [x] Opening brace should be the last content on the
    | | line
    10 | ERROR | [x] Each style definition must be on a line by itself
    10 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    11 | ERROR | [x] Opening brace should be the last content on the
    | | line
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    12 | ERROR | [x] Opening brace should be the last content on the
    | | line
    12 | ERROR | [x] Each style definition must be on a line by itself
    12 | ERROR | [x] Each style definition must be on a line by itself
    12 | ERROR | [x] Each style definition must be on a line by itself
    12 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    12 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    13 | ERROR | [x] Opening brace should be the last content on the
    | | line
    13 | ERROR | [x] Each style definition must be on a line by itself
    13 | ERROR | [x] Each style definition must be on a line by itself
    13 | ERROR | [x] Each style definition must be on a line by itself
    13 | ERROR | [x] Each style definition must be on a line by itself
    13 | ERROR | [x] Each style definition must be on a line by itself
    13 | ERROR | [x] Each style definition must be on a line by itself
    13 | ERROR | [ ] Style definitions must end with a semicolon
    13 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    14 | ERROR | [x] Opening brace should be the last content on the
    | | line
    14 | ERROR | [x] Each style definition must be on a line by itself
    14 | ERROR | [x] Each style definition must be on a line by itself
    14 | ERROR | [x] Each style definition must be on a line by itself
    14 | ERROR | [x] Each style definition must be on a line by itself
    14 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    15 | ERROR | [x] Opening brace should be the last content on the
    | | line
    15 | ERROR | [x] Each style definition must be on a line by itself
    15 | ERROR | [x] Each style definition must be on a line by itself
    15 | ERROR | [x] Each style definition must be on a line by itself
    15 | ERROR | [x] Each style definition must be on a line by itself
    15 | ERROR | [x] Each style definition must be on a line by itself
    15 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    15 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    16 | ERROR | [x] Opening brace should be the last content on the
    | | line
    16 | ERROR | [x] Each style definition must be on a line by itself
    16 | ERROR | [ ] Style definitions must end with a semicolon
    16 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    17 | ERROR | [x] Opening brace should be the last content on the
    | | line
    17 | ERROR | [x] Each style definition must be on a line by itself
    17 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    20 | ERROR | [x] Opening brace should be the last content on the
    | | line
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    21 | ERROR | [x] Opening brace should be the last content on the
    | | line
    21 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    22 | ERROR | [x] Opening brace should be the last content on the
    | | line
    22 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    23 | ERROR | [x] Opening brace should be the last content on the
    | | line
    23 | ERROR | [x] Each style definition must be on a line by itself
    23 | ERROR | [x] Each style definition must be on a line by itself
    23 | ERROR | [x] Each style definition must be on a line by itself
    23 | ERROR | [x] Each style definition must be on a line by itself
    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] Each style definition must be on a line by itself
    24 | ERROR | [x] Each style definition must be on a line by itself
    24 | ERROR | [x] Each style definition must be on a line by itself
    24 | ERROR | [x] Each style definition must be on a line by itself
    24 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #fff but found #FFF
    24 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    26 | 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
    29 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    30 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    30 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    31 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    34 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    35 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    36 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    37 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    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
    43 | ERROR | [x] Opening brace should be the last content on the
    | | line
    43 | ERROR | [x] Each style definition must be on a line by itself
    43 | ERROR | [x] Each style definition must be on a line by itself
    43 | ERROR | [x] Each style definition must be on a line by itself
    43 | ERROR | [x] Each style definition must be on a line by itself
    43 | ERROR | [x] Each style definition must be on a line by itself
    43 | ERROR | [x] Each style definition must be on a line by itself
    43 | ERROR | [x] Each style definition must be on a line by itself
    43 | ERROR | [ ] Style definitions must end with a semicolon
    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 | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    45 | ERROR | [ ] Style definitions must end with a semicolon
    45 | 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
    50 | ERROR | [x] Opening brace should be the last content on the
    | | line
    50 | ERROR | [x] Each style definition must be on a line by itself
    50 | ERROR | [x] Each style definition must be on a line by itself
    50 | ERROR | [x] Each style definition must be on a line by itself
    50 | ERROR | [x] Each style definition must be on a line by itself
    50 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    51 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    51 | ERROR | [x] Line indented incorrectly; expected 0 spaces,
    | | found 1
    51 | ERROR | [x] Opening brace should be the last content on the
    | | line
    51 | ERROR | [x] Each style definition must be on a line by itself
    51 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    52 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    52 | ERROR | [x] Line indented incorrectly; expected 0 spaces,
    | | found 1
    52 | ERROR | [x] Opening brace should be the last content on the
    | | line
    52 | ERROR | [x] Each style definition must be on a line by itself
    52 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    53 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    53 | ERROR | [x] Line indented incorrectly; expected 0 spaces,
    | | found 1
    53 | ERROR | [x] Opening brace should be the last content on the
    | | line
    53 | ERROR | [x] Each style definition must be on a line by itself
    53 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    54 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    54 | ERROR | [x] Line indented incorrectly; expected 0 spaces,
    | | found 1
    54 | ERROR | [x] Opening brace should be the last content on the
    | | line
    54 | ERROR | [x] Each style definition must be on a line by itself
    54 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    55 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    55 | ERROR | [x] Line indented incorrectly; expected 0 spaces,
    | | found 1
    55 | ERROR | [x] Opening brace should be the last content on the
    | | line
    55 | ERROR | [x] Each style definition must be on a line by itself
    55 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    56 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    56 | ERROR | [x] Line indented incorrectly; expected 0 spaces,
    | | found 1
    56 | ERROR | [x] Opening brace should be the last content on the
    | | line
    56 | ERROR | [x] Each style definition must be on a line by itself
    56 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    57 | ERROR | [x] Opening brace should be the last content on the
    | | line
    57 | ERROR | [x] Each style definition must be on a line by itself
    57 | ERROR | [x] Each style definition must be on a line by itself
    57 | ERROR | [x] Each style definition must be on a line by itself
    57 | ERROR | [x] Each style definition must be on a line by itself
    57 | ERROR | [x] Each style definition must be on a line by itself
    58 | 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
    64 | ERROR | [x] Opening brace should be the last content on the
    | | line
    64 | ERROR | [x] Each style definition must be on a line by itself
    64 | ERROR | [x] Each style definition must be on a line by itself
    64 | ERROR | [x] Each style definition must be on a line by itself
    64 | ERROR | [x] Each style definition must be on a line by itself
    64 | ERROR | [x] Each style definition must be on a line by itself
    64 | ERROR | [x] Each style definition must be on a line by itself
    65 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    66 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    67 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    69 | ERROR | [x] Opening brace should be the last content on the
    | | line
    69 | ERROR | [ ] Style definitions must end with a semicolon
    69 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    70 | ERROR | [x] Opening brace should be the last content on the
    | | line
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [ ] Style definitions must end with a semicolon
    70 | 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] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    73 | ERROR | [x] Opening brace should be the last content on the
    | | line
    73 | ERROR | [x] Each style definition must be on a line by itself
    73 | ERROR | [x] Each style definition must be on a line by itself
    73 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    73 | ERROR | [x] Each style definition must be on a line by itself
    73 | ERROR | [x] Each style definition must be on a line by itself
    73 | ERROR | [x] Each style definition must be on a line by itself
    73 | ERROR | [ ] Style definitions must end with a semicolon
    73 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    74 | ERROR | [x] Opening brace should be the last content on the
    | | line
    74 | ERROR | [x] Each style definition must be on a line by itself
    74 | ERROR | [x] Each style definition must be on a line by itself
    74 | ERROR | [x] Each style definition must be on a line by itself
    74 | ERROR | [x] Each style definition must be on a line by itself
    74 | ERROR | [x] Each style definition must be on a line by itself
    74 | ERROR | [x] Each style definition must be on a line by itself
    74 | 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
    77 | ERROR | [x] Opening brace should be the last content on the
    | | line
    77 | ERROR | [x] Each style definition must be on a line by itself
    77 | 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] Each style definition must be on a line by itself
    80 | ERROR | [x] Each style definition must be on a line by itself
    80 | ERROR | [x] Each style definition must be on a line by itself
    80 | ERROR | [x] Each style definition must be on a line by itself
    80 | ERROR | [x] Each style definition must be on a line by itself
    80 | ERROR | [x] Each style definition must be on a line by itself
    80 | ERROR | [x] Each style definition must be on a line by itself
    80 | ERROR | [ ] Style definitions must end with a semicolon
    80 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    81 | ERROR | [x] Opening brace should be the last content on the
    | | line
    81 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    82 | ERROR | [x] Opening brace should be the last content on the
    | | line
    82 | ERROR | [x] Each style definition must be on a line by itself
    82 | ERROR | [ ] Style definitions must end with a semicolon
    82 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    85 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    86 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    87 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    88 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    89 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    90 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    91 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    92 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    93 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    94 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    95 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    96 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    100 | ERROR | [x] Multiple selectors should each be on a single line
    101 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    102 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    104 | ERROR | [x] Multiple selectors should each be on a single line
    104 | ERROR | [x] Multiple selectors should each be on a single line
    104 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    105 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    106 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    107 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    109 | ERROR | [x] Multiple selectors should each be on a single line
    110 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    111 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    112 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    113 | 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
    115 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    118 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    118 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    119 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    119 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    120 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    120 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    123 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    124 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    125 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    126 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    127 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    128 | 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
    131 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    135 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    138 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    140 | ERROR | [x] Multiple selectors should each be on a single line
    140 | ERROR | [x] Multiple selectors should each be on a single line
    140 | ERROR | [x] Multiple selectors should each be on a single line
    140 | ERROR | [x] Multiple selectors should each be on a single line
    140 | ERROR | [x] Multiple selectors should each be on a single line
    140 | ERROR | [x] Multiple selectors should each be on a single line
    140 | 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] Line indented incorrectly; expected 2 spaces,
    | | found 4
    142 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    146 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    150 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    152 | ERROR | [x] Multiple selectors should each be on a single line
    152 | ERROR | [x] Multiple selectors should each be on a single line
    153 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    154 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    155 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    156 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    157 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    158 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    159 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    160 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    162 | ERROR | [x] Multiple selectors should each be on a single line
    162 | ERROR | [x] Multiple selectors should each be on a single line
    162 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    163 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    165 | ERROR | [x] Multiple selectors should each be on a single line
    165 | ERROR | [x] Multiple selectors should each be on a single line
    166 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    168 | ERROR | [x] Multiple selectors should each be on a single line
    168 | ERROR | [x] Multiple selectors should each be on a single line
    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
    175 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    178 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    179 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    180 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    181 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    184 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    185 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    186 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    187 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    190 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    191 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    192 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    193 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    197 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    198 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    199 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    200 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    203 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    204 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    205 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    206 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    209 | ERROR | [x] Multiple selectors should each be on a single line
    210 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    211 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    212 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    213 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    214 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    215 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    216 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    217 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    219 | ERROR | [x] Multiple selectors should each be on a single line
    219 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    220 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    222 | ERROR | [x] Multiple selectors should each be on a single line
    222 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 2 found
    223 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    225 | ERROR | [x] Multiple selectors should each be on a single line
    226 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    229 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    230 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    231 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    232 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    235 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    236 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    237 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    238 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    241 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    242 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    243 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    244 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    247 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    248 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    249 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    250 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    251 | ERROR | [x] Expected 1 newline at end of file; 2 found
    252 | ERROR | [x] Additional whitespace found at end of file
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 372 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: ...stom/md_slider-3406124/assets/js/libraries/spectrum/spectrum.css
    ----------------------------------------------------------------------
    FOUND 444 ERRORS AFFECTING 309 LINES
    ----------------------------------------------------------------------
    9 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    9 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    10 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    10 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    11 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    11 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    12 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    12 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    13 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    14 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    15 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    16 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    17 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    20 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    26 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    27 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 7
    28 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 12
    33 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    35 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    38 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    38 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    39 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    39 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    40 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    40 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    41 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    41 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    42 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    42 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    45 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    46 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    46 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    47 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    47 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    48 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    48 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    49 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    49 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    52 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    53 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    53 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    54 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    54 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    55 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    55 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    56 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    56 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    57 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    61 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    61 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    62 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    66 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    68 | ERROR | [x] Multiple selectors should each be on a single line
    69 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    70 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    70 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    71 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    71 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    72 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    72 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    73 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    73 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    77 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    80 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    83 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    83 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    84 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    84 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    85 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    86 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    87 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    88 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    89 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    90 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    91 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    94 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    95 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    96 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    97 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    98 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    99 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    102 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    106 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    110 | 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
    115 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    116 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    116 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    117 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    117 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    118 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    118 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    119 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    119 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    120 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Multiple selectors should each be on a single line
    124 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 2 found
    125 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    125 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    126 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    127 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    127 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    128 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    132 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    135 | 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
    145 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    151 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    151 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #fff but found #FFF
    152 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    152 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #fff but found #FFF
    153 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    154 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    155 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    156 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    157 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    158 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    158 | ERROR | [ ] Style definitions must end with a semicolon
    158 | ERROR | [x] There must be no space before a colon in a style
    | | definition
    161 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    162 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    163 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    164 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    165 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    166 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    167 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    168 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    168 | ERROR | [ ] Style definitions must end with a semicolon
    168 | ERROR | [x] There must be no space before a colon in a style
    | | definition
    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
    175 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    176 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    184 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    184 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    185 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    185 | ERROR | [ ] Style definitions must end with a semicolon
    188 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    188 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    189 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    189 | ERROR | [ ] Style definitions must end with a semicolon
    192 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    192 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    193 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    193 | ERROR | [ ] Style definitions must end with a semicolon
    196 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    196 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    197 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    197 | ERROR | [ ] Style definitions must end with a semicolon
    200 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    200 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    201 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    201 | ERROR | [ ] Style definitions must end with a semicolon
    204 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    204 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    205 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    205 | ERROR | [ ] Style definitions must end with a semicolon
    209 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    213 | ERROR | [x] Multiple selectors should each be on a single line
    213 | ERROR | [x] Opening brace should be the last content on the
    | | line
    213 | ERROR | [x] Each style definition must be on a line by itself
    213 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    214 | ERROR | [x] Opening brace should be the last content on the
    | | line
    214 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    215 | ERROR | [x] Opening brace should be the last content on the
    | | line
    215 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    219 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    219 | ERROR | [x] Opening brace should be the last content on the
    | | line
    219 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    220 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    220 | ERROR | [x] Opening brace should be the last content on the
    | | line
    220 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    221 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    221 | ERROR | [x] Opening brace should be the last content on the
    | | line
    221 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    224 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    225 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    226 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    227 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    228 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    229 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    230 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    230 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    231 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    231 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    232 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    235 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    236 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    236 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    237 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    237 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    238 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    239 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    240 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    241 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    242 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    243 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    253 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    254 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    254 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #ececec but found #ECECEC
    255 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    255 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f0c49b but found #f0c49B
    256 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    258 | ERROR | [x] Selectors must be on a single line
    259 | ERROR | [x] Blank lines are not allowed between class names
    259 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    260 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    261 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    262 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    263 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    264 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    266 | ERROR | [x] Selectors must be on a single line
    267 | ERROR | [x] Blank lines are not allowed between class names
    267 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    268 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    270 | ERROR | [x] Selectors must be on a single line
    271 | ERROR | [x] Blank lines are not allowed between class names
    271 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    272 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    277 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    277 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    278 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    279 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    282 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    285 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    286 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    287 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    288 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    289 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    290 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    290 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    291 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    292 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 3
    294 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 2 found
    295 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    297 | ERROR | [x] Selectors must be on a single line
    298 | ERROR | [x] Blank lines are not allowed between class names
    298 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    299 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    300 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    302 | ERROR | [x] Selectors must be on a single line
    303 | ERROR | [x] Blank lines are not allowed between class names
    303 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    304 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    304 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    305 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    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 2 spaces,
    | | found 4
    310 | ERROR | [x] Selectors must be on a single line
    311 | ERROR | [x] Blank lines are not allowed between class names
    311 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    312 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    313 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    317 | ERROR | [x] Selectors must be on a single line
    318 | ERROR | [x] Blank lines are not allowed between class names
    318 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    319 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    323 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    324 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    324 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    325 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    325 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    326 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    327 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    328 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    329 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    330 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    330 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    332 | ERROR | [x] Multiple selectors should each be on a single line
    333 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    335 | ERROR | [x] Selectors must be on a single line
    336 | ERROR | [x] Blank lines are not allowed between class names
    336 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    337 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    337 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    341 | ERROR | [x] Selectors must be on a single line
    342 | ERROR | [x] Blank lines are not allowed between class names
    342 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    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
    349 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    349 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    350 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    350 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    351 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    351 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    352 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    352 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    356 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    361 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    366 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    366 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    367 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    367 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    368 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    368 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    369 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    370 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    370 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    371 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    372 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    373 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    374 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    375 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    376 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    378 | ERROR | [x] Multiple selectors should each be on a single line
    379 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    379 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f0c49b but found #F0C49B
    380 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    383 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    383 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    384 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    385 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    388 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    389 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    390 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    391 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    391 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    392 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    392 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    394 | ERROR | [x] Selectors must be on a single line
    395 | ERROR | [x] Blank lines are not allowed between class names
    395 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    396 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    396 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    397 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    397 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    398 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    399 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    400 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    401 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    401 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    402 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    405 | ERROR | [x] Selectors must be on a single line
    406 | ERROR | [x] Blank lines are not allowed between class names
    406 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    407 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    408 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    410 | ERROR | [x] Selectors must be on a single line
    411 | ERROR | [x] Blank lines are not allowed between class names
    411 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    412 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    412 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    413 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    414 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    414 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    415 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    418 | ERROR | [x] Selectors must be on a single line
    419 | ERROR | [x] Blank lines are not allowed between class names
    419 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    420 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    420 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    444 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    445 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    446 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    447 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    448 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    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
    457 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    458 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    459 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    460 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    461 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    462 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    464 | ERROR | [x] Selectors must be on a single line
    465 | ERROR | [x] Blank lines are not allowed between class names
    465 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    466 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    467 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    468 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    468 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    469 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    469 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    470 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    471 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    472 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    472 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    473 | ERROR | [x] Blank lines are not allowed in class definitions
    475 | ERROR | [x] Selectors must be on a single line
    476 | ERROR | [x] Blank lines are not allowed between class names
    476 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    477 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    478 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    482 | ERROR | [x] Selectors must be on a single line
    483 | ERROR | [x] Blank lines are not allowed between class names
    483 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    484 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    487 | ERROR | [x] Selectors must be on a single line
    488 | ERROR | [x] Blank lines are not allowed between class names
    488 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    489 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    489 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    490 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    492 | ERROR | [x] Selectors must be on a single line
    493 | ERROR | [x] Blank lines are not allowed between class names
    493 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    494 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    494 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    495 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    495 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    496 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    496 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    499 | ERROR | [x] Selectors must be on a single line
    500 | ERROR | [x] Blank lines are not allowed between class names
    500 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    501 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    502 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    505 | ERROR | [x] Selectors must be on a single line
    506 | ERROR | [x] Blank lines are not allowed between class names
    506 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    507 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    510 | ERROR | [x] Selectors must be on a single line
    511 | ERROR | [x] Blank lines are not allowed between class names
    511 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    512 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    516 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    516 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    517 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    518 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 436 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: .../modules/custom/md_slider-3406124/assets/css/md-slider-style.css
    ----------------------------------------------------------------------
    FOUND 213 ERRORS AFFECTING 69 LINES
    ----------------------------------------------------------------------
    17 | ERROR | [x] Opening brace should be the last content on the
    | | line
    17 | ERROR | [x] Each style definition must be on a line by itself
    17 | ERROR | [x] Each style definition must be on a line by itself
    17 | ERROR | [x] Each style definition must be on a line by itself
    17 | ERROR | [ ] Style definitions must end with a semicolon
    17 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    18 | ERROR | [x] Opening brace should be the last content on the
    | | line
    18 | ERROR | [x] Each style definition must be on a line by itself
    18 | ERROR | [x] Each style definition must be on a line by itself
    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
    19 | ERROR | [ ] Style definitions must end with a semicolon
    19 | ERROR | [x] Closing brace of class definition must be on new
    | | 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
    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
    25 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    26 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    26 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 1
    26 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    27 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    28 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    30 | ERROR | [x] Opening brace should be the last content on the
    | | line
    30 | ERROR | [x] Each style definition must be on a line by itself
    30 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    31 | ERROR | [x] Opening brace should be the last content on the
    | | line
    31 | ERROR | [ ] Style definitions must end with a semicolon
    31 | ERROR | [x] Closing brace of class definition must be on new
    | | 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
    35 | ERROR | [x] Opening brace should be the last content on the
    | | line
    35 | ERROR | [ ] Style definitions must end with a semicolon
    35 | 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] Each style definition must be on a line by itself
    37 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    37 | ERROR | [x] Each style definition must be on a line by itself
    37 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    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] Spaces must be used to indent lines; tabs are not
    | | allowed
    45 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 1
    45 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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] Expected 1 space after colon in style definition;
    | | 0 found
    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
    47 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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] Expected 1 space after colon in style definition;
    | | 0 found
    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 | [ ] Style definitions must end with a semicolon
    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] Expected 1 space after colon in style definition;
    | | 0 found
    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
    53 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    54 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    55 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    56 | ERROR | [ ] Style definitions must end with a semicolon
    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
    59 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    62 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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 | [ ] Style definitions must end with a semicolon
    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
    66 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    67 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    68 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    69 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    70 | ERROR | [ ] Style definitions must end with a semicolon
    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
    75 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    76 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    76 | ERROR | [x] Each style definition must be on a line by itself
    76 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    77 | ERROR | [ ] Style definitions must end with a semicolon
    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
    82 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    83 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    83 | ERROR | [x] Each style definition must be on a line by itself
    83 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    84 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    84 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 1
    84 | ERROR | [ ] Style definitions must end with a semicolon
    87 | ERROR | [x] Selectors must be on a single line
    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
    90 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    91 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    91 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 1
    91 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    91 | ERROR | [x] Each style definition must be on a line by itself
    91 | ERROR | [x] Expected 1 space after colon in style 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
    92 | ERROR | [ ] Style definitions must end with a semicolon
    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
    98 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    99 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    99 | ERROR | [x] Each style definition must be on a line by itself
    99 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    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
    100 | ERROR | [ ] Style definitions must end with a semicolon
    108 | ERROR | [x] Opening brace should be the last content on the
    | | line
    108 | ERROR | [x] Each style definition must be on a line by itself
    108 | ERROR | [x] Each style definition must be on a line by itself
    108 | ERROR | [x] Each style definition must be on a line by itself
    108 | ERROR | [x] Each style definition must be on a line by itself
    108 | ERROR | [x] Each style definition must be on a line by itself
    108 | ERROR | [ ] Style definitions must end with a semicolon
    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 | [ ] Style definitions must end with a semicolon
    109 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    111 | ERROR | [x] Opening brace should be the last content on the
    | | line
    111 | ERROR | [ ] Style definitions must end with a semicolon
    111 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    114 | ERROR | [x] Selectors must be on a single line
    115 | ERROR | [x] Opening brace should be the last content on the
    | | line
    115 | ERROR | [x] Each style definition must be on a line by itself
    115 | ERROR | [x] Each style definition must be on a line by itself
    115 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    115 | ERROR | [ ] Style definitions must end with a semicolon
    115 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #e1e1e1 but found #E1E1E1
    115 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    117 | ERROR | [x] Opening brace should be the last content on the
    | | line
    117 | ERROR | [ ] Style definitions must end with a semicolon
    117 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    119 | ERROR | [x] Opening brace should be the last content on the
    | | line
    119 | ERROR | [ ] Style definitions must end with a semicolon
    119 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    121 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    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 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
    127 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    127 | 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
    133 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    | | allowed
    133 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 1
    133 | ERROR | [x] Opening brace should be the last content on the
    | | line
    133 | ERROR | [x] Each style definition must be on a line by itself
    133 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    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
    137 | ERROR | [x] Opening brace should be the last content on the
    | | line
    137 | ERROR | [x] Each style definition must be on a line by itself
    137 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 195 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: /app/web/modules/custom/md_slider-3406124/assets/css/animate.css
    ----------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ----------------------------------------------------------------------
    1 | WARNING | File appears to be minified and cannot be processed
    ----------------------------------------------------------------------

    FILE: ...pp/web/modules/custom/md_slider-3406124/assets/css/md-slider.css
    ----------------------------------------------------------------------
    FOUND 1080 ERRORS AFFECTING 601 LINES
    ----------------------------------------------------------------------
    2 | ERROR | [x] Opening brace should be the last content on the
    | | line
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [x] Each style definition must be on a line by itself
    2 | ERROR | [ ] Style definitions must end with a semicolon
    2 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    3 | ERROR | [x] Opening brace should be the last content on the
    | | line
    3 | ERROR | [x] Each style definition must be on a line by itself
    3 | ERROR | [x] Each style definition must be on a line by itself
    3 | ERROR | [x] Each style definition must be on a line by itself
    3 | ERROR | [x] Each style definition must be on a line by itself
    4 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    4 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    5 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    5 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    6 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    6 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    7 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    7 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    8 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    8 | ERROR | [ ] Style definitions must end with a semicolon
    8 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    9 | ERROR | [x] Opening brace should be the last content on the
    | | line
    9 | ERROR | [ ] Style definitions must end with a semicolon
    9 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    10 | ERROR | [x] Opening brace should be the last content on the
    | | line
    10 | ERROR | [ ] Style definitions must end with a semicolon
    10 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    11 | ERROR | [x] Opening brace should be the last content on the
    | | line
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Each style definition must be on a line by itself
    11 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    12 | ERROR | [x] Opening brace should be the last content on the
    | | line
    12 | ERROR | [ ] Style definitions must end with a semicolon
    12 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    15 | ERROR | [x] Opening brace should be the last content on the
    | | line
    15 | ERROR | [x] Each style definition must be on a line by itself
    15 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    16 | ERROR | [x] Opening brace should be the last content on the
    | | line
    16 | ERROR | [x] Each style definition must be on a line by itself
    16 | ERROR | [x] Each style definition must be on a line by itself
    16 | ERROR | [x] Each style definition must be on a line by itself
    16 | ERROR | [x] Each style definition must be on a line by itself
    16 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    17 | ERROR | [x] Opening brace should be the last content on the
    | | line
    17 | ERROR | [x] Each style definition must be on a line by itself
    17 | ERROR | [x] Each style definition must be on a line by itself
    17 | ERROR | [ ] Style definitions must end with a semicolon
    17 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    18 | ERROR | [x] Opening brace should be the last content on the
    | | line
    18 | ERROR | [x] Each style definition must be on a line by itself
    18 | ERROR | [x] Each style definition must be on a line by itself
    18 | ERROR | [x] Each style definition must be on a line by itself
    18 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    18 | ERROR | [x] Each style definition must be on a line by itself
    18 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    19 | ERROR | [x] Opening brace should be the last content on the
    | | line
    19 | ERROR | [x] Each style definition must be on a line by itself
    19 | ERROR | [x] Each style definition must be on a line by itself
    19 | ERROR | [ ] Style definitions must end with a semicolon
    19 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    20 | ERROR | [x] Opening brace should be the last content on the
    | | line
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [x] Each style definition must be on a line by itself
    20 | ERROR | [ ] Style definitions must end with a semicolon
    20 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    21 | ERROR | [x] Opening brace should be the last content on the
    | | line
    21 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    22 | ERROR | [x] Opening brace should be the last content on the
    | | line
    22 | ERROR | [x] Each style definition must be on a line by itself
    22 | ERROR | [x] Each style definition must be on a line by itself
    22 | ERROR | [x] Each style definition must be on a line by itself
    22 | ERROR | [x] Each style definition must be on a line by itself
    22 | ERROR | [x] Each style definition must be on a line by itself
    22 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    22 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    23 | ERROR | [x] Opening brace should be the last content on the
    | | line
    23 | ERROR | [x] Each style definition must be on a line by itself
    23 | ERROR | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    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] Each style definition must be on a line by itself
    25 | ERROR | [x] Each style definition must be on a line by itself
    25 | ERROR | [ ] Style definitions must end with a semicolon
    25 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    28 | ERROR | [x] Opening brace should be the last content on the
    | | line
    28 | ERROR | [x] Each style definition must be on a line by itself
    28 | ERROR | [x] Each style definition must be on a line by itself
    28 | ERROR | [x] Each style definition must be on a line by itself
    28 | ERROR | [x] Each style definition must be on a line by itself
    28 | ERROR | [x] Each style definition must be on a line by itself
    28 | ERROR | [ ] Style definitions must end with a semicolon
    28 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    29 | ERROR | [x] Opening brace should be the last content on the
    | | line
    29 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    30 | ERROR | [x] Opening brace should be the last content on the
    | | line
    30 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    31 | ERROR | [x] Opening brace should be the last content on the
    | | line
    31 | ERROR | [x] Each style definition must be on a line by itself
    31 | ERROR | [x] Each style definition must be on a line by itself
    31 | ERROR | [x] Each style definition must be on a line by itself
    31 | ERROR | [x] Each style definition must be on a line by itself
    31 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    32 | ERROR | [x] Opening brace should be the last content on the
    | | line
    32 | ERROR | [x] Each style definition must be on a line by itself
    32 | ERROR | [x] Each style definition must be on a line by itself
    32 | ERROR | [x] Each style definition must be on a line by itself
    32 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    33 | ERROR | [x] Opening brace should be the last content on the
    | | line
    33 | ERROR | [x] Each style definition must be on a line by itself
    33 | ERROR | [x] Each style definition must be on a line by itself
    33 | ERROR | [x] Each style definition must be on a line by itself
    33 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    33 | ERROR | [x] Each style definition must be on a line by itself
    33 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    33 | ERROR | [x] Each style definition must be on a line by itself
    33 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    34 | ERROR | [x] Opening brace should be the last content on the
    | | line
    34 | ERROR | [x] Each style definition must be on a line by itself
    34 | ERROR | [x] Each style definition must be on a line by itself
    34 | ERROR | [x] Each style definition must be on a line by itself
    34 | 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
    38 | ERROR | [x] Opening brace should be the last content on the
    | | line
    38 | ERROR | [x] Each style definition must be on a line by itself
    38 | ERROR | [x] Each style definition must be on a line by itself
    38 | ERROR | [x] Each style definition must be on a line by itself
    38 | ERROR | [x] Each style definition must be on a line by itself
    38 | ERROR | [x] Each style definition must be on a line by itself
    38 | ERROR | [x] Each style definition must be on a line by itself
    38 | ERROR | [x] Each style definition must be on a line by itself
    38 | ERROR | [ ] Style definitions must end with a semicolon
    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 | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    40 | ERROR | [ ] Style definitions must end with a semicolon
    40 | 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
    45 | ERROR | [x] Opening brace should be the last content on the
    | | line
    45 | ERROR | [x] Each style definition must be on a line by itself
    45 | ERROR | [x] Each style definition must be on a line by itself
    45 | ERROR | [x] Each style definition must be on a line by itself
    45 | ERROR | [x] Each style definition must be on a line by itself
    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] Each style definition must be on a line by itself
    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] Each style definition must be on a line by itself
    47 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    48 | ERROR | [x] Opening brace should be the last content on the
    | | line
    48 | ERROR | [x] Each style definition must be on a line by itself
    48 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    49 | ERROR | [x] Opening brace should be the last content on the
    | | line
    49 | ERROR | [x] Each style definition must be on a line by itself
    49 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    50 | ERROR | [x] Opening brace should be the last content on the
    | | line
    50 | ERROR | [x] Each style definition must be on a line by itself
    50 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    51 | ERROR | [x] Opening brace should be the last content on the
    | | line
    51 | ERROR | [x] Each style definition must be on a line by itself
    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] Each style definition must be on a line by itself
    52 | ERROR | [x] Each style definition must be on a line by itself
    52 | ERROR | [x] Each style definition must be on a line by itself
    52 | ERROR | [x] Each style definition must be on a line by itself
    52 | ERROR | [x] Each style definition must be on a line by itself
    53 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    54 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    55 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    56 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    57 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    59 | ERROR | [x] Opening brace should be the last content on the
    | | line
    59 | ERROR | [x] Each style definition must be on a line by itself
    59 | ERROR | [x] Each style definition must be on a line by itself
    59 | ERROR | [x] Each style definition must be on a line by itself
    59 | ERROR | [x] Each style definition must be on a line by itself
    59 | ERROR | [x] Each style definition must be on a line by itself
    59 | ERROR | [x] Each style definition must be on a line by itself
    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
    64 | ERROR | [x] Opening brace should be the last content on the
    | | line
    64 | ERROR | [ ] Style definitions must end with a semicolon
    64 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    65 | ERROR | [x] Opening brace should be the last content on the
    | | line
    65 | ERROR | [x] Each style definition must be on a line by itself
    65 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    66 | ERROR | [x] Opening brace should be the last content on the
    | | line
    66 | ERROR | [x] Each style definition must be on a line by itself
    66 | 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] Each style definition must be on a line by itself
    67 | ERROR | [x] Each style definition must be on a line by itself
    67 | ERROR | [x] Each style definition must be on a line by itself
    67 | ERROR | [x] Each style definition must be on a line by itself
    67 | ERROR | [x] Each style definition must be on a line by itself
    67 | ERROR | [x] Each style definition must be on a line by itself
    67 | ERROR | [x] Each style definition must be on a line by itself
    67 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    69 | ERROR | [x] Opening brace should be the last content on the
    | | line
    69 | ERROR | [x] Each style definition must be on a line by itself
    69 | ERROR | [x] Each style definition must be on a line by itself
    69 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    69 | ERROR | [x] Each style definition must be on a line by itself
    69 | ERROR | [x] Each style definition must be on a line by itself
    69 | ERROR | [x] Each style definition must be on a line by itself
    69 | ERROR | [x] Each style definition must be on a line by itself
    69 | ERROR | [ ] Style definitions must end with a semicolon
    69 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    70 | ERROR | [x] Opening brace should be the last content on the
    | | line
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | ERROR | [x] Each style definition must be on a line by itself
    70 | 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] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [x] Each style definition must be on a line by itself
    71 | ERROR | [ ] Style definitions must end with a semicolon
    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 | [ ] Style definitions must end with a semicolon
    72 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    73 | ERROR | [x] Opening brace should be the last content on the
    | | line
    73 | ERROR | [ ] Style definitions must end with a semicolon
    73 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    74 | ERROR | [x] Opening brace should be the last content on the
    | | line
    74 | 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
    78 | ERROR | [x] Opening brace should be the last content on the
    | | line
    78 | ERROR | [x] Each style definition must be on a line by itself
    78 | ERROR | [x] Each style definition must be on a line by itself
    78 | ERROR | [x] Each style definition must be on a line by itself
    78 | ERROR | [x] Each style definition must be on a line by itself
    78 | ERROR | [x] Each style definition must be on a line by itself
    78 | ERROR | [x] Each style definition must be on a line by itself
    78 | ERROR | [x] Each style definition must be on a line by itself
    78 | ERROR | [ ] Style definitions must end with a semicolon
    78 | 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] 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] Each style definition must be on a line by itself
    80 | ERROR | [ ] Style definitions must end with a semicolon
    80 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    83 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    84 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    85 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    86 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    87 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    88 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    89 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    90 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    91 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    92 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    93 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    94 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    98 | ERROR | [x] Opening brace should be the last content on the
    | | line
    98 | ERROR | [x] Each style definition must be on a line by itself
    98 | ERROR | [x] Each style definition must be on a line by itself
    98 | ERROR | [x] Each style definition must be on a line by itself
    98 | ERROR | [x] Each style definition must be on a line by itself
    98 | ERROR | [x] Each style definition must be on a line by itself
    98 | ERROR | [ ] Style definitions must end with a semicolon
    98 | 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] Each style definition must be on a line by itself
    99 | ERROR | [x] Each style definition must be on a line by itself
    99 | ERROR | [x] Each style definition must be on a line by itself
    99 | ERROR | [x] Each style definition must be on a line by itself
    99 | ERROR | [x] Each style definition must be on a line by itself
    99 | ERROR | [x] Each style definition must be on a line by itself
    99 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    101 | ERROR | [x] Opening brace should be the last content on the
    | | line
    101 | ERROR | [x] Each style definition must be on a line by itself
    101 | ERROR | [x] Each style definition must be on a line by itself
    101 | ERROR | [x] Each style definition must be on a line by itself
    101 | ERROR | [x] Each style definition must be on a line by itself
    101 | ERROR | [x] Each style definition must be on a line by itself
    101 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    102 | ERROR | [x] Opening brace should be the last content on the
    | | line
    102 | ERROR | [x] Each style definition must be on a line by itself
    102 | ERROR | [x] Each style definition must be on a line by itself
    102 | ERROR | [x] Each style definition must be on a line by itself
    102 | ERROR | [x] Each style definition must be on a line by itself
    102 | ERROR | [x] Each style definition must be on a line by itself
    102 | ERROR | [x] Each style definition must be on a line by itself
    102 | ERROR | [x] Each style definition must be on a line by itself
    102 | 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] Each style definition must be on a line by itself
    108 | ERROR | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    109 | ERROR | [x] Each style definition must be on a line by itself
    109 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    110 | ERROR | [x] Opening brace should be the last content on the
    | | line
    110 | ERROR | [x] Each style definition must be on a line by itself
    110 | ERROR | [x] Each style definition must be on a line by itself
    110 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    111 | ERROR | [x] Opening brace should be the last content on the
    | | line
    111 | ERROR | [x] Each style definition must be on a line by itself
    111 | ERROR | [x] Each style definition must be on a line by itself
    111 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    112 | ERROR | [x] Opening brace should be the last content on the
    | | line
    112 | ERROR | [x] Each style definition must be on a line by itself
    112 | ERROR | [x] Each style definition must be on a line by itself
    112 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    114 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    114 | ERROR | [x] Opening brace should be the last content on the
    | | line
    114 | ERROR | [x] Each style definition must be on a line by itself
    114 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    117 | ERROR | [x] Opening brace should be the last content on the
    | | line
    117 | ERROR | [x] Each style definition must be on a line by itself
    117 | ERROR | [x] Each style definition must be on a line by itself
    117 | ERROR | [x] Each style definition must be on a line by itself
    117 | ERROR | [x] Each style definition must be on a line by itself
    117 | ERROR | [x] Each style definition must be on a line by itself
    117 | ERROR | [x] Each style definition must be on a line by itself
    117 | ERROR | [ ] Style definitions must end with a semicolon
    117 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    118 | ERROR | [x] Opening brace should be the last content on the
    | | line
    118 | ERROR | [x] Each style definition must be on a line by itself
    118 | ERROR | [x] Each style definition must be on a line by itself
    118 | ERROR | [x] Each style definition must be on a line by itself
    118 | ERROR | [ ] Style definitions must end with a semicolon
    118 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    121 | ERROR | [x] Opening brace should be the last content on the
    | | line
    121 | ERROR | [x] Each style definition must be on a line by itself
    121 | ERROR | [x] Each style definition must be on a line by itself
    121 | ERROR | [x] Each style definition must be on a line by itself
    121 | ERROR | [x] Each style definition must be on a line by itself
    121 | ERROR | [ ] Style definitions must end with a semicolon
    121 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    122 | ERROR | [x] Opening brace should be the last content on the
    | | line
    122 | ERROR | [x] Each style definition must be on a line by itself
    122 | ERROR | [x] Each style definition must be on a line by itself
    122 | ERROR | [x] Each style definition must be on a line by itself
    122 | ERROR | [x] Each style definition must be on a line by itself
    122 | ERROR | [ ] Style definitions must end with a semicolon
    122 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    123 | ERROR | [x] Opening brace should be the last content on the
    | | line
    123 | ERROR | [x] Each style definition must be on a line by itself
    123 | ERROR | [x] Each style definition must be on a line by itself
    123 | ERROR | [x] Each style definition must be on a line by itself
    123 | ERROR | [x] Each style definition must be on a line by itself
    123 | ERROR | [ ] Style definitions must end with a semicolon
    123 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    124 | ERROR | [x] Opening brace should be the last content on the
    | | line
    124 | ERROR | [x] Each style definition must be on a line by itself
    124 | ERROR | [x] Each style definition must be on a line by itself
    124 | ERROR | [x] Each style definition must be on a line by itself
    124 | ERROR | [x] Each style definition must be on a line by itself
    124 | ERROR | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    127 | ERROR | [x] Each style definition must be on a line by itself
    127 | ERROR | [x] Each style definition must be on a line by itself
    127 | ERROR | [x] Each style definition must be on a line by itself
    127 | ERROR | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    128 | ERROR | [x] Each style definition must be on a line by itself
    128 | ERROR | [x] Each style definition must be on a line by itself
    128 | ERROR | [x] Each style definition must be on a line by itself
    128 | ERROR | [ ] Style definitions must end with a semicolon
    128 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    129 | ERROR | [x] Opening brace should be the last content on the
    | | line
    129 | ERROR | [x] Each style definition must be on a line by itself
    129 | ERROR | [x] Each style definition must be on a line by itself
    129 | ERROR | [x] Each style definition must be on a line by itself
    129 | ERROR | [x] Each style definition must be on a line by itself
    129 | ERROR | [ ] Style definitions must end with a semicolon
    129 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    130 | ERROR | [x] Opening brace should be the last content on the
    | | line
    130 | ERROR | [x] Each style definition must be on a line by itself
    130 | ERROR | [x] Each style definition must be on a line by itself
    130 | ERROR | [x] Each style definition must be on a line by itself
    130 | ERROR | [x] Each style definition must be on a line by itself
    130 | ERROR | [ ] Style definitions must end with a semicolon
    130 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    133 | ERROR | [x] Opening brace should be the last content on the
    | | line
    133 | ERROR | [x] Each style definition must be on a line by itself
    133 | ERROR | [x] Each style definition must be on a line by itself
    133 | ERROR | [x] Each style definition must be on a line by itself
    133 | ERROR | [x] Each style definition must be on a line by itself
    133 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    133 | ERROR | [ ] Style definitions must end with a semicolon
    133 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    134 | ERROR | [x] Opening brace should be the last content on the
    | | line
    134 | ERROR | [x] Each style definition must be on a line by itself
    134 | ERROR | [x] Each style definition must be on a line by itself
    134 | ERROR | [x] Each style definition must be on a line by itself
    134 | ERROR | [x] Each style definition must be on a line by itself
    134 | ERROR | [ ] Style definitions must end with a semicolon
    134 | 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] Each style definition must be on a line by itself
    135 | ERROR | [x] Each style definition must be on a line by itself
    135 | ERROR | [x] Each style definition must be on a line by itself
    135 | ERROR | [x] Each style definition must be on a line by itself
    135 | ERROR | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    136 | ERROR | [x] Each style definition must be on a line by itself
    136 | ERROR | [x] Each style definition must be on a line by itself
    136 | ERROR | [x] Each style definition must be on a line by itself
    136 | ERROR | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    139 | ERROR | [x] Each style definition must be on a line by itself
    139 | ERROR | [x] Each style definition must be on a line by itself
    139 | ERROR | [x] Each style definition must be on a line by itself
    139 | ERROR | [x] Each style definition must be on a line by itself
    139 | ERROR | [ ] Style definitions must end with a semicolon
    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] Each style definition must be on a line by itself
    140 | ERROR | [ ] Style definitions must end with a semicolon
    140 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    143 | ERROR | [x] Opening brace should be the last content on the
    | | line
    143 | ERROR | [x] Each style definition must be on a line by itself
    143 | ERROR | [x] Each style definition must be on a line by itself
    143 | ERROR | [x] Each style definition must be on a line by itself
    143 | ERROR | [x] Each style definition must be on a line by itself
    143 | ERROR | [ ] Style definitions must end with a semicolon
    143 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    144 | ERROR | [x] Opening brace should be the last content on the
    | | line
    144 | ERROR | [x] Each style definition must be on a line by itself
    144 | ERROR | [x] Each style definition must be on a line by itself
    144 | ERROR | [x] Each style definition must be on a line by itself
    144 | ERROR | [x] Each style definition must be on a line by itself
    144 | ERROR | [ ] Style definitions must end with a semicolon
    144 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    145 | ERROR | [x] Opening brace should be the last content on the
    | | line
    145 | ERROR | [x] Each style definition must be on a line by itself
    145 | ERROR | [x] Each style definition must be on a line by itself
    145 | ERROR | [x] Each style definition must be on a line by itself
    145 | ERROR | [x] Each style definition must be on a line by itself
    145 | ERROR | [ ] Style definitions must end with a semicolon
    145 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    146 | ERROR | [x] Opening brace should be the last content on the
    | | line
    146 | ERROR | [x] Each style definition must be on a line by itself
    146 | ERROR | [x] Each style definition must be on a line by itself
    146 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    146 | ERROR | [x] Each style definition must be on a line by itself
    146 | ERROR | [x] Each style definition must be on a line by itself
    146 | ERROR | [ ] Style definitions must end with a semicolon
    146 | 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] Each style definition must be on a line by itself
    148 | ERROR | [x] Each style definition must be on a line by itself
    148 | ERROR | [x] Each style definition must be on a line by itself
    148 | ERROR | [x] Each style definition must be on a line by itself
    148 | ERROR | [x] Each style definition must be on a line by itself
    148 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    149 | ERROR | [x] Opening brace should be the last content on the
    | | line
    149 | ERROR | [x] Each style definition must be on a line by itself
    149 | ERROR | [x] Each style definition must be on a line by itself
    149 | ERROR | [x] Each style definition must be on a line by itself
    149 | ERROR | [x] Each style definition must be on a line by itself
    149 | ERROR | [x] Each style definition must be on a line by itself
    149 | ERROR | [x] Each style definition must be on a line by itself
    149 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    150 | ERROR | [x] Opening brace should be the last content on the
    | | line
    150 | ERROR | [x] Each style definition must be on a line by itself
    150 | ERROR | [x] Each style definition must be on a line by itself
    150 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    150 | ERROR | [x] Each style definition must be on a line by itself
    150 | ERROR | [x] Each style definition must be on a line by itself
    150 | ERROR | [x] Each style definition must be on a line by itself
    150 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    151 | ERROR | [x] Opening brace should be the last content on the
    | | line
    151 | ERROR | [x] Each style definition must be on a line by itself
    151 | ERROR | [x] Each style definition must be on a line by itself
    151 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    151 | ERROR | [x] Each style definition must be on a line by itself
    151 | ERROR | [x] Each style definition must be on a line by itself
    151 | ERROR | [x] Each style definition must be on a line by itself
    151 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    154 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    154 | ERROR | [x] Opening brace should be the last content on the
    | | line
    154 | ERROR | [x] Each style definition must be on a line by itself
    154 | ERROR | [x] Each style definition must be on a line by itself
    154 | ERROR | [x] Each style definition must be on a line by itself
    154 | ERROR | [x] Each style definition must be on a line by itself
    154 | ERROR | [x] Each style definition must be on a line by itself
    154 | ERROR | [x] Each style definition must be on a line by itself
    154 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    158 | ERROR | [ ] More than 2 empty lines are not allowed
    159 | ERROR | [x] Multiple selectors should each be on a single line
    160 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    161 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    163 | ERROR | [x] Multiple selectors should each be on a single line
    163 | ERROR | [x] Multiple selectors should each be on a single line
    163 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    164 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    165 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    166 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    167 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    168 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    170 | ERROR | [x] Multiple selectors should each be on a single line
    171 | 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
    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 colon in style definition;
    | | 0 found
    179 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    179 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    180 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    180 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    181 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    181 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    184 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    185 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    186 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    187 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    188 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    189 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    190 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    191 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    192 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    196 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    199 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    201 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Multiple selectors should each be on a single line
    202 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    203 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    207 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    211 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    213 | ERROR | [x] Multiple selectors should each be on a single line
    213 | ERROR | [x] Multiple selectors should each be on a single line
    214 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    215 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    216 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    217 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    218 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    219 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    220 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    221 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    223 | ERROR | [x] Multiple selectors should each be on a single line
    223 | ERROR | [x] Multiple selectors should each be on a single line
    224 | ERROR | [x] Multiple selectors should each be on a single line
    225 | 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
    229 | ERROR | [x] Multiple selectors should each be on a single line
    229 | ERROR | [x] Multiple selectors should each be on a single line
    230 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    232 | ERROR | [x] Multiple selectors should each be on a single line
    232 | ERROR | [x] Multiple selectors should each be on a single line
    233 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    236 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    237 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    238 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    239 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    242 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    243 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    244 | 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
    249 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    250 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    251 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    254 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    255 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    256 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    257 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    261 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    262 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    263 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    264 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    267 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    268 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    269 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    270 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    273 | ERROR | [x] Multiple selectors should each be on a single line
    274 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    275 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    276 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    277 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    278 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    279 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    280 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    281 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    284 | ERROR | [x] Multiple selectors should each be on a single line
    284 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 2 found
    285 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    287 | ERROR | [x] Multiple selectors should each be on a single line
    288 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    291 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    292 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    293 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    294 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    297 | 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 2 spaces,
    | | found 4
    300 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    303 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    304 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    305 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    306 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    309 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    310 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    311 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    312 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    317 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    318 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    319 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    321 | ERROR | [x] Opening brace should be the last content on the
    | | line
    321 | ERROR | [x] Each style definition must be on a line by itself
    321 | ERROR | [x] Each style definition must be on a line by itself
    321 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    324 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    324 | ERROR | [x] Opening brace should be the last content on the
    | | line
    324 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    325 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    325 | ERROR | [x] Opening brace should be the last content on the
    | | line
    325 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    328 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    328 | ERROR | [x] Opening brace should be the last content on the
    | | line
    328 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    329 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    329 | ERROR | [x] Opening brace should be the last content on the
    | | line
    329 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    332 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; newline found
    332 | ERROR | [x] Opening brace should be the last content on the
    | | line
    332 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    334 | ERROR | [x] Opening brace should be the last content on the
    | | line
    334 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    337 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    338 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    339 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    340 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    341 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    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 4 spaces,
    | | found 8
    345 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    346 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    347 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    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 4 spaces,
    | | found 8
    353 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    354 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    355 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    356 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    357 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    358 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    359 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    360 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    361 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    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 4 spaces,
    | | found 8
    367 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    368 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    369 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    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 4 spaces,
    | | found 8
    373 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    374 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    375 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    376 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    379 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    380 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    381 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    382 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    383 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    384 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    385 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    386 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    387 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    388 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    389 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    390 | 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 4 spaces,
    | | found 8
    395 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    396 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    397 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    398 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    399 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    400 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    401 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    402 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    403 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    404 | ERROR | [x] Blank lines are not allowed in class definitions
    405 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    406 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    407 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    408 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    409 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    410 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    411 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    412 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    413 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    414 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    415 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    416 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    417 | 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 4 spaces,
    | | found 8
    422 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    423 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    424 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    425 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    426 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    427 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    428 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    429 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    430 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    431 | ERROR | [x] Blank lines are not allowed in class definitions
    432 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    433 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    434 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    435 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    436 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    437 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    438 | 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 4 spaces,
    | | found 8
    441 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    442 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    443 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    444 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    447 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    448 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    451 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    451 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    452 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    452 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    455 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    456 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    456 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    460 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    461 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    462 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    463 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    464 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    465 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    466 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    467 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    468 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    470 | ERROR | [x] Multiple selectors should each be on a single line
    471 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    472 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    473 | 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
    477 | ERROR | [x] Multiple selectors should each be on a single line
    478 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    479 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    480 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    481 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    482 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    486 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    487 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    490 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    491 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    494 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    495 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    498 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    499 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    504 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    505 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    506 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    507 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    508 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    509 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    512 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    513 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    514 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    515 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    516 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    517 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    518 | 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
    522 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    523 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    523 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    524 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    524 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    525 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    525 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    528 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    529 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    530 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    531 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    532 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    532 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #c4d237 but found #C4D237
    535 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    535 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 2 found
    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
    539 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    542 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    542 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #c4d237 but found #C4D237
    545 | ERROR | [x] Opening brace should be the last content on the
    | | line
    545 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    546 | ERROR | [x] Opening brace should be the last content on the
    | | line
    546 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    547 | ERROR | [x] Opening brace should be the last content on the
    | | line
    547 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    549 | ERROR | [x] Opening brace should be the last content on the
    | | line
    549 | ERROR | [ ] Style definitions must end with a semicolon
    549 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    550 | ERROR | [x] Opening brace should be the last content on the
    | | line
    550 | ERROR | [x] Each style definition must be on a line by itself
    550 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    551 | ERROR | [x] Opening brace should be the last content on the
    | | line
    551 | ERROR | [x] Each style definition must be on a line by itself
    551 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    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
    558 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    559 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    560 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    561 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    562 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    563 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    564 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    565 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    568 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    568 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #ffffff but found #FFFFFF
    569 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    570 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    571 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    572 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    573 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    574 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    575 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    576 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    577 | ERROR | [x] Blank lines are not allowed in class definitions
    578 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    579 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    580 | 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
    583 | ERROR | [x] Blank lines are not allowed in class definitions
    584 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    585 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    586 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    587 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    588 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    594 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    595 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    596 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    597 | 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 4 spaces,
    | | found 8
    600 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    601 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    604 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    605 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    606 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    607 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    608 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    609 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    610 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    611 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    614 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    615 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    616 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    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 4 spaces,
    | | found 8
    620 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    621 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    624 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    625 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    626 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    627 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    628 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    629 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    630 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    631 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    634 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    635 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    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 4 spaces,
    | | found 8
    639 | 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 4 spaces,
    | | found 8
    644 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    645 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    646 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    647 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    653 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    654 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    655 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    656 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    659 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 2 found
    660 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    661 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    662 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    663 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    664 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    665 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    665 | ERROR | [ ] Style definitions must end with a semicolon
    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
    678 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    679 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    680 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    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] Blank lines are not allowed in class definitions
    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] Blank lines are not allowed in class definitions
    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 2 spaces,
    | | found 4
    700 | ERROR | [x] Blank lines are not allowed in class definitions
    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] Blank lines are not allowed in class definitions
    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
    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 2 spaces,
    | | found 4
    718 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    721 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    722 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    723 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    724 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    729 | ERROR | [x] Blank lines are not allowed in class definitions
    730 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    731 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    732 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    733 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    734 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    735 | ERROR | [x] Blank lines are not allowed in class definitions
    736 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    737 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    738 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    739 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    740 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    743 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    744 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    745 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    746 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    747 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    748 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    749 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    750 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    753 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    754 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    757 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    758 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    759 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    760 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    763 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    764 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    765 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    766 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    767 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    768 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    771 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    772 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    773 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    773 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #37abf2 but found #37ABF2
    774 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    775 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    776 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    776 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    778 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    779 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    779 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    781 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    782 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    782 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    784 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    785 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    785 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    787 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    788 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    788 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    790 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    791 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    791 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    793 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    794 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    794 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    796 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    797 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    797 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    799 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    800 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    800 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    802 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    803 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    803 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    805 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    805 | ERROR | [x] Multiple selectors should each be on a single line
    805 | ERROR | [x] Multiple selectors should each be on a single line
    806 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    807 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    807 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    808 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    809 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    810 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    810 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    812 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    812 | ERROR | [x] Multiple selectors should each be on a single line
    812 | ERROR | [x] Multiple selectors should each be on a single line
    813 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    814 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    814 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    815 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    816 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    817 | ERROR | [x] Line indented incorrectly; expected 4 spaces,
    | | found 8
    817 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    817 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1034 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: .../modules/custom/md_slider-3406124/assets/css/md-slider-admin.css
    ----------------------------------------------------------------------
    FOUND 1503 ERRORS AFFECTING 535 LINES
    ----------------------------------------------------------------------
    7 | ERROR | [x] Opening brace should be the last content on the
    | | line
    7 | ERROR | [x] Each style definition must be on a line by itself
    7 | ERROR | [x] Each style definition must be on a line by itself
    7 | ERROR | [ ] Style definitions must end with a semicolon
    7 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    8 | ERROR | [x] Opening brace should be the last content on the
    | | line
    8 | ERROR | [x] Each style definition must be on a line by itself
    8 | ERROR | [ ] Style definitions must end with a semicolon
    8 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    9 | ERROR | [x] Opening brace should be the last content on the
    | | line
    9 | ERROR | [ ] Style definitions must end with a semicolon
    9 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    13 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    13 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    13 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0074d4 but found #0074D4
    16 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    17 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    18 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    19 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    20 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    25 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    26 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    27 | ERROR | [x] 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
    30 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    31 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    31 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    34 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    37 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    38 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    39 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    40 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    41 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    42 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    42 | ERROR | [ ] Style definitions must end with a semicolon
    45 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    46 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    47 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    48 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    49 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    55 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    55 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0074d4 but found #0074D4
    56 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    57 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    57 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    58 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    59 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    60 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    61 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    61 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    62 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    63 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    64 | ERROR | [x] Blank lines are not allowed in class definitions
    70 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    71 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    77 | 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
    82 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    85 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    86 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    87 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    90 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    93 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    94 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    95 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    95 | ERROR | [ ] Style definitions must end with a semicolon
    99 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    99 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f8f8f8 but found #F8F8F8
    100 | 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
    103 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    104 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    105 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    106 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    107 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    108 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    109 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    110 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    111 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    112 | 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
    119 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    122 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    124 | ERROR | [x] Multiple selectors should each be on a single line
    125 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    126 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    127 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    128 | 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
    132 | ERROR | [x] Opening brace should be the last content on the
    | | line
    132 | ERROR | [ ] Style definitions must end with a semicolon
    132 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    133 | ERROR | [x] Opening brace should be the last content on the
    | | line
    133 | ERROR | [ ] Style definitions must end with a semicolon
    133 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    134 | ERROR | [x] Opening brace should be the last content on the
    | | line
    134 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    136 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    137 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    138 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    139 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    140 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    141 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    141 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    142 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    143 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    143 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    144 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    145 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    150 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    150 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #005eff but found #005EFF
    151 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    151 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0074d4 but found #0074D4
    152 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    153 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    153 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    154 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    155 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    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 colon in style definition;
    | | 0 found
    158 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    159 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    160 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    161 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    162 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    163 | ERROR | [x] Blank lines are not allowed in class definitions
    167 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    168 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    171 | 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
    179 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    180 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    184 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    185 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    186 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    187 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    188 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    189 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    191 | ERROR | [x] Multiple selectors should each be on a single line
    192 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    193 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    194 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    195 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    198 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    200 | ERROR | [x] Multiple selectors should each be on a single line
    201 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    202 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    203 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    206 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    207 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    208 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    209 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    210 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    211 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    211 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #dedede but found #DEDEDE
    212 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    213 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    214 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    215 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    216 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    217 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    219 | ERROR | [x] Multiple selectors should each be on a single line
    219 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    220 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    225 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    226 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    226 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0074d4 but found #0074D4
    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
    229 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0074d4 but found #0074D4
    230 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    233 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    234 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    235 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    236 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    237 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    238 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    239 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    242 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    245 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    246 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    246 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #e3e3e3 but found #E3E3E3
    247 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    247 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #e3e3e3 but found #E3E3E3
    248 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    248 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #e3e3e3 but found #E3E3E3
    249 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    249 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #e3e3e3 but found #E3E3E3
    250 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    251 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    251 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #d1d1d1 but found #D1D1D1
    252 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    255 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    256 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    257 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    258 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    261 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    262 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    263 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    264 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    265 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    266 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    267 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    270 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    271 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    274 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    275 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    278 | ERROR | [x] Opening brace should be the last content on the
    | | line
    278 | ERROR | [ ] Style definitions must end with a semicolon
    278 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    284 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    285 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    286 | 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
    294 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0074d4 but found #0074D4
    300 | ERROR | [x] Opening brace should be the last content on the
    | | line
    300 | ERROR | [x] Each style definition must be on a line by itself
    300 | ERROR | [ ] Style definitions must end with a semicolon
    300 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    301 | ERROR | [x] Opening brace should be the last content on the
    | | line
    301 | ERROR | [ ] Style definitions must end with a semicolon
    301 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    302 | ERROR | [x] Opening brace should be the last content on the
    | | line
    302 | ERROR | [x] Each style definition must be on a line by itself
    302 | ERROR | [x] Each style definition must be on a line by itself
    302 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    303 | ERROR | [x] Opening brace should be the last content on the
    | | line
    303 | ERROR | [ ] Style definitions must end with a semicolon
    303 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    304 | ERROR | [x] Opening brace should be the last content on the
    | | line
    304 | ERROR | [x] Each style definition must be on a line by itself
    304 | ERROR | [x] Each style definition must be on a line by itself
    304 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    304 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    305 | ERROR | [x] Opening brace should be the last content on the
    | | line
    305 | ERROR | [x] Each style definition must be on a line by itself
    305 | ERROR | [x] Each style definition must be on a line by itself
    305 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    305 | ERROR | [x] Each style definition must be on a line by itself
    305 | ERROR | [x] Each style definition must be on a line by itself
    305 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    309 | ERROR | [x] Opening brace should be the last content on the
    | | line
    309 | ERROR | [x] Each style definition must be on a line by itself
    309 | ERROR | [x] Each style definition must be on a line by itself
    309 | ERROR | [x] Each style definition must be on a line by itself
    309 | ERROR | [x] Each style definition must be on a line by itself
    309 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    310 | ERROR | [x] Multiple selectors should each be on a single line
    310 | ERROR | [x] Opening brace should be the last content on the
    | | line
    310 | ERROR | [x] Each style definition must be on a line by itself
    310 | ERROR | [x] Each style definition must be on a line by itself
    310 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    310 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0073d3 but found #0073D3
    310 | ERROR | [x] Each style definition must be on a line by itself
    310 | ERROR | [x] Each style definition must be on a line by itself
    310 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    311 | ERROR | [x] Multiple selectors should each be on a single line
    311 | ERROR | [x] Multiple selectors should each be on a single line
    311 | ERROR | [x] Multiple selectors should each be on a single line
    311 | ERROR | [x] Opening brace should be the last content on the
    | | line
    311 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    312 | ERROR | [x] Opening brace should be the last content on the
    | | line
    312 | ERROR | [x] Each style definition must be on a line by itself
    312 | ERROR | [x] Each style definition must be on a line by itself
    312 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    313 | ERROR | [x] Opening brace should be the last content on the
    | | line
    313 | ERROR | [x] Each style definition must be on a line by itself
    313 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    313 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0073d3 but found #0073D3
    313 | ERROR | [x] Each style definition must be on a line by itself
    313 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    314 | ERROR | [x] Opening brace should be the last content on the
    | | line
    314 | ERROR | [x] Each style definition must be on a line by itself
    314 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    315 | ERROR | [x] Opening brace should be the last content on the
    | | line
    315 | ERROR | [x] Each style definition must be on a line by itself
    315 | ERROR | [x] Each style definition must be on a line by itself
    315 | ERROR | [x] Each style definition must be on a line by itself
    315 | ERROR | [x] Each style definition must be on a line by itself
    315 | ERROR | [x] Each style definition must be on a line by itself
    315 | ERROR | [x] Each style definition must be on a line by itself
    315 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    317 | ERROR | [x] Opening brace should be the last content on the
    | | line
    317 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    318 | ERROR | [x] Opening brace should be the last content on the
    | | line
    318 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    320 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    321 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    322 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    323 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    324 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    325 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    326 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    327 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    328 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    328 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #fff but found #FFF
    329 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    330 | ERROR | [x] Blank lines are not allowed in class definitions
    332 | ERROR | [x] Opening brace should be the last content on the
    | | line
    332 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    335 | ERROR | [x] Opening brace should be the last content on the
    | | line
    335 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #a5a5a5 but found #A5A5A5
    335 | ERROR | [x] Each style definition must be on a line by itself
    335 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    337 | ERROR | [x] Opening brace should be the last content on the
    | | line
    337 | ERROR | [x] Each style definition must be on a line by itself
    337 | ERROR | [x] Each style definition must be on a line by itself
    337 | ERROR | [x] Each style definition must be on a line by itself
    337 | ERROR | [x] Each style definition must be on a line by itself
    337 | ERROR | [x] Each style definition must be on a line by itself
    337 | ERROR | [ ] Style definitions must end with a semicolon
    337 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    338 | ERROR | [x] Opening brace should be the last content on the
    | | line
    338 | ERROR | [ ] Style definitions must end with a semicolon
    338 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #6e6e6e but found #6E6E6E
    338 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    339 | ERROR | [x] Opening brace should be the last content on the
    | | line
    339 | ERROR | [x] Each style definition must be on a line by itself
    339 | ERROR | [ ] Style definitions must end with a semicolon
    339 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    340 | ERROR | [x] Opening brace should be the last content on the
    | | line
    340 | ERROR | [x] Each style definition must be on a line by itself
    340 | ERROR | [ ] Style definitions must end with a semicolon
    340 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    341 | ERROR | [x] Opening brace should be the last content on the
    | | line
    341 | ERROR | [x] Each style definition must be on a line by itself
    341 | ERROR | [ ] Style definitions must end with a semicolon
    341 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    342 | ERROR | [x] Opening brace should be the last content on the
    | | line
    342 | ERROR | [x] Each style definition must be on a line by itself
    342 | ERROR | [ ] Style definitions must end with a semicolon
    342 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    343 | ERROR | [x] Opening brace should be the last content on the
    | | line
    343 | ERROR | [x] Each style definition must be on a line by itself
    343 | ERROR | [ ] Style definitions must end with a semicolon
    343 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    344 | ERROR | [x] Opening brace should be the last content on the
    | | line
    344 | ERROR | [x] Each style definition must be on a line by itself
    344 | ERROR | [ ] Style definitions must end with a semicolon
    344 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    345 | ERROR | [x] Opening brace should be the last content on the
    | | line
    345 | ERROR | [x] Each style definition must be on a line by itself
    345 | ERROR | [ ] Style definitions must end with a semicolon
    345 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    346 | ERROR | [x] Opening brace should be the last content on the
    | | line
    346 | ERROR | [x] Each style definition must be on a line by itself
    346 | ERROR | [ ] Style definitions must end with a semicolon
    346 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    347 | ERROR | [x] Opening brace should be the last content on the
    | | line
    347 | ERROR | [x] Each style definition must be on a line by itself
    347 | ERROR | [ ] Style definitions must end with a semicolon
    347 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    348 | ERROR | [x] Opening brace should be the last content on the
    | | line
    348 | ERROR | [x] Each style definition must be on a line by itself
    348 | ERROR | [ ] Style definitions must end with a semicolon
    348 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    349 | ERROR | [x] Opening brace should be the last content on the
    | | line
    349 | ERROR | [x] Each style definition must be on a line by itself
    349 | ERROR | [ ] Style definitions must end with a semicolon
    349 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    351 | ERROR | [x] Opening brace should be the last content on the
    | | line
    351 | ERROR | [x] Each style definition must be on a line by itself
    351 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    352 | ERROR | [x] Opening brace should be the last content on the
    | | line
    352 | ERROR | [x] Each style definition must be on a line by itself
    352 | ERROR | [x] Each style definition must be on a line by itself
    352 | ERROR | [x] Each style definition must be on a line by itself
    352 | ERROR | [x] Each style definition must be on a line by itself
    352 | ERROR | [x] Each style definition must be on a line by itself
    352 | ERROR | [x] Each style definition must be on a line by itself
    352 | ERROR | [ ] Style definitions must end with a semicolon
    352 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    354 | ERROR | [x] Opening brace should be the last content on the
    | | line
    354 | ERROR | [x] Each style definition must be on a line by itself
    354 | ERROR | [x] Each style definition must be on a line by itself
    354 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    354 | ERROR | [x] Each style definition must be on a line by itself
    354 | ERROR | [x] Each style definition must be on a line by itself
    354 | ERROR | [x] Each style definition must be on a line by itself
    354 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    355 | ERROR | [x] Opening brace should be the last content on the
    | | line
    355 | ERROR | [x] Each style definition must be on a line by itself
    355 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    355 | ERROR | [ ] Style definitions must end with a semicolon
    355 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    363 | ERROR | [x] Opening brace should be the last content on the
    | | line
    363 | ERROR | [x] Each style definition must be on a line by itself
    363 | ERROR | [x] Each style definition must be on a line by itself
    363 | ERROR | [ ] Style definitions must end with a semicolon
    363 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    365 | ERROR | [x] Opening brace should be the last content on the
    | | line
    365 | ERROR | [ ] Style definitions must end with a semicolon
    365 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    366 | ERROR | [x] Opening brace should be the last content on the
    | | line
    366 | ERROR | [x] Each style definition must be on a line by itself
    366 | ERROR | [x] Each style definition must be on a line by itself
    366 | ERROR | [ ] Style definitions must end with a semicolon
    366 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    368 | ERROR | [x] Opening brace should be the last content on the
    | | line
    368 | ERROR | [ ] Style definitions must end with a semicolon
    368 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    369 | ERROR | [x] Opening brace should be the last content on the
    | | line
    369 | ERROR | [x] Each style definition must be on a line by itself
    369 | ERROR | [x] Each style definition must be on a line by itself
    369 | ERROR | [ ] Style definitions must end with a semicolon
    369 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    371 | ERROR | [x] Opening brace should be the last content on the
    | | line
    371 | ERROR | [ ] Style definitions must end with a semicolon
    371 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    372 | ERROR | [x] Opening brace should be the last content on the
    | | line
    372 | ERROR | [x] Each style definition must be on a line by itself
    372 | ERROR | [x] Each style definition must be on a line by itself
    372 | ERROR | [ ] Style definitions must end with a semicolon
    372 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    374 | ERROR | [x] Opening brace should be the last content on the
    | | line
    374 | ERROR | [ ] Style definitions must end with a semicolon
    374 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    375 | ERROR | [x] Opening brace should be the last content on the
    | | line
    375 | ERROR | [x] Each style definition must be on a line by itself
    375 | ERROR | [x] Each style definition must be on a line by itself
    375 | ERROR | [ ] Style definitions must end with a semicolon
    375 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    377 | ERROR | [x] Opening brace should be the last content on the
    | | line
    377 | ERROR | [ ] Style definitions must end with a semicolon
    377 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    378 | ERROR | [x] Opening brace should be the last content on the
    | | line
    378 | ERROR | [x] Each style definition must be on a line by itself
    378 | ERROR | [x] Each style definition must be on a line by itself
    378 | ERROR | [ ] Style definitions must end with a semicolon
    378 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    380 | ERROR | [x] Opening brace should be the last content on the
    | | line
    380 | ERROR | [ ] Style definitions must end with a semicolon
    380 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    381 | ERROR | [x] Opening brace should be the last content on the
    | | line
    381 | ERROR | [x] Each style definition must be on a line by itself
    381 | ERROR | [x] Each style definition must be on a line by itself
    381 | ERROR | [ ] Style definitions must end with a semicolon
    381 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    384 | ERROR | [x] Opening brace should be the last content on the
    | | line
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    384 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Each style definition must be on a line by itself
    384 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    385 | ERROR | [x] Opening brace should be the last content on the
    | | line
    385 | ERROR | [x] Each style definition must be on a line by itself
    385 | ERROR | [x] Each style definition must be on a line by itself
    385 | ERROR | [x] Each style definition must be on a line by itself
    385 | ERROR | [x] Each style definition must be on a line by itself
    385 | ERROR | [x] Each style definition must be on a line by itself
    385 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    385 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    385 | ERROR | [x] Each style definition must be on a line by itself
    385 | ERROR | [x] Each style definition must be on a line by itself
    385 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    386 | ERROR | [x] Opening brace should be the last content on the
    | | line
    386 | ERROR | [x] Each style definition must be on a line by itself
    386 | ERROR | [x] Each style definition must be on a line by itself
    386 | ERROR | [ ] Style definitions must end with a semicolon
    386 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    387 | ERROR | [x] Opening brace should be the last content on the
    | | line
    387 | ERROR | [x] Each style definition must be on a line by itself
    387 | ERROR | [x] Each style definition must be on a line by itself
    387 | ERROR | [x] Each style definition must be on a line by itself
    387 | ERROR | [x] Each style definition must be on a line by itself
    387 | ERROR | [x] Each style definition must be on a line by itself
    387 | ERROR | [x] Each style definition must be on a line by itself
    387 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    388 | ERROR | [x] Opening brace should be the last content on the
    | | line
    388 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    388 | ERROR | [ ] Style definitions must end with a semicolon
    388 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    389 | ERROR | [x] Opening brace should be the last content on the
    | | line
    389 | ERROR | [ ] Style definitions must end with a semicolon
    389 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    390 | ERROR | [x] Opening brace should be the last content on the
    | | line
    390 | ERROR | [x] Each style definition must be on a line by itself
    390 | ERROR | [ ] Style definitions must end with a semicolon
    390 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    391 | ERROR | [x] Opening brace should be the last content on the
    | | line
    391 | ERROR | [ ] Style definitions must end with a semicolon
    391 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    392 | ERROR | [x] Opening brace should be the last content on the
    | | line
    392 | ERROR | [x] Each style definition must be on a line by itself
    392 | ERROR | [ ] Style definitions must end with a semicolon
    392 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    393 | ERROR | [x] Opening brace should be the last content on the
    | | line
    393 | ERROR | [ ] Style definitions must end with a semicolon
    393 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    394 | ERROR | [x] Opening brace should be the last content on the
    | | line
    394 | ERROR | [x] Each style definition must be on a line by itself
    394 | ERROR | [ ] Style definitions must end with a semicolon
    394 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    395 | ERROR | [x] Opening brace should be the last content on the
    | | line
    395 | ERROR | [ ] Style definitions must end with a semicolon
    395 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    396 | ERROR | [x] Opening brace should be the last content on the
    | | line
    396 | ERROR | [x] Each style definition must be on a line by itself
    396 | ERROR | [ ] Style definitions must end with a semicolon
    396 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    397 | ERROR | [x] Opening brace should be the last content on the
    | | line
    397 | ERROR | [x] Each style definition must be on a line by itself
    397 | ERROR | [ ] Style definitions must end with a semicolon
    397 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    398 | ERROR | [x] Opening brace should be the last content on the
    | | line
    398 | ERROR | [x] Each style definition must be on a line by itself
    398 | ERROR | [ ] Style definitions must end with a semicolon
    398 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    399 | ERROR | [x] Opening brace should be the last content on the
    | | line
    399 | ERROR | [x] Each style definition must be on a line by itself
    399 | ERROR | [ ] Style definitions must end with a semicolon
    399 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    400 | ERROR | [x] Opening brace should be the last content on the
    | | line
    400 | ERROR | [x] Each style definition must be on a line by itself
    400 | ERROR | [ ] Style definitions must end with a semicolon
    400 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    401 | ERROR | [x] Opening brace should be the last content on the
    | | line
    401 | ERROR | [x] Each style definition must be on a line by itself
    401 | ERROR | [x] Each style definition must be on a line by itself
    401 | ERROR | [x] Each style definition must be on a line by itself
    401 | ERROR | [x] Each style definition must be on a line by itself
    401 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    402 | ERROR | [x] Opening brace should be the last content on the
    | | line
    402 | ERROR | [ ] Style definitions must end with a semicolon
    402 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #ffc926 but found #FFC926
    402 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    403 | ERROR | [x] Opening brace should be the last content on the
    | | line
    403 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #fff but found #FFF
    403 | ERROR | [x] Each style definition must be on a line by itself
    403 | ERROR | [ ] Style definitions must end with a semicolon
    403 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    404 | ERROR | [x] Opening brace should be the last content on the
    | | line
    404 | ERROR | [x] Each style definition must be on a line by itself
    404 | ERROR | [x] Each style definition must be on a line by itself
    404 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    406 | ERROR | [x] Opening brace should be the last content on the
    | | line
    406 | ERROR | [ ] Style definitions must end with a semicolon
    406 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    407 | ERROR | [x] Opening brace should be the last content on the
    | | line
    407 | ERROR | [x] Each style definition must be on a line by itself
    407 | ERROR | [x] Each style definition must be on a line by itself
    407 | ERROR | [x] Each style definition must be on a line by itself
    407 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    408 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    409 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    409 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    410 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    411 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    413 | ERROR | [x] Opening brace should be the last content on the
    | | line
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Each style definition must be on a line by itself
    413 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    414 | ERROR | [x] Opening brace should be the last content on the
    | | line
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Each style definition must be on a line by itself
    414 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    415 | ERROR | [x] Opening brace should be the last content on the
    | | line
    415 | ERROR | [x] Each style definition must be on a line by itself
    415 | ERROR | [x] Each style definition must be on a line by itself
    415 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    417 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    418 | 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
    422 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    423 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    424 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    424 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    425 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    426 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    428 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    428 | ERROR | [x] Opening brace should be the last content on the
    | | line
    428 | ERROR | [x] Each style definition must be on a line by itself
    428 | ERROR | [x] Each style definition must be on a line by itself
    428 | ERROR | [x] Each style definition must be on a line by itself
    428 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    429 | ERROR | [x] Opening brace should be the last content on the
    | | line
    429 | ERROR | [x] Each style definition must be on a line by itself
    429 | ERROR | [x] Each style definition must be on a line by itself
    429 | ERROR | [x] Each style definition must be on a line by itself
    429 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    429 | ERROR | [x] Each style definition must be on a line by itself
    429 | ERROR | [x] Each style definition must be on a line by itself
    429 | ERROR | [x] Each style definition must be on a line by itself
    429 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    430 | ERROR | [x] Opening brace should be the last content on the
    | | line
    430 | ERROR | [x] Each style definition must be on a line by itself
    430 | ERROR | [x] Each style definition must be on a line by itself
    430 | ERROR | [x] Each style definition must be on a line by itself
    430 | ERROR | [x] Each style definition must be on a line by itself
    430 | ERROR | [ ] Style definitions must end with a semicolon
    430 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    431 | ERROR | [x] Opening brace should be the last content on the
    | | line
    431 | ERROR | [x] Each style definition must be on a line by itself
    431 | ERROR | [x] Each style definition must be on a line by itself
    431 | ERROR | [x] Each style definition must be on a line by itself
    431 | ERROR | [x] Each style definition must be on a line by itself
    431 | ERROR | [x] Each style definition must be on a line by itself
    431 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    431 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    433 | ERROR | [x] Opening brace should be the last content on the
    | | line
    433 | ERROR | [x] Each style definition must be on a line by itself
    433 | ERROR | [x] Each style definition must be on a line by itself
    433 | ERROR | [x] Each style definition must be on a line by itself
    433 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    436 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    436 | ERROR | [x] Opening brace should be the last content on the
    | | line
    436 | ERROR | [ ] Style definitions must end with a semicolon
    436 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    437 | ERROR | [x] Opening brace should be the last content on the
    | | line
    437 | ERROR | [x] Each style definition must be on a line by itself
    437 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    440 | ERROR | [x] Opening brace should be the last content on the
    | | line
    440 | ERROR | [x] Each style definition must be on a line by itself
    440 | ERROR | [x] Each style definition must be on a line by itself
    440 | ERROR | [x] Each style definition must be on a line by itself
    440 | ERROR | [ ] Style definitions must end with a semicolon
    440 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    442 | ERROR | [x] Opening brace should be the last content on the
    | | line
    442 | ERROR | [x] Each style definition must be on a line by itself
    442 | ERROR | [x] Each style definition must be on a line by itself
    442 | ERROR | [ ] Style definitions must end with a semicolon
    442 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    444 | ERROR | [x] Opening brace should be the last content on the
    | | line
    444 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    444 | ERROR | [x] Each style definition must be on a line by itself
    444 | ERROR | [x] Each style definition must be on a line by itself
    444 | ERROR | [x] Each style definition must be on a line by itself
    444 | ERROR | [x] Each style definition must be on a line by itself
    444 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    445 | ERROR | [x] Opening brace should be the last content on the
    | | line
    445 | ERROR | [x] Each style definition must be on a line by itself
    445 | ERROR | [ ] Style definitions must end with a semicolon
    445 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    446 | ERROR | [x] Opening brace should be the last content on the
    | | line
    446 | ERROR | [x] Each style definition must be on a line by itself
    446 | ERROR | [ ] Style definitions must end with a semicolon
    446 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    447 | ERROR | [x] Opening brace should be the last content on the
    | | line
    447 | ERROR | [ ] Style definitions must end with a semicolon
    447 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    448 | ERROR | [x] Opening brace should be the last content on the
    | | line
    448 | ERROR | [ ] Style definitions must end with a semicolon
    448 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    449 | ERROR | [x] Opening brace should be the last content on the
    | | line
    449 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    449 | ERROR | [x] Each style definition must be on a line by itself
    449 | ERROR | [x] Each style definition must be on a line by itself
    449 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    449 | ERROR | [x] Each style definition must be on a line by itself
    449 | ERROR | [ ] Style definitions must end with a semicolon
    449 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    450 | ERROR | [x] Opening brace should be the last content on the
    | | line
    450 | ERROR | [x] Each style definition must be on a line by itself
    450 | ERROR | [x] Each style definition must be on a line by itself
    450 | ERROR | [x] Each style definition must be on a line by itself
    450 | ERROR | [ ] Style definitions must end with a semicolon
    450 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    451 | ERROR | [x] Opening brace should be the last content on the
    | | line
    451 | ERROR | [x] Each style definition must be on a line by itself
    451 | ERROR | [x] Each style definition must be on a line by itself
    451 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    452 | ERROR | [x] Opening brace should be the last content on the
    | | line
    452 | ERROR | [x] Each style definition must be on a line by itself
    452 | ERROR | [x] Each style definition must be on a line by itself
    452 | ERROR | [x] Each style definition must be on a line by itself
    452 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    452 | ERROR | [ ] Style definitions must end with a semicolon
    452 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    453 | ERROR | [x] Opening brace should be the last content on the
    | | line
    453 | ERROR | [x] Each style definition must be on a line by itself
    453 | ERROR | [x] Each style definition must be on a line by itself
    453 | ERROR | [x] Each style definition must be on a line by itself
    453 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    453 | ERROR | [ ] Style definitions must end with a semicolon
    453 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    455 | ERROR | [x] Opening brace should be the last content on the
    | | line
    455 | ERROR | [x] Each style definition must be on a line by itself
    455 | ERROR | [x] Each style definition must be on a line by itself
    455 | ERROR | [ ] Style definitions must end with a semicolon
    455 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    456 | ERROR | [x] Opening brace should be the last content on the
    | | line
    456 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    456 | ERROR | [ ] Style definitions must end with a semicolon
    456 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    457 | ERROR | [x] Opening brace should be the last content on the
    | | line
    457 | ERROR | [x] Each style definition must be on a line by itself
    457 | ERROR | [x] Each style definition must be on a line by itself
    457 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    459 | ERROR | [x] Opening brace should be the last content on the
    | | line
    459 | ERROR | [x] Each style definition must be on a line by itself
    459 | ERROR | [x] Each style definition must be on a line by itself
    459 | ERROR | [ ] Style definitions must end with a semicolon
    459 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    460 | ERROR | [x] Opening brace should be the last content on the
    | | line
    460 | ERROR | [ ] Style definitions must end with a semicolon
    460 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    461 | ERROR | [x] Opening brace should be the last content on the
    | | line
    461 | ERROR | [x] Each style definition must be on a line by itself
    461 | ERROR | [x] Each style definition must be on a line by itself
    461 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    461 | ERROR | [ ] Style definitions must end with a semicolon
    461 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    462 | ERROR | [x] Opening brace should be the last content on the
    | | line
    462 | ERROR | [x] Each style definition must be on a line by itself
    462 | ERROR | [x] Each style definition must be on a line by itself
    462 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    462 | ERROR | [ ] Style definitions must end with a semicolon
    462 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    463 | ERROR | [x] Opening brace should be the last content on the
    | | line
    463 | ERROR | [x] Each style definition must be on a line by itself
    463 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    464 | ERROR | [x] Opening brace should be the last content on the
    | | line
    464 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    465 | ERROR | [x] Opening brace should be the last content on the
    | | line
    465 | ERROR | [x] Each style definition must be on a line by itself
    465 | ERROR | [x] Each style definition must be on a line by itself
    465 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    465 | ERROR | [x] Each style definition must be on a line by itself
    465 | ERROR | [ ] Style definitions must end with a semicolon
    465 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    466 | ERROR | [x] Opening brace should be the last content on the
    | | line
    466 | ERROR | [ ] Style definitions must end with a semicolon
    466 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    467 | ERROR | [x] Opening brace should be the last content on the
    | | line
    467 | ERROR | [ ] Style definitions must end with a semicolon
    467 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    468 | ERROR | [x] Opening brace should be the last content on the
    | | line
    468 | ERROR | [ ] Style definitions must end with a semicolon
    468 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    470 | ERROR | [x] Opening brace should be the last content on the
    | | line
    470 | ERROR | [x] Each style definition must be on a line by itself
    470 | ERROR | [x] Each style definition must be on a line by itself
    470 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    470 | ERROR | [x] Each style definition must be on a line by itself
    470 | ERROR | [ ] Style definitions must end with a semicolon
    470 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    471 | ERROR | [x] Opening brace should be the last content on the
    | | line
    471 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    472 | ERROR | [x] Opening brace should be the last content on the
    | | line
    472 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    473 | ERROR | [x] Opening brace should be the last content on the
    | | line
    473 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    474 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    474 | ERROR | [x] Opening brace should be the last content on the
    | | line
    474 | ERROR | [x] Each style definition must be on a line by itself
    474 | ERROR | [x] Each style definition must be on a line by itself
    474 | ERROR | [ ] Style definitions must end with a semicolon
    474 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    478 | ERROR | [x] Opening brace should be the last content on the
    | | line
    478 | ERROR | [x] Each style definition must be on a line by itself
    478 | ERROR | [x] Each style definition must be on a line by itself
    478 | ERROR | [x] Each style definition must be on a line by itself
    478 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    478 | ERROR | [ ] Style definitions must end with a semicolon
    478 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    480 | ERROR | [x] Opening brace should be the last content on the
    | | line
    480 | ERROR | [x] Each style definition must be on a line by itself
    480 | ERROR | [ ] Style definitions must end with a semicolon
    480 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    482 | ERROR | [x] Opening brace should be the last content on the
    | | line
    482 | ERROR | [x] Each style definition must be on a line by itself
    482 | ERROR | [x] Each style definition must be on a line by itself
    482 | ERROR | [x] Each style definition must be on a line by itself
    482 | ERROR | [x] Each style definition must be on a line by itself
    482 | ERROR | [x] Each style definition must be on a line by itself
    482 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    482 | ERROR | [x] Each style definition must be on a line by itself
    482 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    482 | ERROR | [x] Each style definition must be on a line by itself
    482 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    483 | ERROR | [x] Opening brace should be the last content on the
    | | line
    483 | ERROR | [x] Each style definition must be on a line by itself
    483 | ERROR | [x] Each style definition must be on a line by itself
    483 | ERROR | [x] Each style definition must be on a line by itself
    483 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    485 | ERROR | [x] Opening brace should be the last content on the
    | | line
    485 | ERROR | [x] Each style definition must be on a line by itself
    485 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    485 | ERROR | [x] Each style definition must be on a line by itself
    485 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    485 | ERROR | [x] Each style definition must be on a line by itself
    485 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    486 | ERROR | [x] Opening brace should be the last content on the
    | | line
    486 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    490 | ERROR | [x] Opening brace should be the last content on the
    | | line
    490 | ERROR | [x] Each style definition must be on a line by itself
    490 | ERROR | [x] Each style definition must be on a line by itself
    490 | ERROR | [x] Each style definition must be on a line by itself
    490 | ERROR | [x] Each style definition must be on a line by itself
    490 | ERROR | [x] Each style definition must be on a line by itself
    490 | ERROR | [x] Each style definition must be on a line by itself
    490 | ERROR | [x] Each style definition must be on a line by itself
    490 | ERROR | [ ] Style definitions must end with a semicolon
    490 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    491 | ERROR | [x] Opening brace should be the last content on the
    | | line
    491 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    491 | ERROR | [ ] Style definitions must end with a semicolon
    491 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    492 | ERROR | [x] Opening brace should be the last content on the
    | | line
    492 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    492 | ERROR | [ ] Style definitions must end with a semicolon
    492 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    493 | ERROR | [x] Opening brace should be the last content on the
    | | line
    493 | ERROR | [x] Each style definition must be on a line by itself
    493 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    493 | ERROR | [x] Each style definition must be on a line by itself
    493 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    493 | ERROR | [ ] Style definitions must end with a semicolon
    493 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    496 | ERROR | [x] Opening brace should be the last content on the
    | | line
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    496 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [x] Each style definition must be on a line by itself
    496 | ERROR | [ ] Style definitions must end with a semicolon
    496 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #a5a5a5 but found #A5A5A5
    496 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    497 | ERROR | [x] Opening brace should be the last content on the
    | | line
    497 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #3a3a3a but found #3A3A3A
    497 | ERROR | [x] Each style definition must be on a line by itself
    497 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    497 | ERROR | [x] Each style definition must be on a line by itself
    497 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    499 | ERROR | [x] Opening brace should be the last content on the
    | | line
    499 | ERROR | [x] Each style definition must be on a line by itself
    499 | ERROR | [x] Each style definition must be on a line by itself
    499 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    499 | ERROR | [ ] Style definitions must end with a semicolon
    499 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    502 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    503 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    503 | ERROR | [x] Expected 0 spaces before semicolon in style
    | | definition; 1 found
    509 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    513 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    517 | ERROR | [x] Opening brace should be the last content on the
    | | line
    517 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    518 | ERROR | [x] Opening brace should be the last content on the
    | | line
    518 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    519 | ERROR | [x] Opening brace should be the last content on the
    | | line
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Each style definition must be on a line by itself
    519 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    520 | ERROR | [x] Opening brace should be the last content on the
    | | line
    520 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #feca40 but found #FECA40
    520 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    521 | ERROR | [x] Multiple selectors should each be on a single line
    521 | ERROR | [x] Multiple selectors should each be on a single line
    521 | ERROR | [x] Multiple selectors should each be on a single line
    521 | ERROR | [x] Opening brace should be the last content on the
    | | line
    521 | ERROR | [x] Each style definition must be on a line by itself
    521 | ERROR | [x] Each style definition must be on a line by itself
    521 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #00a8ff but found #00A8FF
    521 | ERROR | [x] Each style definition must be on a line by itself
    521 | ERROR | [x] Each style definition must be on a line by itself
    521 | ERROR | [ ] Style definitions must end with a semicolon
    521 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    522 | ERROR | [x] Opening brace should be the last content on the
    | | line
    522 | ERROR | [x] Each style definition must be on a line by itself
    522 | ERROR | [ ] Style definitions must end with a semicolon
    522 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    523 | ERROR | [x] Opening brace should be the last content on the
    | | line
    523 | ERROR | [x] Each style definition must be on a line by itself
    523 | ERROR | [ ] Style definitions must end with a semicolon
    523 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    524 | ERROR | [x] Opening brace should be the last content on the
    | | line
    524 | ERROR | [x] Each style definition must be on a line by itself
    524 | ERROR | [ ] Style definitions must end with a semicolon
    524 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    525 | ERROR | [x] Opening brace should be the last content on the
    | | line
    525 | ERROR | [x] Each style definition must be on a line by itself
    525 | ERROR | [ ] Style definitions must end with a semicolon
    525 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    526 | ERROR | [x] Multiple selectors should each be on a single line
    526 | ERROR | [x] Multiple selectors should each be on a single line
    526 | ERROR | [x] Multiple selectors should each be on a single line
    526 | ERROR | [x] Opening brace should be the last content on the
    | | line
    526 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #00a8ff but found #00A8FF
    526 | ERROR | [x] Each style definition must be on a line by itself
    526 | ERROR | [x] Each style definition must be on a line by itself
    526 | ERROR | [ ] Style definitions must end with a semicolon
    526 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    527 | ERROR | [x] Opening brace should be the last content on the
    | | line
    527 | ERROR | [x] Each style definition must be on a line by itself
    527 | ERROR | [x] Each style definition must be on a line by itself
    527 | ERROR | [x] Each style definition must be on a line by itself
    527 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    528 | ERROR | [x] Opening brace should be the last content on the
    | | line
    528 | ERROR | [x] Each style definition must be on a line by itself
    528 | ERROR | [x] Each style definition must be on a line by itself
    528 | ERROR | [x] Each style definition must be on a line by itself
    528 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    529 | ERROR | [x] Opening brace should be the last content on the
    | | line
    529 | ERROR | [x] Each style definition must be on a line by itself
    529 | ERROR | [x] Each style definition must be on a line by itself
    529 | ERROR | [x] Each style definition must be on a line by itself
    529 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    530 | ERROR | [x] Opening brace should be the last content on the
    | | line
    530 | ERROR | [x] Each style definition must be on a line by itself
    530 | ERROR | [x] Each style definition must be on a line by itself
    530 | ERROR | [x] Each style definition must be on a line by itself
    530 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    531 | ERROR | [x] Opening brace should be the last content on the
    | | line
    531 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    532 | ERROR | [x] Multiple selectors should each be on a single line
    532 | ERROR | [x] Opening brace should be the last content on the
    | | line
    532 | ERROR | [ ] Style definitions must end with a semicolon
    532 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    533 | ERROR | [x] Multiple selectors should each be on a single line
    533 | ERROR | [x] Multiple selectors should each be on a single line
    533 | ERROR | [x] Multiple selectors should each be on a single line
    533 | ERROR | [x] Opening brace should be the last content on the
    | | line
    533 | ERROR | [x] Each style definition must be on a line by itself
    533 | ERROR | [ ] Style definitions must end with a semicolon
    533 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #cc3333 but found #CC3333
    533 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    534 | ERROR | [x] Multiple selectors should each be on a single line
    534 | ERROR | [x] Multiple selectors should each be on a single line
    534 | ERROR | [x] Multiple selectors should each be on a single line
    534 | ERROR | [x] Opening brace should be the last content on the
    | | line
    534 | ERROR | [x] Each style definition must be on a line by itself
    534 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #00a8ff but found #00A8FF
    534 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    535 | ERROR | [x] Multiple selectors should each be on a single line
    535 | ERROR | [x] Multiple selectors should each be on a single line
    535 | ERROR | [x] Multiple selectors should each be on a single line
    536 | ERROR | [x] Opening brace should be the last content on the
    | | line
    536 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    539 | ERROR | [x] Opening brace should be the last content on the
    | | line
    539 | ERROR | [x] Each style definition must be on a line by itself
    539 | ERROR | [x] Each style definition must be on a line by itself
    539 | ERROR | [x] Each style definition must be on a line by itself
    539 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    540 | ERROR | [x] Opening brace should be the last content on the
    | | line
    540 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    541 | ERROR | [x] Opening brace should be the last content on the
    | | line
    541 | ERROR | [x] Each style definition must be on a line by itself
    541 | ERROR | [x] Each style definition must be on a line by itself
    541 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #a5a5a5 but found #A5A5A5
    541 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    542 | ERROR | [x] Opening brace should be the last content on the
    | | line
    542 | ERROR | [x] Each style definition must be on a line by itself
    542 | ERROR | [x] Each style definition must be on a line by itself
    542 | ERROR | [x] Each style definition must be on a line by itself
    542 | ERROR | [x] Each style definition must be on a line by itself
    542 | ERROR | [x] Each style definition must be on a line by itself
    542 | ERROR | [x] Each style definition must be on a line by itself
    542 | ERROR | [ ] Style definitions must end with a semicolon
    542 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    543 | ERROR | [x] Opening brace should be the last content on the
    | | line
    543 | ERROR | [x] Each style definition must be on a line by itself
    543 | ERROR | [x] Each style definition must be on a line by itself
    543 | ERROR | [x] Each style definition must be on a line by itself
    543 | ERROR | [x] Each style definition must be on a line by itself
    543 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    544 | ERROR | [x] Opening brace should be the last content on the
    | | line
    544 | ERROR | [x] Each style definition must be on a line by itself
    544 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    545 | ERROR | [x] Opening brace should be the last content on the
    | | line
    545 | ERROR | [x] Each style definition must be on a line by itself
    545 | ERROR | [x] Each style definition must be on a line by itself
    545 | ERROR | [x] Each style definition must be on a line by itself
    545 | ERROR | [ ] Style definitions must end with a semicolon
    545 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    546 | ERROR | [x] Opening brace should be the last content on the
    | | line
    546 | ERROR | [x] Each style definition must be on a line by itself
    546 | ERROR | [ ] Style definitions must end with a semicolon
    546 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    547 | ERROR | [x] Opening brace should be the last content on the
    | | line
    547 | ERROR | [x] Each style definition must be on a line by itself
    547 | ERROR | [x] Each style definition must be on a line by itself
    547 | ERROR | [x] Each style definition must be on a line by itself
    547 | ERROR | [x] Each style definition must be on a line by itself
    547 | ERROR | [ ] Style definitions must end with a semicolon
    547 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    548 | ERROR | [x] Opening brace should be the last content on the
    | | line
    548 | ERROR | [x] Each style definition must be on a line by itself
    548 | ERROR | [x] Each style definition must be on a line by itself
    548 | ERROR | [x] Each style definition must be on a line by itself
    548 | ERROR | [x] Each style definition must be on a line by itself
    548 | ERROR | [x] Each style definition must be on a line by itself
    548 | ERROR | [ ] Style definitions must end with a semicolon
    548 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    549 | ERROR | [x] Opening brace should be the last content on the
    | | line
    549 | ERROR | [x] Each style definition must be on a line by itself
    549 | ERROR | [x] Each style definition must be on a line by itself
    549 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #0ff but found #0FF
    549 | ERROR | [x] Each style definition must be on a line by itself
    549 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    550 | ERROR | [x] Opening brace should be the last content on the
    | | line
    550 | ERROR | [x] Each style definition must be on a line by itself
    550 | ERROR | [ ] Style definitions must end with a semicolon
    550 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    551 | ERROR | [x] Opening brace should be the last content on the
    | | line
    551 | ERROR | [ ] Class definition is empty
    551 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    552 | ERROR | [x] Opening brace should be the last content on the
    | | line
    552 | ERROR | [x] Each style definition must be on a line by itself
    552 | ERROR | [x] Each style definition must be on a line by itself
    552 | ERROR | [x] Each style definition must be on a line by itself
    552 | ERROR | [ ] Style definitions must end with a semicolon
    552 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    553 | ERROR | [x] Opening brace should be the last content on the
    | | line
    553 | ERROR | [x] Each style definition must be on a line by itself
    553 | ERROR | [ ] Style definitions must end with a semicolon
    553 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    555 | ERROR | [x] Opening brace should be the last content on the
    | | line
    555 | ERROR | [x] Each style definition must be on a line by itself
    555 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 2 found
    555 | ERROR | [x] Each style definition must be on a line by itself
    555 | ERROR | [x] Each style definition must be on a line by itself
    555 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    556 | ERROR | [x] Opening brace should be the last content on the
    | | line
    556 | ERROR | [ ] Class definition is empty
    556 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    557 | ERROR | [x] Opening brace should be the last content on the
    | | line
    557 | ERROR | [x] Each style definition must be on a line by itself
    557 | ERROR | [x] Each style definition must be on a line by itself
    557 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 2 found
    557 | ERROR | [x] Each style definition must be on a line by itself
    557 | ERROR | [x] Each style definition must be on a line by itself
    557 | ERROR | [x] Each style definition must be on a line by itself
    557 | ERROR | [ ] Style definitions must end with a semicolon
    557 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    558 | ERROR | [x] Opening brace should be the last content on the
    | | line
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Each style definition must be on a line by itself
    558 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    561 | ERROR | [x] Opening brace should be the last content on the
    | | line
    561 | ERROR | [x] Each style definition must be on a line by itself
    561 | ERROR | [x] Each style definition must be on a line by itself
    561 | ERROR | [x] Each style definition must be on a line by itself
    561 | ERROR | [x] Each style definition must be on a line by itself
    561 | ERROR | [ ] Style definitions must end with a semicolon
    561 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    562 | ERROR | [x] Opening brace should be the last content on the
    | | line
    562 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    563 | ERROR | [x] Opening brace should be the last content on the
    | | line
    563 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    565 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    565 | ERROR | [x] Opening brace should be the last content on the
    | | line
    565 | ERROR | [x] Each style definition must be on a line by itself
    565 | ERROR | [x] Each style definition must be on a line by itself
    565 | ERROR | [x] Each style definition must be on a line by itself
    565 | ERROR | [x] Each style definition must be on a line by itself
    565 | ERROR | [x] Each style definition must be on a line by itself
    565 | ERROR | [x] Each style definition must be on a line by itself
    565 | ERROR | [ ] Style definitions must end with a semicolon
    565 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    566 | ERROR | [x] Opening brace should be the last content on the
    | | line
    566 | ERROR | [x] Each style definition must be on a line by itself
    566 | ERROR | [x] Each style definition must be on a line by itself
    566 | ERROR | [x] Each style definition must be on a line by itself
    566 | ERROR | [x] Each style definition must be on a line by itself
    566 | ERROR | [ ] Style definitions must end with a semicolon
    566 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    567 | ERROR | [x] Opening brace should be the last content on the
    | | line
    567 | ERROR | [x] Each style definition must be on a line by itself
    567 | ERROR | [x] Each style definition must be on a line by itself
    567 | ERROR | [x] Each style definition must be on a line by itself
    567 | ERROR | [ ] Style definitions must end with a semicolon
    567 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    568 | ERROR | [x] Opening brace should be the last content on the
    | | line
    568 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #a9a9a9 but found #A9A9A9
    568 | ERROR | [x] Each style definition must be on a line by itself
    568 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 2 found
    568 | ERROR | [x] Each style definition must be on a line by itself
    568 | ERROR | [x] Each style definition must be on a line by itself
    568 | ERROR | [x] Each style definition must be on a line by itself
    568 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 2 found
    568 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    570 | ERROR | [x] Opening brace should be the last content on the
    | | line
    570 | ERROR | [x] Each style definition must be on a line by itself
    570 | ERROR | [x] Each style definition must be on a line by itself
    570 | ERROR | [x] Each style definition must be on a line by itself
    570 | ERROR | [x] Each style definition must be on a line by itself
    570 | ERROR | [x] Each style definition must be on a line by itself
    570 | ERROR | [x] Each style definition must be on a line by itself
    570 | ERROR | [x] Each style definition must be on a line by itself
    570 | ERROR | [ ] Style definitions must end with a semicolon
    570 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    571 | ERROR | [x] Opening brace should be the last content on the
    | | line
    571 | ERROR | [ ] Style definitions must end with a semicolon
    571 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    572 | ERROR | [x] Opening brace should be the last content on the
    | | line
    572 | ERROR | [ ] Style definitions must end with a semicolon
    572 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    578 | ERROR | [x] Opening brace should be the last content on the
    | | line
    578 | ERROR | [ ] Style definitions must end with a semicolon
    578 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #2f72a5 but found #2F72A5
    578 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    579 | ERROR | [x] Opening brace should be the last content on the
    | | line
    579 | ERROR | [ ] Style definitions must end with a semicolon
    579 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #2f72a5 but found #2F72A5
    579 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    581 | ERROR | [x] Opening brace should be the last content on the
    | | line
    581 | ERROR | [ ] Style definitions must end with a semicolon
    581 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    584 | ERROR | [x] Opening brace should be the last content on the
    | | line
    584 | ERROR | [x] Each style definition must be on a line by itself
    584 | ERROR | [x] Each style definition must be on a line by itself
    584 | ERROR | [x] Each style definition must be on a line by itself
    584 | ERROR | [x] Each style definition must be on a line by itself
    584 | ERROR | [ ] Style definitions must end with a semicolon
    584 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    586 | ERROR | [x] Opening brace should be the last content on the
    | | line
    586 | ERROR | [ ] Style definitions must end with a semicolon
    586 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    587 | ERROR | [x] Opening brace should be the last content on the
    | | line
    587 | ERROR | [ ] Style definitions must end with a semicolon
    587 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    594 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    595 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    596 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    597 | 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
    606 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    606 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #98cee3 but found #98CEE3
    610 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    611 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    614 | ERROR | [x] Opening brace should be the last content on the
    | | line
    614 | ERROR | [ ] Style definitions must end with a semicolon
    614 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    615 | ERROR | [x] Opening brace should be the last content on the
    | | line
    615 | ERROR | [ ] Style definitions must end with a semicolon
    615 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    616 | ERROR | [x] Opening brace should be the last content on the
    | | line
    616 | ERROR | [ ] Style definitions must end with a semicolon
    616 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    617 | ERROR | [x] Opening brace should be the last content on the
    | | line
    617 | ERROR | [ ] Style definitions must end with a semicolon
    617 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    619 | ERROR | [x] Opening brace should be the last content on the
    | | line
    619 | ERROR | [ ] Style definitions must end with a semicolon
    619 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    620 | ERROR | [x] Opening brace should be the last content on the
    | | line
    620 | ERROR | [ ] Style definitions must end with a semicolon
    620 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    621 | ERROR | [x] Opening brace should be the last content on the
    | | line
    621 | ERROR | [ ] Style definitions must end with a semicolon
    621 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    622 | ERROR | [x] Opening brace should be the last content on the
    | | line
    622 | ERROR | [ ] Style definitions must end with a semicolon
    622 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    623 | ERROR | [x] Opening brace should be the last content on the
    | | line
    623 | ERROR | [ ] Style definitions must end with a semicolon
    623 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    624 | ERROR | [x] Multiple selectors should each be on a single line
    624 | ERROR | [x] Multiple selectors should each be on a single line
    625 | ERROR | [x] Opening brace should be the last content on the
    | | line
    625 | ERROR | [ ] Style definitions must end with a semicolon
    625 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    626 | ERROR | [x] Opening brace should be the last content on the
    | | line
    626 | ERROR | [ ] Style definitions must end with a semicolon
    626 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    627 | ERROR | [x] Opening brace should be the last content on the
    | | line
    627 | ERROR | [ ] Style definitions must end with a semicolon
    627 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    629 | ERROR | [x] Opening brace should be the last content on the
    | | line
    629 | ERROR | [ ] Style definitions must end with a semicolon
    629 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    630 | ERROR | [x] Opening brace should be the last content on the
    | | line
    630 | ERROR | [ ] Style definitions must end with a semicolon
    630 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    631 | ERROR | [x] Opening brace should be the last content on the
    | | line
    631 | ERROR | [ ] Style definitions must end with a semicolon
    631 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    632 | ERROR | [x] Opening brace should be the last content on the
    | | line
    632 | ERROR | [ ] Style definitions must end with a semicolon
    632 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    633 | ERROR | [x] Opening brace should be the last content on the
    | | line
    633 | ERROR | [ ] Style definitions must end with a semicolon
    633 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    634 | ERROR | [x] Opening brace should be the last content on the
    | | line
    634 | ERROR | [ ] Style definitions must end with a semicolon
    634 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    640 | ERROR | [x] Multiple selectors should each be on a single line
    640 | ERROR | [x] Multiple selectors should each be on a single line
    640 | ERROR | [x] Multiple selectors should each be on a single line
    641 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    642 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    645 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    646 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    647 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    648 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    649 | 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
    654 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    655 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    658 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    659 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    661 | ERROR | [x] Opening brace should be the last content on the
    | | line
    661 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 2 found
    661 | ERROR | [x] Each style definition must be on a line by itself
    661 | ERROR | [x] Each style definition must be on a line by itself
    661 | ERROR | [ ] Style definitions must end with a semicolon
    661 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    662 | ERROR | [x] Opening brace should be the last content on the
    | | line
    662 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    663 | ERROR | [x] Opening brace should be the last content on the
    | | line
    663 | ERROR | [ ] Style definitions must end with a semicolon
    663 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    665 | ERROR | [x] Opening brace should be the last content on the
    | | line
    665 | ERROR | [ ] Style definitions must end with a semicolon
    665 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    666 | ERROR | [x] Opening brace should be the last content on the
    | | line
    666 | ERROR | [ ] Style definitions must end with a semicolon
    666 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    668 | ERROR | [x] Opening brace should be the last content on the
    | | line
    668 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    670 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    670 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f90 but found #F90
    671 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    672 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    673 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    676 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    677 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    678 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    681 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    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
    684 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    685 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    685 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    686 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    687 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    687 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    688 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    689 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    689 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    690 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    691 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    694 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    694 | ERROR | [x] Each style definition must be on a line by itself
    694 | ERROR | [x] Each style definition must be on a line by itself
    694 | ERROR | [x] Each style definition must be on a line by itself
    694 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    694 | ERROR | [x] Each style definition must be on a line by itself
    694 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #fff but found #FFF
    695 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    698 | ERROR | [x] Opening brace should be the last content on the
    | | line
    698 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f3f4ee but found #F3F4EE
    698 | ERROR | [x] Each style definition must be on a line by itself
    698 | ERROR | [x] Each style definition must be on a line by itself
    698 | ERROR | [x] Each style definition must be on a line by itself
    698 | ERROR | [x] Each style definition must be on a line by itself
    698 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    699 | ERROR | [x] Opening brace should be the last content on the
    | | line
    699 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    700 | ERROR | [x] Opening brace should be the last content on the
    | | line
    700 | ERROR | [x] Each style definition must be on a line by itself
    700 | ERROR | [x] Each style definition must be on a line by itself
    700 | ERROR | [x] Each style definition must be on a line by itself
    700 | ERROR | [x] Each style definition must be on a line by itself
    700 | ERROR | [x] Each style definition must be on a line by itself
    700 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    700 | ERROR | [x] Each style definition must be on a line by itself
    700 | ERROR | [ ] Style definitions must end with a semicolon
    700 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    701 | ERROR | [x] Opening brace should be the last content on the
    | | line
    701 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    703 | ERROR | [x] Opening brace should be the last content on the
    | | line
    703 | ERROR | [x] Each style definition must be on a line by itself
    703 | ERROR | [x] Each style definition must be on a line by itself
    703 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    704 | ERROR | [x] Opening brace should be the last content on the
    | | line
    704 | ERROR | [ ] Style definitions must end with a semicolon
    704 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    705 | ERROR | [x] Multiple selectors should each be on a single line
    705 | ERROR | [x] Opening brace should be the last content on the
    | | line
    705 | ERROR | [ ] Style definitions must end with a semicolon
    705 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    706 | ERROR | [x] Opening brace should be the last content on the
    | | line
    706 | ERROR | [x] Each style definition must be on a line by itself
    706 | ERROR | [ ] Style definitions must end with a semicolon
    706 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    709 | ERROR | [x] Opening brace should be the last content on the
    | | line
    709 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f3f4ee but found #F3F4EE
    709 | ERROR | [x] Each style definition must be on a line by itself
    709 | ERROR | [x] Each style definition must be on a line by itself
    709 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    712 | ERROR | [ ] More than 2 empty lines are not allowed
    714 | ERROR | [x] Multiple selectors should each be on a single line
    714 | ERROR | [x] Multiple selectors should each be on a single line
    714 | ERROR | [x] Multiple selectors should each be on a single line
    714 | ERROR | [x] Opening brace should be the last content on the
    | | line
    714 | ERROR | [x] Each style definition must be on a line by itself
    714 | ERROR | [x] Each style definition must be on a line by itself
    714 | ERROR | [x] Each style definition must be on a line by itself
    714 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    715 | ERROR | [x] Multiple selectors should each be on a single line
    715 | ERROR | [x] Multiple selectors should each be on a single line
    715 | ERROR | [x] Multiple selectors should each be on a single line
    715 | ERROR | [x] Opening brace should be the last content on the
    | | line
    715 | ERROR | [x] Each style definition must be on a line by itself
    715 | ERROR | [x] Each style definition must be on a line by itself
    715 | ERROR | [x] Each style definition must be on a line by itself
    715 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    716 | ERROR | [x] Multiple selectors should each be on a single line
    716 | ERROR | [x] Multiple selectors should each be on a single line
    716 | ERROR | [x] Multiple selectors should each be on a single line
    716 | ERROR | [x] Opening brace should be the last content on the
    | | line
    716 | ERROR | [x] Each style definition must be on a line by itself
    716 | ERROR | [x] Each style definition must be on a line by itself
    716 | ERROR | [x] Each style definition must be on a line by itself
    716 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    717 | ERROR | [x] Multiple selectors should each be on a single line
    717 | ERROR | [x] Multiple selectors should each be on a single line
    717 | ERROR | [x] Multiple selectors should each be on a single line
    717 | ERROR | [x] Opening brace should be the last content on the
    | | line
    717 | ERROR | [x] Each style definition must be on a line by itself
    717 | ERROR | [x] Each style definition must be on a line by itself
    717 | ERROR | [x] Each style definition must be on a line by itself
    717 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    718 | ERROR | [x] Opening brace should be the last content on the
    | | line
    718 | ERROR | [x] Each style definition must be on a line by itself
    718 | ERROR | [x] Each style definition must be on a line by itself
    718 | ERROR | [x] Each style definition must be on a line by itself
    718 | ERROR | [x] Each style definition must be on a line by itself
    718 | ERROR | [x] Each style definition must be on a line by itself
    718 | ERROR | [x] Each style definition must be on a line by itself
    718 | ERROR | [x] Each style definition must be on a line by itself
    718 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    721 | ERROR | [x] Opening brace should be the last content on the
    | | line
    721 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    724 | ERROR | [x] Opening brace should be the last content on the
    | | line
    724 | ERROR | [x] Each style definition must be on a line by itself
    724 | ERROR | [x] Each style definition must be on a line by itself
    724 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    725 | ERROR | [x] Opening brace should be the last content on the
    | | line
    725 | ERROR | [x] Each style definition must be on a line by itself
    725 | ERROR | [x] Each style definition must be on a line by itself
    725 | ERROR | [ ] Style definitions must end with a semicolon
    725 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    726 | ERROR | [x] Opening brace should be the last content on the
    | | line
    726 | ERROR | [x] Each style definition must be on a line by itself
    726 | ERROR | [x] Each style definition must be on a line by itself
    726 | ERROR | [ ] Style definitions must end with a semicolon
    726 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    727 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    727 | ERROR | [x] Opening brace should be the last content on the
    | | line
    727 | ERROR | [x] Each style definition must be on a line by itself
    727 | ERROR | [x] Each style definition must be on a line by itself
    727 | ERROR | [ ] Style definitions must end with a semicolon
    727 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    728 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    728 | ERROR | [x] Opening brace should be the last content on the
    | | line
    728 | ERROR | [x] Each style definition must be on a line by itself
    728 | ERROR | [x] Each style definition must be on a line by itself
    728 | ERROR | [ ] Style definitions must end with a semicolon
    728 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    729 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    729 | ERROR | [x] Opening brace should be the last content on the
    | | line
    729 | ERROR | [x] Each style definition must be on a line by itself
    729 | ERROR | [x] Each style definition must be on a line by itself
    729 | ERROR | [ ] Style definitions must end with a semicolon
    729 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    736 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    737 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    738 | 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
    747 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    747 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f3f3f3 but found #F3F3F3
    748 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    748 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f3f3f3 but found #F3F3F3
    749 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    749 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f3f3f3 but found #F3F3F3
    750 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    750 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #f3f3f3 but found #F3F3F3
    751 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    751 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #d1d1d1 but found #D1D1D1
    752 | 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
    757 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    758 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    759 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    763 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    764 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    765 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    766 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    767 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    768 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    769 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    770 | 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] Opening brace should be the last content on the
    | | line
    778 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    778 | ERROR | [x] Each style definition must be on a line by itself
    778 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    780 | 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
    788 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    789 | 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
    791 | ERROR | [ ] Style definitions must end with a semicolon
    794 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    797 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    797 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    800 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    800 | ERROR | [x] CSS colours must be defined in lowercase; expected
    | | #e1e2dc but found #E1E2DC
    803 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    807 | ERROR | [x] Opening brace should be the last content on the
    | | line
    807 | ERROR | [ ] Style definitions must end with a semicolon
    807 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    812 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    813 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    814 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    815 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    816 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    818 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    819 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    819 | ERROR | [x] Each style definition must be on a line by itself
    819 | ERROR | [x] Each style definition must be on a line by itself
    820 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    820 | ERROR | [x] Each style definition must be on a line by itself
    820 | ERROR | [x] Each style definition must be on a line by itself
    821 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    822 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    823 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    823 | ERROR | [x] Each style definition must be on a line by itself
    825 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    825 | ERROR | [x] Opening brace should be the last content on the
    | | line
    825 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    826 | ERROR | [x] Expected 1 space before opening brace of class
    | | definition; 0 found
    826 | ERROR | [x] Opening brace should be the last content on the
    | | line
    826 | ERROR | [x] Expected 1 space after colon in style definition;
    | | 0 found
    826 | ERROR | [ ] Style definitions must end with a semicolon
    826 | ERROR | [x] Expected 1 newline at end of file; 0 found
    826 | ERROR | [x] Closing brace of class definition must be on new
    | | line
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1348 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: /app/web/modules/custom/md_slider-3406124/assets/css/font.css
    ----------------------------------------------------------------------
    FOUND 146 ERRORS AFFECTING 146 LINES
    ----------------------------------------------------------------------
    3 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    4 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    5 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    6 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    7 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    11 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    12 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    13 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    14 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    15 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    19 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    20 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    21 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    22 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    23 | 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
    30 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    31 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    35 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    36 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    37 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    38 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    39 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    43 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    44 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    45 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    46 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    47 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    51 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    52 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    53 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    54 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    55 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    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
    63 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    67 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    68 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    69 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    70 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    71 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    75 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    76 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    77 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    78 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    79 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    83 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    84 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    85 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    86 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    87 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    91 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    92 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    93 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    94 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    95 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    99 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    100 | 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
    103 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    107 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    108 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    109 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    110 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    111 | 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
    123 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    124 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    125 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    126 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    127 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    131 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    132 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    133 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    134 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    135 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    139 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    140 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    141 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    142 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    143 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    147 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    148 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    149 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    150 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    151 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    155 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    156 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    157 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    158 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    159 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    163 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    164 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    165 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    166 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    167 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    171 | 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
    175 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    179 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    180 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    181 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    182 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    183 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    187 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    188 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    189 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    190 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    191 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    195 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    196 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    197 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    198 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    199 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    203 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    204 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    205 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    206 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    207 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    211 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    212 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    213 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    214 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    215 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    219 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    220 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    221 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    222 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    223 | 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
    231 | ERROR | [x] Line indented incorrectly; expected 2 spaces,
    | | found 4
    232 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 146 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: /app/web/modules/custom/md_slider-3406124/md_slider.info.yml
    ----------------------------------------------------------------------
    FOUND 1 ERROR AND 6 WARNINGS AFFECTING 6 LINES
    ----------------------------------------------------------------------
    1 | WARNING | [ ] Remove "version" from the info file, it will be
    | | added by drupal.org packaging automatically
    8 | WARNING | [ ] All dependencies must be prefixed with the
    | | project name, for example "drupal:"
    9 | WARNING | [ ] All dependencies must be prefixed with the
    | | project name, for example "drupal:"
    10 | WARNING | [ ] All dependencies must be prefixed with the
    | | project name, for example "drupal:"
    11 | WARNING | [ ] All dependencies must be prefixed with the
    | | project name, for example "drupal:"
    12 | WARNING | [ ] All dependencies must be prefixed with the
    | | project name, for example "drupal:"
    12 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: /app/web/modules/custom/md_slider-3406124/README.txt
    ----------------------------------------------------------------------
    FOUND 2 ERRORS AND 10 WARNINGS AFFECTING 10 LINES
    ----------------------------------------------------------------------
    1 | WARNING | [ ] File has mixed line endings; this may cause
    | | incorrect results
    1 | WARNING | [ ] File encoding is invalid, expected UTF-8
    1 | ERROR | [ ] File contains UTF-16 (LE) byte order mark, which
    | | may corrupt your application
    14 | WARNING | [ ] Line exceeds 80 characters; contains 634
    | | characters
    17 | WARNING | [ ] Line exceeds 80 characters; contains 130
    | | characters
    20 | WARNING | [ ] Line exceeds 80 characters; contains 142
    | | characters
    27 | WARNING | [ ] Line exceeds 80 characters; contains 88
    | | characters
    31 | WARNING | [ ] Line exceeds 80 characters; contains 152
    | | characters
    32 | WARNING | [ ] Line exceeds 80 characters; contains 152
    | | characters
    38 | WARNING | [ ] Line exceeds 80 characters; contains 140
    | | characters
    48 | WARNING | [ ] Line exceeds 80 characters; contains 122
    | | characters
    49 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    FILE: ...p/web/modules/custom/md_slider-3406124/md_slider.permissions.yml
    ----------------------------------------------------------------------
    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: ...app/web/modules/custom/md_slider-3406124/md_slider.libraries.yml
    ----------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ----------------------------------------------------------------------
    59 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------

    Time: 1.06 secs; Memory: 24MB

    ghostman-zibbi@Zibbi:~/Desktop/Test Site/web/modules/custom/md_slider-3406124 (3406124-phpcserror)$

  • Status changed to Needs review 8 months ago
  • gaurav gupta Jaipur, Rajasthsan

    Hello
    I have solved all the issues of php using phpcs coding standards.
    In order to solve css we need to use stylint or some other tool so it would be great if we can create new issue for this.
    Thanks

  • 🇮🇳India sourav_paul Kolkata

    I've applied the MR3.
    there is an error for this file "src/Form/MDSliderImageForm.php" when applying the patch..
    applied the patch on module version 1.5.4

    curl https://git.drupalcode.org/project/md_slider/-/merge_requests/3.diff | git apply -v
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  175k    0  175k    0     0   150k      0 --:--:--  0:00:01 --:--:--  151k
    Checking patch .gitlab-ci.yml...
    Checking patch md_slider.install...
    Checking patch md_slider.module...
    Checking patch src/Ajax/ImageDialogSave.php...
    Checking patch src/Controller/MDSliderController.php...
    error: while searching for:
    <?php
    
    /**
     * @file
     * Contains \Drupal\md_slider\Controller\MDSliderController.
     */
    
    namespace Drupal\md_slider\Controller;
    
    use Drupal\Core\Url;
    use Drupal\Core\Controller\ControllerBase;
    use Drupal\md_slider\MDSlider;
    use Drupal\md_slider\MDSliderDataBase;
    use Drupal\md_slider\MDCommon;
    use Symfony\Component\HttpFoundation\JsonResponse;
    use Symfony\Component\HttpFoundation\Response;
    use Drupal\file\Entity\File;
    use Drupal\imce\Imce;
    use Drupal\Tests;
    class MDSliderController extends ControllerBase {
    
      /**
       *
       */
      public function listMDSlider() {
        $all_slider = MDSliderDataBase::loadAll('md_sliders');
        $header = array(
          'slider-name' => t('Slider Name'),
          'slider-description' => t('Description'),
          'slider-operations' => t('Operations')
        );
        $rows = array();
        foreach ($all_slider as $index => $slide) {
          $rows[$index]['slider-name'] = $slide->title;
          $rows[$index]['slider-description'] = $slide->description;
          $operations = array(
            '#type' => 'operations',
            '#links' => array(
              'config' => array(
                'url' => Url::fromRoute('md_slider.admin.configure', ['slider' => $slide->machine_name]),
                'title' => 'Configuration'
              ),
              'edit' => array(
                'url' => Url::fromRoute('md_slider.admin.edit', ['slider' => $slide->machine_name]),
                'title' => 'Edit '
              ),
              'delete' => array(
                'url' => Url::fromRoute('md_slider.admin.delete', ['slider' => $slide->machine_name]),
                'title' => 'Delete'
              ),
              'clone' => array(
                'url' => Url::fromRoute('md_slider.admin.clone', ['slider' => $slide->machine_name]),
                'title' => 'Clone'
              ),
            )
          );
          $rows[$index]['slider-operations'] = array('data' => $operations);
        }
    	//Url::fromRoute
        return array(
          '#theme' => 'table',
          '#header' => $header,
          '#rows' => $rows,
          '#empty' => t('No MegaSlider available. <a href="@link">Add MegaSlider</a>.', 
    	  //array('@link' => \Drupal::url('md_slider.admin.add'))),
    	  array('@link' => Url::fromRoute('md_slider.admin.add')->toString())),
          '#attributes' => array('id' => 'md-slider'),
        );
      }
    
      /**
       * @param $slider
       * @return array
       */
      public function configMDSlider($slider) {
        $MDSlider = new MDSlider();
        $MDSlider->getDataSlider($slider);
        $form = \Drupal::formBuilder()
          ->getForm('\Drupal\md_slider\Form\MDSliderConfigForm', $MDSlider);
        return $form;
      }
    
    
      /**
       * @param $slider
       */
      public function editMDSlider($slider) {
        $MDSlider = new MDSlider();
        $MDSlider->getDataSlider($slider);
        $build['form'] = \Drupal::formBuilder()
          ->getForm('\Drupal\md_slider\Form\MDSliderEditForm', $MDSlider);
        $build['slide_settings'] = array(
          '#theme' => 'slide_settings',
        );
        /*
    	$json_url = \Drupal::url('md_slider.admin.json_response', array(), array('absolute' => TRUE));
        $html_url = \Drupal::url('md_slider.admin.html_response', array(), array('absolute' => TRUE));
        $image_url = \Drupal::url('md_slider.admin.image', array(), array('absolute' => TRUE));
    	*/
    	$json_url = Url::fromRoute('md_slider.admin.json_response')->toString();
    	$html_url = Url::fromRoute('md_slider.admin.html_response')->toString();
    	$image_url = Url::fromRoute('md_slider.admin.image')->toString();
        $build['#attached']['drupalSettings']['MDSlider']['jsonConfigURL'] = $json_url;
        $build['#attached']['drupalSettings']['MDSlider']['htmlConfigURL'] = $html_url;
        $build['#attached']['drupalSettings']['MDSlider']['imageConfigURL'] = $image_url;
        return $build;
      }
    
      public function jsonResponse() {
        $action = isset($_POST['action']) ? $_POST['action'] : NULL;
        $response = '';
        switch ($action) {
          case 'bgSlider':
            $fid = -1;
            $slid = -1;
            if (isset($_POST['fid'])) {
              $fid = $_POST['fid'];
            }
    
            if (isset($_POST['slider_id'])) {
              $slid = urldecode($_POST['slider_id']);
            }
    
          
    error: patch failed: src/Controller/MDSliderController.php:1
    error: src/Controller/MDSliderController.php: patch does not apply
    Checking patch src/Form/MDSliderCloneForm.php...
    Checking patch src/Form/MDSliderConfigForm.php...
    Checking patch src/Form/MDSliderDeleteForm.php...
    Checking patch src/Form/MDSliderEditForm.php...
    Checking patch src/Form/MDSliderExportForm.php...
    Checking patch src/Form/MDSliderImageForm.php...
    error: while searching for:
      public function submitForm(array &$form, FormStateInterface $form_state) {
        $response = new AjaxResponse();
    
        $fid = $form_state->getValue(array('fid', 0));
        if (!empty($fid)) {
          $file = $this->fileStorage->load($fid);
          $file->setPermanent();
          $this->fileStorage->save($file);
    	    $file_url =\Drupal::service('file_url_generator')->generateAbsoluteString($file->getFileUri()) ;
          // Transform absolute image URLs to relative image URLs: prevent problems
          // on multisite set-ups and prevent mixed content errors.
    	  $file_url =  \Drupal::service('file_url_generator')->transformRelative($file_url);
          $form_state->setValue(array('attributes', 'src'), $file_url);
          $form_state->setValue(array('attributes', 'data-entity-uuid'), $file->uuid());
          $form_state->setValue(array('attributes', 'data-entity-type'), 'file');
        }
        // When the alt attribute is set to two double quotes, transform it to the
        // empty string: two double quotes signify "empty alt attribute". See above.
        if (trim($form_state->getValue(array('attributes', 'alt'))) === '""') {
          $form_state->setValue(array('attributes', 'alt'), '');
        }
    
        if ($form_state->getErrors()) {
    
    error: patch failed: src/Form/MDSliderImageForm.php:138
    error: src/Form/MDSliderImageForm.php: patch does not apply
    Checking patch src/Form/MDSliderImportForm.php...
    Checking patch src/MDCommon.php...
    Checking patch src/MDSlide.php...
    Checking patch src/MDSlider.php...
    Checking patch src/MDSliderDataBase.php...
    Checking patch src/MDSliderInterface.php...
    Checking patch src/Plugin/Block/MDSliderBlock.php...
    Checking patch src/Plugin/Derivative/MDSliderBlock.php...
    Checking patch src/Plugin/Field/FieldFormatter/MDSliderFormatter.php...
    Checking patch src/Plugin/Field/FieldType/FieldMDSlider.php...
    Checking patch src/Plugin/Field/FieldWidget/MDSliderWidget.php...
    Checking patch src/Slider/MDSliderExport.php...
    Checking patch src/Slider/MDSliderImport.php...
    Checking patch src/Slider/MDSliderRenderCss.php...
    Checking patch src/Slider/MDSliderZip.php...
    
  • Status changed to Needs work 7 months ago
  • 🇮🇳India sourav_paul Kolkata
  • Status changed to Needs review 7 months ago
  • Status changed to RTBC about 2 months ago
Production build 0.71.5 2024