Fix the issues reported by phpcs

Created on 4 July 2023, over 1 year ago
Updated 31 July 2024, 4 months ago

Problem/Motivation

Finding a lot of coding standard issues using phpcs (especially in the css file).
Here are some of them (excluding the css file since the list is way too large):

FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\assets\vendor\tarteaucitron.js\README.md
----------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 15 WARNINGS AFFECTING 15 LINES
----------------------------------------------------------------------------------------------------------
  10 | WARNING | Line exceeds 80 characters; contains 177 characters
  12 | WARNING | Line exceeds 80 characters; contains 152 characters
  22 | WARNING | Line exceeds 80 characters; contains 117 characters
  34 | WARNING | Line exceeds 80 characters; contains 89 characters
  39 | WARNING | Line exceeds 80 characters; contains 82 characters
  49 | WARNING | Line exceeds 80 characters; contains 115 characters
  61 | WARNING | Line exceeds 80 characters; contains 86 characters
  62 | WARNING | Line exceeds 80 characters; contains 93 characters
  64 | WARNING | Line exceeds 80 characters; contains 91 characters
  66 | WARNING | Line exceeds 80 characters; contains 91 characters
 107 | WARNING | Line exceeds 80 characters; contains 102 characters
 115 | WARNING | Line exceeds 80 characters; contains 191 characters
 126 | WARNING | Line exceeds 80 characters; contains 167 characters
 140 | WARNING | Line exceeds 80 characters; contains 101 characters
 146 | WARNING | Line exceeds 80 characters; contains 120 characters
----------------------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\README.md
---------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------
  9 | WARNING | Line exceeds 80 characters; contains 124 characters
 11 | WARNING | Line exceeds 80 characters; contains 127 characters
---------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\src\Form\Steps\AddServices.php
--------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 1 WARNING AFFECTING 6 LINES
--------------------------------------------------------------------------------------------------
   1 | ERROR   | [x] End of line character is invalid; expected "\n" but found "\r\n"
  83 | ERROR   | [x] There must be exactly one blank line before the tags in a doc comment
  83 | ERROR   | [ ] Description for the @return value is missing
  92 | ERROR   | [ ] Missing parameter comment
  93 | ERROR   | [ ] Missing parameter comment
  95 | ERROR   | [ ] If there is no return value for a function, there must not be a @return tag.
  95 | ERROR   | [ ] Description for the @return value is missing
 208 | WARNING | [ ] Line exceeds 80 characters; contains 104 characters
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\src\Form\Steps\EditTexts.php
------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------
   1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
  32 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
  32 | ERROR | [ ] Description for the @return value is missing
  41 | ERROR | [ ] Missing parameter comment
  42 | ERROR | [ ] Missing parameter comment
  44 | ERROR | [ ] If there is no return value for a function, there must not be a @return tag.
  44 | ERROR | [ ] Description for the @return value is missing
 427 | ERROR | [ ] Description for the @return value is missing
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\src\Form\Steps\ManageDialog.php
-------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 5 LINES
-------------------------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
 32 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
 32 | ERROR | [ ] Description for the @return value is missing
 41 | ERROR | [ ] Missing parameter comment
 42 | ERROR | [ ] Missing parameter comment
 44 | ERROR | [ ] If there is no return value for a function, there must not be a @return tag.
 44 | ERROR | [ ] Description for the @return value is missing
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\tacjs.api.php
----------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
----------------------------------------------------------------------------------
 1 | ERROR | [x] Missing file doc comment
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\tacjs.module
----------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
 25 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\tacjs_log\src\Controller\LogController.php
------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\tacjs_log\tacjs_log.install
---------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\tacjs_log\tacjs_log.module
--------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


FILE: C:\xampp\htdocs\backendassignment\web\modules\contrib\tacjs\tacjs_media\src\Plugin\Field\FieldFormatter\TacJSOEmbedFormatter.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------
 1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------

Time: 4.71 secs; Memory: 10MB

Steps to reproduce

Run the phpcs command on the module.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

šŸ“Œ Task
Status

Closed: won't fix

Version

6.0

Component

Code

Created by

šŸ‡®šŸ‡³India sidharth_soman Bangalore

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Comments & Activities

  • Issue created by @sidharth_soman
  • @sidharth_soman opened merge request.
  • Issue was unassigned.
  • Status changed to Needs review over 1 year ago
  • šŸ‡®šŸ‡³India sidharth_soman Bangalore

    I have fixed all the issues except for those related to filling out/editing documentation and comments.
    Please review the MR above.

  • Status changed to Needs work 4 months ago
  • Hi @sidharth_soman.

    The changes you made on MR !17 was applied unsuccessfully resulting to massive reported errors. Please see below:

    tacjs git:(8.x-6.x) curl https://git.drupalcode.org/project/tacjs/-/merge_requests/17.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 47924    0 47924    0     0  98966      0 --:--:-- --:--:-- --:--:--   98k
    patching file assets/vendor/tarteaucitron.js/css/tarteaucitron.css
    Hunk #1 FAILED at 1.
    Hunk #2 FAILED at 131.
    Hunk #3 FAILED at 290.
    Hunk #4 succeeded at 915 (offset 153 lines).
    Hunk #5 FAILED at 1030.
    4 out of 5 hunks FAILED -- saving rejects to file assets/vendor/tarteaucitron.js/css/tarteaucitron.css.rej
    patching file src/Form/Steps/AddServices.php
    patching file src/Form/Steps/EditTexts.php
    patching file src/Form/Steps/ManageDialog.php
    patching file tacjs.api.php
    patching file tacjs.module
    āžœ  tacjs git:(8.x-6.x) āœ— cd ..
    āžœ  contrib git:(master) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig tacjs
    
    FILE: ...etInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/tacjs/README.md
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
      9 | WARNING | Line exceeds 80 characters; contains 124 characters
     11 | WARNING | Line exceeds 80 characters; contains 127 characters
    --------------------------------------------------------------------------------
    
    
    FILE: ...ue-v9/web/modules/contrib/tacjs/tacjs_log/src/Controller/LogController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     10 | ERROR | [x] Use statements should be sorted alphabetically. The first
        |       |     wrong one is Drupal\Core\Datetime\DateFormatter.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...modules/contrib/tacjs/assets/vendor/tarteaucitron.js/css/tarteaucitron.css
    --------------------------------------------------------------------------------
    FOUND 667 ERRORS AFFECTING 529 LINES
    --------------------------------------------------------------------------------
        2 | ERROR | [x] Multiple selectors should each be on a single line
        2 | ERROR | [x] Opening brace should be the last content on the line
        2 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
        2 | ERROR | [x] Closing brace of class definition must be on new line
        5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
        5 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
        9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       10 | 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
       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] Opening brace should be the last content on the line
       20 | ERROR | [x] Closing brace of class definition must be on new line
       22 | ERROR | [x] Expected 1 space before opening brace of class definition;
          |       |     0 found
       23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       27 | ERROR | [x] Opening brace should be the last content on the line
       27 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
       27 | ERROR | [x] Closing brace of class definition must be on new line
       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
       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
       45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       45 | ERROR | [ ] Style definitions must end with a semicolon
       49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       49 | ERROR | [ ] Style definitions must end with a semicolon
       53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       53 | ERROR | [ ] Style definitions must end with a semicolon
       57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       57 | ERROR | [ ] Style definitions must end with a semicolon
       61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       61 | ERROR | [ ] Style definitions must end with a semicolon
       65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       65 | ERROR | [ ] Style definitions must end with a semicolon
       69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       69 | ERROR | [ ] Style definitions must end with a semicolon
       74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       84 | ERROR | [x] Expected 1 space before opening brace of class 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
       90 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       90 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
       95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
       96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      101 | 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
      117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      122 | ERROR | [x] Multiple selectors should each be on a single line
      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
      131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      142 | 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
      152 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      153 | 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
      164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      169 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      176 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      182 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      183 | 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 4 spaces, found 8
      192 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      196 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      197 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      197 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      198 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      199 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      200 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      201 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      202 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      203 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      204 | 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 4 spaces, found 8
      208 | 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 4 spaces, found 8
      212 | 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 4 spaces, found 8
      216 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      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 4 spaces, found 8
      220 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      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 4 spaces, found 8
      224 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      225 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      226 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      227 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      228 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      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 4 spaces, found 8
      232 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      232 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      233 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      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 4 spaces, found 8
      237 | 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 4 spaces, found 8
      243 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      243 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      244 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      245 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      247 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      248 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      249 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      250 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      255 | ERROR | [ ] More than 2 empty lines are not allowed
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      259 | ERROR | [x] Multiple selectors should each be on a single line
      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
      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
      268 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      272 | ERROR | [x] Opening brace should be the last content on the line
      272 | ERROR | [ ] Style definitions must end with a semicolon
      272 | ERROR | [x] Closing brace of class definition must be on new line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      275 | ERROR | [x] Multiple selectors should each be on a single line
      276 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      278 | ERROR | [x] Multiple selectors should each be on a single line
      279 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      281 | ERROR | [x] Multiple selectors should each be on a single line
      282 | 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] Multiple selectors should each be on a single line
      284 | ERROR | [x] Multiple selectors should each be on a single line
      285 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      286 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      289 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      290 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      293 | ERROR | [x] Multiple selectors should each be on a single line
      294 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      301 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      305 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      322 | 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 4 spaces, found 8
      331 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      333 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      334 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      335 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      336 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      340 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      340 | ERROR | [x] Multiple selectors should each be on a single line
      341 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      342 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      343 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      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 4 spaces, found 8
      349 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      350 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      351 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      353 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      354 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      355 | 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 2 spaces, found 4
      361 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      362 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      363 | 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 2 spaces, found 4
      369 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      370 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
      371 | 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 4 spaces, found 8
      375 | 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 4 spaces, found 8
      385 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      392 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      393 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      394 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      398 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      402 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      406 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      407 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      408 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      409 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      413 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      414 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      417 | ERROR | [x] Multiple selectors should each be on a single line
      418 | ERROR | [x] Multiple selectors should each be on a single line
      419 | 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
      428 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      431 | ERROR | [x] Multiple selectors should each be on a single line
      431 | ERROR | [x] Multiple selectors should each be on a single line
      431 | ERROR | [x] Multiple selectors should each be on a single line
      431 | ERROR | [x] Multiple selectors should each be on a single line
      431 | ERROR | [x] Multiple selectors should each be on a single line
      432 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      436 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      437 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      438 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      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
      452 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      453 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      454 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      455 | 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
      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
      468 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      469 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      470 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      474 | 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
      483 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      484 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      485 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      486 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      487 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      488 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      489 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      493 | 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
      496 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      497 | 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
      500 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      501 | 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
      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
      519 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      520 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      521 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      522 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      523 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      524 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      528 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      529 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      530 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      531 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      536 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      540 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      541 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      545 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      546 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      554 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      555 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      556 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      557 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      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
      567 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      568 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      573 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      577 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      581 | 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
      591 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      592 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      593 | 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 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
      603 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      604 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      604 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      605 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      605 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      606 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      606 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      607 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      607 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      608 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      608 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
      612 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      613 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      617 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      621 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      622 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      623 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      624 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      625 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      629 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      629 | ERROR | [x] CSS colours must be defined in lowercase; expected #1b870b
          |       |     but found #1B870B
      633 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      633 | ERROR | [x] CSS colours must be defined in lowercase; expected #9c1a1a
          |       |     but found #9C1A1A
      637 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      638 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      639 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      640 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      641 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      642 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      643 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      647 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      651 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      652 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      656 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      660 | 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
      666 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      667 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      668 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      672 | 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
      685 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      686 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      687 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      688 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      689 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      690 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      691 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      692 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      693 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      694 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      698 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      698 | ERROR | [x] CSS colours must be defined in lowercase; expected #1b870b
          |       |     but found #1B870B
      699 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      703 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      703 | ERROR | [x] CSS colours must be defined in lowercase; expected #9c1a1a
          |       |     but found #9C1A1A
      704 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      709 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      709 | ERROR | [x] CSS colours must be defined in lowercase; expected #1b870b
          |       |     but found #1B870B
      712 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      712 | ERROR | [x] CSS colours must be defined in lowercase; expected #9c1a1a
          |       |     but found #9C1A1A
      715 | ERROR | [x] Expected 1 space before opening brace of class definition;
          |       |     0 found
      716 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      720 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      721 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      725 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      729 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      730 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      731 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      736 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      739 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      740 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      741 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      742 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      743 | 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 4 spaces, found 8
      748 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      750 | ERROR | [x] Multiple selectors should each be on a single line
      750 | ERROR | [x] Multiple selectors should each be on a single line
      750 | ERROR | [x] Multiple selectors should each be on a single line
      750 | ERROR | [x] Multiple selectors should each be on a single line
      751 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      758 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      762 | 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
      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
      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
      777 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      784 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      785 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      789 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      794 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      920 | ERROR | [x] Multiple selectors should each be on a single line
      921 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      925 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      926 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      927 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      928 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      929 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      930 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      931 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      932 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      936 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      937 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      938 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      939 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      940 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      944 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      948 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      949 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      950 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      951 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      952 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      953 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      954 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      955 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      961 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      962 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      963 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      964 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      968 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      968 | ERROR | [x] CSS colours must be defined in lowercase; expected #1b870b
          |       |     but found #1B870B
      972 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      972 | ERROR | [x] CSS colours must be defined in lowercase; expected #fbda26
          |       |     but found #FBDA26
      976 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      976 | ERROR | [x] CSS colours must be defined in lowercase; expected #9c1a1a
          |       |     but found #9C1A1A
      980 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      981 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      982 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      983 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      984 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      985 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      986 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      990 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      994 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      995 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      996 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      997 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      998 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
      999 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1003 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1004 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1005 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1006 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1007 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1008 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1009 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1013 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1017 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1018 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1019 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1020 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1024 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1025 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1029 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1030 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1031 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1035 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1039 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1040 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1044 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1045 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1049 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1053 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1054 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1055 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1056 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1057 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1058 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1065 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1066 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1067 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1068 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1069 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1070 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1071 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1072 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1073 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1077 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1078 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1079 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1083 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1087 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1087 | ERROR | [x] CSS colours must be defined in lowercase; expected #1b870b
          |       |     but found #1B870B
     1088 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1094 | ERROR | [x] Multiple selectors should each be on a single line
     1095 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1099 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1099 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     1100 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1100 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     1104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
     1107 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
     1108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
     1109 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
     1110 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
     1111 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 3
     1112 | ERROR | [x] Multiple selectors should each be on a single line
     1113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1122 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1123 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1124 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1128 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1135 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1139 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     1143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1152 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1152 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     1153 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1153 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffff
          |       |     but found #FFFF
     1154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1154 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     1155 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1156 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1157 | ERROR | [ ] Style definitions must end with a semicolon
     1161 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     1170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 657 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...ssue-v9/web/modules/contrib/tacjs/assets/vendor/tarteaucitron.js/README.md
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 19 WARNINGS AFFECTING 19 LINES
    --------------------------------------------------------------------------------
      10 | WARNING | Line exceeds 80 characters; contains 177 characters
      12 | WARNING | Line exceeds 80 characters; contains 152 characters
      22 | WARNING | Line exceeds 80 characters; contains 117 characters
      34 | WARNING | Line exceeds 80 characters; contains 89 characters
      39 | WARNING | Line exceeds 80 characters; contains 82 characters
      50 | WARNING | Line exceeds 80 characters; contains 115 characters
      62 | WARNING | Line exceeds 80 characters; contains 86 characters
      63 | WARNING | Line exceeds 80 characters; contains 93 characters
      65 | WARNING | Line exceeds 80 characters; contains 92 characters
      67 | WARNING | Line exceeds 80 characters; contains 91 characters
      70 | WARNING | Line exceeds 80 characters; contains 81 characters
      72 | WARNING | Line exceeds 80 characters; contains 90 characters
      74 | WARNING | Line exceeds 80 characters; contains 89 characters
      76 | WARNING | Line exceeds 80 characters; contains 93 characters
     114 | WARNING | Line exceeds 80 characters; contains 102 characters
     122 | WARNING | Line exceeds 80 characters; contains 191 characters
     133 | WARNING | Line exceeds 80 characters; contains 167 characters
     150 | WARNING | Line exceeds 80 characters; contains 101 characters
     156 | WARNING | Line exceeds 80 characters; contains 120 characters
    --------------------------------------------------------------------------------
    
    
    FILE: ...upal-orgissue-v9/web/modules/contrib/tacjs/src/Form/Steps/ManageDialog.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     33 | ERROR | Description for the @return value is missing
     42 | ERROR | Missing parameter comment
     43 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...rupal-orgissue-v9/web/modules/contrib/tacjs/src/Form/Steps/AddServices.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
    --------------------------------------------------------------------------------
       9 | ERROR   | [x] Use statements should be sorted alphabetically. The first
         |         |     wrong one is Drupal\Component\Serialization\Json.
      84 | ERROR   | [ ] Description for the @return value is missing
      93 | ERROR   | [ ] Missing parameter comment
      94 | ERROR   | [ ] Missing parameter comment
     207 | WARNING | [ ] Line exceeds 80 characters; contains 104 characters
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: .../drupal-orgissue-v9/web/modules/contrib/tacjs/src/Form/Steps/EditTexts.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
      33 | ERROR | Description for the @return value is missing
      42 | ERROR | Missing parameter comment
      43 | ERROR | Missing parameter comment
     426 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------
    
    Time: 793ms; Memory: 18MB

    Kindly check

    Thanks,
    Jake

  • Status changed to Closed: won't fix 4 months ago
  • šŸ‡«šŸ‡·France mably

    We won't modify the tacjs assets.

Production build 0.71.5 2024