Fix issues reported by PHPCS

Created on 6 March 2025, about 1 month ago

Problem/Motivation

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

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

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


FILE: /var/www/web/themes/contrib/govuk_theme/govuk.theme
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 31 ERRORS AND 14 WARNINGS AFFECTING 36 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------
   1 | ERROR   | [x] The PHP open tag must be followed by exactly one blank line
  10 | WARNING | [x] Unused use statement
  12 | ERROR   | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Link.
  54 | WARNING | [x] A comma should follow the last multiline array item. Found: 'components/header'
  58 | WARNING | [x] A comma should follow the last multiline array item. Found: 'components/footer'
  62 | WARNING | [x] A comma should follow the last multiline array item. Found: 'components/meta'
 106 | ERROR   | [x] Expected 1 blank line after function; 2 found
 119 | ERROR   | [x] Expected 1 blank line after function; 2 found
 125 | WARNING | [ ] Hook implementations should not duplicate @param documentation
 125 | ERROR   | [ ] Missing parameter comment
 128 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 130 | ERROR   | [x] There should be no white space before a closing ")"
 142 | WARNING | [ ] Hook implementations should not duplicate @param documentation
 142 | ERROR   | [ ] Missing parameter comment
 183 | ERROR   | [x] Whitespace found at end of line
 210 | ERROR   | [x] Expected 1 blank line after function; 2 found
 221 | ERROR   | [x] Expected 1 blank line after function; 2 found
 227 | WARNING | [ ] Hook implementations should not duplicate @param documentation
 227 | ERROR   | [ ] Missing parameter comment
 228 | WARNING | [ ] Hook implementations should not duplicate @param documentation
 228 | ERROR   | [ ] Missing parameter comment
 237 | ERROR   | [x] Expected newline after closing brace
 248 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements
     |         |     hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "* Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* Implements
     |         |     hook_foo_BAR_ID_bar() for block templates."
 250 | ERROR   | [ ] Missing parameter comment
 250 | ERROR   | [ ] Missing parameter type
 259 | WARNING | [ ] Hook implementations should not duplicate @param documentation
 259 | ERROR   | [ ] Missing parameter comment
 286 | WARNING | [ ] Hook implementations should not duplicate @param documentation
 286 | ERROR   | [ ] Missing parameter comment
 297 | WARNING | [ ] Hook implementations should not duplicate @param documentation
 297 | ERROR   | [ ] Missing parameter comment
 341 | ERROR   | [x] Missing function doc comment
 346 | ERROR   | [x] Short array syntax must be used to define arrays
 352 | ERROR   | [x] Short array syntax must be used to define arrays
 357 | ERROR   | [x] Short array syntax must be used to define arrays
 372 | ERROR   | [x] Short array syntax must be used to define arrays
 377 | ERROR   | [x] Short array syntax must be used to define arrays
 380 | WARNING | [ ] #options values usually have to run through t() for translation
 380 | WARNING | [ ] #options values usually have to run through t() for translation
 383 | ERROR   | [x] Short array syntax must be used to define arrays
 427 | ERROR   | [x] Missing function doc comment
 456 | ERROR   | [x] Expected 1 blank line after function; 2 found
 459 | ERROR   | [x] Missing function doc comment
 460 | ERROR   | [ ] The $_COOKIE super global must not be accessed directly; inject the request_stack service and use
     |         |     $stack->getCurrentRequest()->cookies->get(_govuk_theme_get_setting('govuk_cookie_name')) instead
 463 | ERROR   | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/govuk_theme/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 14 WARNINGS AFFECTING 14 LINES
----------------------------------------------------------------------
 15 | WARNING | Line exceeds 80 characters; contains 84 characters
 19 | WARNING | Line exceeds 80 characters; contains 84 characters
 43 | WARNING | Line exceeds 80 characters; contains 96 characters
 44 | WARNING | Line exceeds 80 characters; contains 95 characters
 54 | WARNING | Line exceeds 80 characters; contains 87 characters
 57 | WARNING | Line exceeds 80 characters; contains 85 characters
 58 | WARNING | Line exceeds 80 characters; contains 98 characters
 60 | WARNING | Line exceeds 80 characters; contains 95 characters
 63 | WARNING | Line exceeds 80 characters; contains 98 characters
 64 | WARNING | Line exceeds 80 characters; contains 108 characters
 65 | WARNING | Line exceeds 80 characters; contains 89 characters
 68 | WARNING | Line exceeds 80 characters; contains 91 characters
 74 | WARNING | Line exceeds 80 characters; contains 107 characters
 75 | WARNING | Line exceeds 80 characters; contains 85 characters
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/govuk_theme/SUB_THEME/govuk_subtheme.libraries.yml
------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------
 1 | WARNING | [ ] File has mixed line endings; this may cause incorrect results
 7 | ERROR   | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/govuk_theme/SUB_THEME/css/govuk.css
-----------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------
  1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
 25 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/govuk_theme/SUB_THEME/css/style.css
---------------------------------------------------------------------------------------
FOUND 578 ERRORS AFFECTING 532 LINES
---------------------------------------------------------------------------------------
    4 | ERROR | [ ] More than 2 empty lines are not allowed
    5 | ERROR | [ ] More than 2 empty lines are not allowed
    6 | ERROR | [ ] More than 2 empty lines are not allowed
    7 | ERROR | [ ] More than 2 empty lines are not allowed
    8 | ERROR | [ ] More than 2 empty lines are not allowed
    9 | ERROR | [ ] More than 2 empty lines are not allowed
   10 | ERROR | [ ] More than 2 empty lines are not allowed
   11 | ERROR | [ ] More than 2 empty lines are not allowed
   12 | ERROR | [ ] More than 2 empty lines are not allowed
   13 | ERROR | [ ] More than 2 empty lines are not allowed
   14 | ERROR | [ ] More than 2 empty lines are not allowed
   15 | ERROR | [ ] More than 2 empty lines are not allowed
   16 | ERROR | [ ] More than 2 empty lines are not allowed
   17 | ERROR | [ ] More than 2 empty lines are not allowed
   18 | ERROR | [ ] More than 2 empty lines are not allowed
   19 | ERROR | [ ] More than 2 empty lines are not allowed
   20 | ERROR | [ ] More than 2 empty lines are not allowed
   21 | ERROR | [ ] More than 2 empty lines are not allowed
   22 | ERROR | [ ] More than 2 empty lines are not allowed
   23 | ERROR | [ ] More than 2 empty lines are not allowed
   24 | ERROR | [ ] More than 2 empty lines are not allowed
   25 | ERROR | [ ] More than 2 empty lines are not allowed
   26 | ERROR | [ ] More than 2 empty lines are not allowed
   27 | ERROR | [ ] More than 2 empty lines are not allowed
   28 | ERROR | [ ] More than 2 empty lines are not allowed
   29 | ERROR | [ ] More than 2 empty lines are not allowed
   30 | ERROR | [ ] More than 2 empty lines are not allowed
   31 | ERROR | [ ] More than 2 empty lines are not allowed
   32 | ERROR | [ ] More than 2 empty lines are not allowed
   33 | ERROR | [ ] More than 2 empty lines are not allowed
   34 | ERROR | [ ] More than 2 empty lines are not allowed
   35 | ERROR | [ ] More than 2 empty lines are not allowed
   36 | ERROR | [ ] More than 2 empty lines are not allowed
   37 | ERROR | [ ] More than 2 empty lines are not allowed
   38 | ERROR | [ ] More than 2 empty lines are not allowed
   39 | ERROR | [ ] More than 2 empty lines are not allowed
   40 | ERROR | [ ] More than 2 empty lines are not allowed
   41 | ERROR | [ ] More than 2 empty lines are not allowed
   42 | ERROR | [ ] More than 2 empty lines are not allowed
   43 | ERROR | [ ] More than 2 empty lines are not allowed
   44 | ERROR | [ ] More than 2 empty lines are not allowed
   45 | ERROR | [ ] More than 2 empty lines are not allowed
   46 | ERROR | [ ] More than 2 empty lines are not allowed
   47 | ERROR | [ ] More than 2 empty lines are not allowed
   47 | ERROR | [x] Blank lines are not allowed between class names
   56 | ERROR | [x] Multiple selectors should each be on a single line
   80 | ERROR | [x] Multiple selectors should each be on a single line
   84 | ERROR | [x] Multiple selectors should each be on a single line
   91 | ERROR | [x] Multiple selectors should each be on a single line
  100 | ERROR | [x] Multiple selectors should each be on a single line
  103 | ERROR | [x] Multiple selectors should each be on a single line
  106 | ERROR | [x] Multiple selectors should each be on a single line
  109 | ERROR | [x] Multiple selectors should each be on a single line
  112 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  123 | ERROR | [x] Multiple selectors should each be on a single line
  126 | ERROR | [x] Multiple selectors should each be on a single line
  133 | ERROR | [x] Multiple selectors should each be on a single line
  137 | ERROR | [x] Multiple selectors should each be on a single line
  144 | ERROR | [x] Multiple selectors should each be on a single line
  148 | ERROR | [x] Multiple selectors should each be on a single line
  153 | ERROR | [x] Multiple selectors should each be on a single line
  156 | ERROR | [x] Multiple selectors should each be on a single line
  194 | ERROR | [x] Multiple selectors should each be on a single line
  194 | ERROR | [x] Multiple selectors should each be on a single line
  208 | ERROR | [x] Multiple selectors should each be on a single line
  208 | ERROR | [x] Multiple selectors should each be on a single line
  213 | ERROR | [x] Multiple selectors should each be on a single line
  213 | ERROR | [x] Multiple selectors should each be on a single line
  219 | ERROR | [x] Multiple selectors should each be on a single line
  219 | ERROR | [x] Multiple selectors should each be on a single line
  225 | ERROR | [x] Multiple selectors should each be on a single line
  225 | ERROR | [x] Multiple selectors should each be on a single line
  230 | ERROR | [x] Multiple selectors should each be on a single line
  230 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  238 | ERROR | [x] Multiple selectors should each be on a single line
  238 | ERROR | [x] Multiple selectors should each be on a single line
  242 | ERROR | [x] Multiple selectors should each be on a single line
  247 | ERROR | [x] Multiple selectors should each be on a single line
  252 | ERROR | [x] Multiple selectors should each be on a single line
  258 | ERROR | [x] Multiple selectors should each be on a single line
  526 | ERROR | [x] Multiple selectors should each be on a single line
  538 | ERROR | [x] Multiple selectors should each be on a single line
  543 | ERROR | [x] Multiple selectors should each be on a single line
  548 | ERROR | [x] Multiple selectors should each be on a single line
  554 | ERROR | [x] Multiple selectors should each be on a single line
  560 | ERROR | [x] Multiple selectors should each be on a single line
  565 | ERROR | [x] Multiple selectors should each be on a single line
  565 | ERROR | [x] Multiple selectors should each be on a single line
  577 | ERROR | [x] Multiple selectors should each be on a single line
  577 | ERROR | [x] Multiple selectors should each be on a single line
  582 | ERROR | [x] Multiple selectors should each be on a single line
  582 | ERROR | [x] Multiple selectors should each be on a single line
  587 | ERROR | [x] Multiple selectors should each be on a single line
  587 | ERROR | [x] Multiple selectors should each be on a single line
  593 | ERROR | [x] Multiple selectors should each be on a single line
  593 | ERROR | [x] Multiple selectors should each be on a single line
  599 | ERROR | [x] Multiple selectors should each be on a single line
  599 | ERROR | [x] Multiple selectors should each be on a single line
  682 | ERROR | [x] Multiple selectors should each be on a single line
  686 | ERROR | [x] Multiple selectors should each be on a single line
  691 | ERROR | [x] Multiple selectors should each be on a single line
  691 | ERROR | [x] Multiple selectors should each be on a single line
  699 | ERROR | [x] Multiple selectors should each be on a single line
  699 | ERROR | [x] Multiple selectors should each be on a single line
  708 | ERROR | [x] Multiple selectors should each be on a single line
  708 | ERROR | [x] Multiple selectors should each be on a single line
  723 | ERROR | [x] Multiple selectors should each be on a single line
  723 | ERROR | [x] Multiple selectors should each be on a single line
  795 | ERROR | [ ] More than 2 empty lines are not allowed
  796 | ERROR | [ ] More than 2 empty lines are not allowed
  797 | ERROR | [ ] More than 2 empty lines are not allowed
  798 | ERROR | [ ] More than 2 empty lines are not allowed
  799 | ERROR | [ ] More than 2 empty lines are not allowed
  800 | ERROR | [ ] More than 2 empty lines are not allowed
  801 | ERROR | [ ] More than 2 empty lines are not allowed
  802 | ERROR | [ ] More than 2 empty lines are not allowed
  803 | ERROR | [ ] More than 2 empty lines are not allowed
  804 | ERROR | [ ] More than 2 empty lines are not allowed
  805 | ERROR | [ ] More than 2 empty lines are not allowed
  806 | ERROR | [ ] More than 2 empty lines are not allowed
  807 | ERROR | [ ] More than 2 empty lines are not allowed
  808 | ERROR | [ ] More than 2 empty lines are not allowed
  809 | ERROR | [ ] More than 2 empty lines are not allowed
  810 | ERROR | [ ] More than 2 empty lines are not allowed
  811 | ERROR | [ ] More than 2 empty lines are not allowed
  812 | ERROR | [ ] More than 2 empty lines are not allowed
  813 | ERROR | [ ] More than 2 empty lines are not allowed
  814 | ERROR | [ ] More than 2 empty lines are not allowed
  815 | ERROR | [ ] More than 2 empty lines are not allowed
  816 | ERROR | [ ] More than 2 empty lines are not allowed
  817 | ERROR | [ ] More than 2 empty lines are not allowed
  818 | ERROR | [ ] More than 2 empty lines are not allowed
  819 | ERROR | [ ] More than 2 empty lines are not allowed
  820 | ERROR | [ ] More than 2 empty lines are not allowed
  821 | ERROR | [ ] More than 2 empty lines are not allowed
  822 | ERROR | [ ] More than 2 empty lines are not allowed
  823 | ERROR | [ ] More than 2 empty lines are not allowed
  824 | ERROR | [ ] More than 2 empty lines are not allowed
  825 | ERROR | [ ] More than 2 empty lines are not allowed
  826 | ERROR | [ ] More than 2 empty lines are not allowed
  827 | ERROR | [ ] More than 2 empty lines are not allowed
  828 | ERROR | [ ] More than 2 empty lines are not allowed
  829 | ERROR | [ ] More than 2 empty lines are not allowed
  830 | ERROR | [ ] More than 2 empty lines are not allowed
  831 | ERROR | [ ] More than 2 empty lines are not allowed
  832 | ERROR | [ ] More than 2 empty lines are not allowed
  833 | ERROR | [ ] More than 2 empty lines are not allowed
  834 | ERROR | [ ] More than 2 empty lines are not allowed
  835 | ERROR | [ ] More than 2 empty lines are not allowed
  836 | ERROR | [ ] More than 2 empty lines are not allowed
  837 | ERROR | [ ] More than 2 empty lines are not allowed
  838 | ERROR | [ ] More than 2 empty lines are not allowed
  839 | ERROR | [ ] More than 2 empty lines are not allowed
  840 | ERROR | [ ] More than 2 empty lines are not allowed
  841 | ERROR | [ ] More than 2 empty lines are not allowed
  842 | ERROR | [ ] More than 2 empty lines are not allowed
  843 | ERROR | [ ] More than 2 empty lines are not allowed
  844 | ERROR | [ ] More than 2 empty lines are not allowed
  906 | ERROR | [ ] More than 2 empty lines are not allowed
  907 | ERROR | [ ] More than 2 empty lines are not allowed
  908 | ERROR | [ ] More than 2 empty lines are not allowed
  909 | ERROR | [ ] More than 2 empty lines are not allowed
  910 | ERROR | [ ] More than 2 empty lines are not allowed
  911 | ERROR | [ ] More than 2 empty lines are not allowed
  912 | ERROR | [ ] More than 2 empty lines are not allowed
  913 | ERROR | [ ] More than 2 empty lines are not allowed
  914 | ERROR | [ ] More than 2 empty lines are not allowed
  915 | ERROR | [ ] More than 2 empty lines are not allowed
  916 | ERROR | [ ] More than 2 empty lines are not allowed
  917 | ERROR | [ ] More than 2 empty lines are not allowed
  918 | ERROR | [ ] More than 2 empty lines are not allowed
  919 | ERROR | [ ] More than 2 empty lines are not allowed
  920 | ERROR | [ ] More than 2 empty lines are not allowed
  921 | ERROR | [ ] More than 2 empty lines are not allowed
  922 | ERROR | [ ] More than 2 empty lines are not allowed
  923 | ERROR | [ ] More than 2 empty lines are not allowed
  924 | ERROR | [ ] More than 2 empty lines are not allowed
  925 | ERROR | [ ] More than 2 empty lines are not allowed
  926 | ERROR | [ ] More than 2 empty lines are not allowed
  927 | ERROR | [ ] More than 2 empty lines are not allowed
  928 | ERROR | [ ] More than 2 empty lines are not allowed
  929 | ERROR | [ ] More than 2 empty lines are not allowed
  930 | ERROR | [ ] More than 2 empty lines are not allowed
  931 | ERROR | [ ] More than 2 empty lines are not allowed
  932 | ERROR | [ ] More than 2 empty lines are not allowed
  933 | ERROR | [ ] More than 2 empty lines are not allowed
  934 | ERROR | [ ] More than 2 empty lines are not allowed
  935 | ERROR | [ ] More than 2 empty lines are not allowed
  936 | ERROR | [ ] More than 2 empty lines are not allowed
  937 | ERROR | [ ] More than 2 empty lines are not allowed
  938 | ERROR | [ ] More than 2 empty lines are not allowed
  939 | ERROR | [ ] More than 2 empty lines are not allowed
  940 | ERROR | [ ] More than 2 empty lines are not allowed
  941 | ERROR | [ ] More than 2 empty lines are not allowed
  942 | ERROR | [ ] More than 2 empty lines are not allowed
  943 | ERROR | [ ] More than 2 empty lines are not allowed
  944 | ERROR | [ ] More than 2 empty lines are not allowed
  945 | ERROR | [ ] More than 2 empty lines are not allowed
  946 | ERROR | [ ] More than 2 empty lines are not allowed
  947 | ERROR | [ ] More than 2 empty lines are not allowed
  948 | ERROR | [ ] More than 2 empty lines are not allowed
  949 | ERROR | [ ] More than 2 empty lines are not allowed
  950 | ERROR | [ ] More than 2 empty lines are not allowed
  951 | ERROR | [ ] More than 2 empty lines are not allowed
  979 | ERROR | [ ] More than 2 empty lines are not allowed
  980 | ERROR | [ ] More than 2 empty lines are not allowed
  981 | ERROR | [ ] More than 2 empty lines are not allowed
  982 | ERROR | [ ] More than 2 empty lines are not allowed
  983 | ERROR | [ ] More than 2 empty lines are not allowed
  984 | ERROR | [ ] More than 2 empty lines are not allowed
  985 | ERROR | [ ] More than 2 empty lines are not allowed
  986 | ERROR | [ ] More than 2 empty lines are not allowed
  987 | ERROR | [ ] More than 2 empty lines are not allowed
  988 | ERROR | [ ] More than 2 empty lines are not allowed
  989 | ERROR | [ ] More than 2 empty lines are not allowed
  990 | ERROR | [ ] More than 2 empty lines are not allowed
  991 | ERROR | [ ] More than 2 empty lines are not allowed
  992 | ERROR | [ ] More than 2 empty lines are not allowed
  993 | ERROR | [ ] More than 2 empty lines are not allowed
  994 | ERROR | [ ] More than 2 empty lines are not allowed
  995 | ERROR | [ ] More than 2 empty lines are not allowed
  996 | ERROR | [ ] More than 2 empty lines are not allowed
  997 | ERROR | [ ] More than 2 empty lines are not allowed
  998 | ERROR | [ ] More than 2 empty lines are not allowed
  999 | ERROR | [ ] More than 2 empty lines are not allowed
 1000 | ERROR | [ ] More than 2 empty lines are not allowed
 1001 | ERROR | [ ] More than 2 empty lines are not allowed
 1002 | ERROR | [ ] More than 2 empty lines are not allowed
 1003 | ERROR | [ ] More than 2 empty lines are not allowed
 1004 | ERROR | [ ] More than 2 empty lines are not allowed
 1005 | ERROR | [ ] More than 2 empty lines are not allowed
 1006 | ERROR | [ ] More than 2 empty lines are not allowed
 1007 | ERROR | [ ] More than 2 empty lines are not allowed
 1008 | ERROR | [ ] More than 2 empty lines are not allowed
 1009 | ERROR | [ ] More than 2 empty lines are not allowed
 1010 | ERROR | [ ] More than 2 empty lines are not allowed
 1011 | ERROR | [ ] More than 2 empty lines are not allowed
 1012 | ERROR | [ ] More than 2 empty lines are not allowed
 1013 | ERROR | [ ] More than 2 empty lines are not allowed
 1014 | ERROR | [ ] More than 2 empty lines are not allowed
 1015 | ERROR | [ ] More than 2 empty lines are not allowed
 1016 | ERROR | [ ] More than 2 empty lines are not allowed
 1017 | ERROR | [ ] More than 2 empty lines are not allowed
 1018 | ERROR | [ ] More than 2 empty lines are not allowed
 1019 | ERROR | [ ] More than 2 empty lines are not allowed
 1020 | ERROR | [ ] More than 2 empty lines are not allowed
 1021 | ERROR | [ ] More than 2 empty lines are not allowed
 1022 | ERROR | [ ] More than 2 empty lines are not allowed
 1023 | ERROR | [ ] More than 2 empty lines are not allowed
 1024 | ERROR | [ ] More than 2 empty lines are not allowed
 1174 | ERROR | [ ] More than 2 empty lines are not allowed
 1175 | ERROR | [ ] More than 2 empty lines are not allowed
 1176 | ERROR | [ ] More than 2 empty lines are not allowed
 1177 | ERROR | [ ] More than 2 empty lines are not allowed
 1178 | ERROR | [ ] More than 2 empty lines are not allowed
 1179 | ERROR | [ ] More than 2 empty lines are not allowed
 1180 | ERROR | [ ] More than 2 empty lines are not allowed
 1181 | ERROR | [ ] More than 2 empty lines are not allowed
 1182 | ERROR | [ ] More than 2 empty lines are not allowed
 1183 | ERROR | [ ] More than 2 empty lines are not allowed
 1184 | ERROR | [ ] More than 2 empty lines are not allowed
 1185 | ERROR | [ ] More than 2 empty lines are not allowed
 1186 | ERROR | [ ] More than 2 empty lines are not allowed
 1187 | ERROR | [ ] More than 2 empty lines are not allowed
 1188 | ERROR | [ ] More than 2 empty lines are not allowed
 1189 | ERROR | [ ] More than 2 empty lines are not allowed
 1190 | ERROR | [ ] More than 2 empty lines are not allowed
 1191 | ERROR | [ ] More than 2 empty lines are not allowed
 1192 | ERROR | [ ] More than 2 empty lines are not allowed
 1193 | ERROR | [ ] More than 2 empty lines are not allowed
 1194 | ERROR | [ ] More than 2 empty lines are not allowed
 1195 | ERROR | [ ] More than 2 empty lines are not allowed
 1196 | ERROR | [ ] More than 2 empty lines are not allowed
 1197 | ERROR | [ ] More than 2 empty lines are not allowed
 1198 | ERROR | [ ] More than 2 empty lines are not allowed
 1199 | ERROR | [ ] More than 2 empty lines are not allowed
 1200 | ERROR | [ ] More than 2 empty lines are not allowed
 1201 | ERROR | [ ] More than 2 empty lines are not allowed
 1202 | ERROR | [ ] More than 2 empty lines are not allowed
 1203 | ERROR | [ ] More than 2 empty lines are not allowed
 1204 | ERROR | [ ] More than 2 empty lines are not allowed
 1205 | ERROR | [ ] More than 2 empty lines are not allowed
 1206 | ERROR | [ ] More than 2 empty lines are not allowed
 1207 | ERROR | [ ] More than 2 empty lines are not allowed
 1208 | ERROR | [ ] More than 2 empty lines are not allowed
 1209 | ERROR | [ ] More than 2 empty lines are not allowed
 1210 | ERROR | [ ] More than 2 empty lines are not allowed
 1211 | ERROR | [ ] More than 2 empty lines are not allowed
 1212 | ERROR | [ ] More than 2 empty lines are not allowed
 1213 | ERROR | [ ] More than 2 empty lines are not allowed
 1214 | ERROR | [ ] More than 2 empty lines are not allowed
 1215 | ERROR | [ ] More than 2 empty lines are not allowed
 1216 | ERROR | [ ] More than 2 empty lines are not allowed
 1217 | ERROR | [ ] More than 2 empty lines are not allowed
 1218 | ERROR | [ ] More than 2 empty lines are not allowed
 1219 | ERROR | [ ] More than 2 empty lines are not allowed
 1244 | ERROR | [ ] More than 2 empty lines are not allowed
 1245 | ERROR | [ ] More than 2 empty lines are not allowed
 1246 | ERROR | [ ] More than 2 empty lines are not allowed
 1247 | ERROR | [ ] More than 2 empty lines are not allowed
 1248 | ERROR | [ ] More than 2 empty lines are not allowed
 1249 | ERROR | [ ] More than 2 empty lines are not allowed
 1250 | ERROR | [ ] More than 2 empty lines are not allowed
 1251 | ERROR | [ ] More than 2 empty lines are not allowed
 1252 | ERROR | [ ] More than 2 empty lines are not allowed
 1253 | ERROR | [ ] More than 2 empty lines are not allowed
 1254 | ERROR | [ ] More than 2 empty lines are not allowed
 1255 | ERROR | [ ] More than 2 empty lines are not allowed
 1256 | ERROR | [ ] More than 2 empty lines are not allowed
 1257 | ERROR | [ ] More than 2 empty lines are not allowed
 1258 | ERROR | [ ] More than 2 empty lines are not allowed
 1259 | ERROR | [ ] More than 2 empty lines are not allowed
 1260 | ERROR | [ ] More than 2 empty lines are not allowed
 1261 | ERROR | [ ] More than 2 empty lines are not allowed
 1262 | ERROR | [ ] More than 2 empty lines are not allowed
 1263 | ERROR | [ ] More than 2 empty lines are not allowed
 1264 | ERROR | [ ] More than 2 empty lines are not allowed
 1265 | ERROR | [ ] More than 2 empty lines are not allowed
 1266 | ERROR | [ ] More than 2 empty lines are not allowed
 1267 | ERROR | [ ] More than 2 empty lines are not allowed
 1268 | ERROR | [ ] More than 2 empty lines are not allowed
 1269 | ERROR | [ ] More than 2 empty lines are not allowed
 1270 | ERROR | [ ] More than 2 empty lines are not allowed
 1271 | ERROR | [ ] More than 2 empty lines are not allowed
 1272 | ERROR | [ ] More than 2 empty lines are not allowed
 1273 | ERROR | [ ] More than 2 empty lines are not allowed
 1274 | ERROR | [ ] More than 2 empty lines are not allowed
 1275 | ERROR | [ ] More than 2 empty lines are not allowed
 1276 | ERROR | [ ] More than 2 empty lines are not allowed
 1277 | ERROR | [ ] More than 2 empty lines are not allowed
 1278 | ERROR | [ ] More than 2 empty lines are not allowed
 1279 | ERROR | [ ] More than 2 empty lines are not allowed
 1280 | ERROR | [ ] More than 2 empty lines are not allowed
 1281 | ERROR | [ ] More than 2 empty lines are not allowed
 1282 | ERROR | [ ] More than 2 empty lines are not allowed
 1283 | ERROR | [ ] More than 2 empty lines are not allowed
 1284 | ERROR | [ ] More than 2 empty lines are not allowed
 1285 | ERROR | [ ] More than 2 empty lines are not allowed
 1286 | ERROR | [ ] More than 2 empty lines are not allowed
 1287 | ERROR | [ ] More than 2 empty lines are not allowed
 1288 | ERROR | [ ] More than 2 empty lines are not allowed
 1289 | ERROR | [ ] More than 2 empty lines are not allowed
 1316 | ERROR | [ ] More than 2 empty lines are not allowed
 1317 | ERROR | [ ] More than 2 empty lines are not allowed
 1318 | ERROR | [ ] More than 2 empty lines are not allowed
 1319 | ERROR | [ ] More than 2 empty lines are not allowed
 1320 | ERROR | [ ] More than 2 empty lines are not allowed
 1321 | ERROR | [ ] More than 2 empty lines are not allowed
 1322 | ERROR | [ ] More than 2 empty lines are not allowed
 1323 | ERROR | [ ] More than 2 empty lines are not allowed
 1324 | ERROR | [ ] More than 2 empty lines are not allowed
 1325 | ERROR | [ ] More than 2 empty lines are not allowed
 1326 | ERROR | [ ] More than 2 empty lines are not allowed
 1327 | ERROR | [ ] More than 2 empty lines are not allowed
 1328 | ERROR | [ ] More than 2 empty lines are not allowed
 1329 | ERROR | [ ] More than 2 empty lines are not allowed
 1330 | ERROR | [ ] More than 2 empty lines are not allowed
 1331 | ERROR | [ ] More than 2 empty lines are not allowed
 1332 | ERROR | [ ] More than 2 empty lines are not allowed
 1333 | ERROR | [ ] More than 2 empty lines are not allowed
 1334 | ERROR | [ ] More than 2 empty lines are not allowed
 1335 | ERROR | [ ] More than 2 empty lines are not allowed
 1336 | ERROR | [ ] More than 2 empty lines are not allowed
 1337 | ERROR | [ ] More than 2 empty lines are not allowed
 1338 | ERROR | [ ] More than 2 empty lines are not allowed
 1339 | ERROR | [ ] More than 2 empty lines are not allowed
 1340 | ERROR | [ ] More than 2 empty lines are not allowed
 1341 | ERROR | [ ] More than 2 empty lines are not allowed
 1342 | ERROR | [ ] More than 2 empty lines are not allowed
 1343 | ERROR | [ ] More than 2 empty lines are not allowed
 1344 | ERROR | [ ] More than 2 empty lines are not allowed
 1345 | ERROR | [ ] More than 2 empty lines are not allowed
 1346 | ERROR | [ ] More than 2 empty lines are not allowed
 1347 | ERROR | [ ] More than 2 empty lines are not allowed
 1348 | ERROR | [ ] More than 2 empty lines are not allowed
 1349 | ERROR | [ ] More than 2 empty lines are not allowed
 1350 | ERROR | [ ] More than 2 empty lines are not allowed
 1351 | ERROR | [ ] More than 2 empty lines are not allowed
 1352 | ERROR | [ ] More than 2 empty lines are not allowed
 1353 | ERROR | [ ] More than 2 empty lines are not allowed
 1354 | ERROR | [ ] More than 2 empty lines are not allowed
 1355 | ERROR | [ ] More than 2 empty lines are not allowed
 1356 | ERROR | [ ] More than 2 empty lines are not allowed
 1357 | ERROR | [ ] More than 2 empty lines are not allowed
 1358 | ERROR | [ ] More than 2 empty lines are not allowed
 1359 | ERROR | [ ] More than 2 empty lines are not allowed
 1360 | ERROR | [ ] More than 2 empty lines are not allowed
 1361 | ERROR | [ ] More than 2 empty lines are not allowed
 1399 | ERROR | [ ] More than 2 empty lines are not allowed
 1400 | ERROR | [ ] More than 2 empty lines are not allowed
 1401 | ERROR | [ ] More than 2 empty lines are not allowed
 1402 | ERROR | [ ] More than 2 empty lines are not allowed
 1403 | ERROR | [ ] More than 2 empty lines are not allowed
 1404 | ERROR | [ ] More than 2 empty lines are not allowed
 1405 | ERROR | [ ] More than 2 empty lines are not allowed
 1406 | ERROR | [ ] More than 2 empty lines are not allowed
 1407 | ERROR | [ ] More than 2 empty lines are not allowed
 1408 | ERROR | [ ] More than 2 empty lines are not allowed
 1409 | ERROR | [ ] More than 2 empty lines are not allowed
 1410 | ERROR | [ ] More than 2 empty lines are not allowed
 1411 | ERROR | [ ] More than 2 empty lines are not allowed
 1412 | ERROR | [ ] More than 2 empty lines are not allowed
 1413 | ERROR | [ ] More than 2 empty lines are not allowed
 1414 | ERROR | [ ] More than 2 empty lines are not allowed
 1415 | ERROR | [ ] More than 2 empty lines are not allowed
 1416 | ERROR | [ ] More than 2 empty lines are not allowed
 1417 | ERROR | [ ] More than 2 empty lines are not allowed
 1418 | ERROR | [ ] More than 2 empty lines are not allowed
 1419 | ERROR | [ ] More than 2 empty lines are not allowed
 1420 | ERROR | [ ] More than 2 empty lines are not allowed
 1421 | ERROR | [ ] More than 2 empty lines are not allowed
 1422 | ERROR | [ ] More than 2 empty lines are not allowed
 1423 | ERROR | [ ] More than 2 empty lines are not allowed
 1424 | ERROR | [ ] More than 2 empty lines are not allowed
 1425 | ERROR | [ ] More than 2 empty lines are not allowed
 1426 | ERROR | [ ] More than 2 empty lines are not allowed
 1427 | ERROR | [ ] More than 2 empty lines are not allowed
 1428 | ERROR | [ ] More than 2 empty lines are not allowed
 1429 | ERROR | [ ] More than 2 empty lines are not allowed
 1430 | ERROR | [ ] More than 2 empty lines are not allowed
 1431 | ERROR | [ ] More than 2 empty lines are not allowed
 1432 | ERROR | [ ] More than 2 empty lines are not allowed
 1433 | ERROR | [ ] More than 2 empty lines are not allowed
 1434 | ERROR | [ ] More than 2 empty lines are not allowed
 1435 | ERROR | [ ] More than 2 empty lines are not allowed
 1436 | ERROR | [ ] More than 2 empty lines are not allowed
 1437 | ERROR | [ ] More than 2 empty lines are not allowed
 1438 | ERROR | [ ] More than 2 empty lines are not allowed
 1439 | ERROR | [ ] More than 2 empty lines are not allowed
 1440 | ERROR | [ ] More than 2 empty lines are not allowed
 1441 | ERROR | [ ] More than 2 empty lines are not allowed
 1442 | ERROR | [ ] More than 2 empty lines are not allowed
 1443 | ERROR | [ ] More than 2 empty lines are not allowed
 1444 | ERROR | [ ] More than 2 empty lines are not allowed
 1445 | ERROR | [ ] More than 2 empty lines are not allowed
 1829 | ERROR | [x] Multiple selectors should each be on a single line
 1833 | ERROR | [x] Multiple selectors should each be on a single line
 1840 | ERROR | [x] Multiple selectors should each be on a single line
 1844 | ERROR | [x] Multiple selectors should each be on a single line
 1884 | ERROR | [x] Multiple selectors should each be on a single line
 1887 | ERROR | [x] Multiple selectors should each be on a single line
 2010 | ERROR | [x] Multiple selectors should each be on a single line
 2014 | ERROR | [x] Multiple selectors should each be on a single line
 2021 | ERROR | [x] Multiple selectors should each be on a single line
 2025 | ERROR | [x] Multiple selectors should each be on a single line
 2034 | ERROR | [x] Multiple selectors should each be on a single line
 2049 | ERROR | [x] Multiple selectors should each be on a single line
 2052 | ERROR | [x] Multiple selectors should each be on a single line
 2116 | ERROR | [x] Multiple selectors should each be on a single line
 2116 | ERROR | [x] Multiple selectors should each be on a single line
 2116 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2276 | ERROR | [x] Multiple selectors should each be on a single line
 2287 | ERROR | [x] Multiple selectors should each be on a single line
 2292 | ERROR | [x] Multiple selectors should each be on a single line
 2298 | ERROR | [x] Multiple selectors should each be on a single line
 2304 | ERROR | [x] Multiple selectors should each be on a single line
 2308 | ERROR | [x] Multiple selectors should each be on a single line
 2312 | ERROR | [x] Multiple selectors should each be on a single line
 2418 | ERROR | [ ] More than 2 empty lines are not allowed
 2419 | ERROR | [ ] More than 2 empty lines are not allowed
 2420 | ERROR | [ ] More than 2 empty lines are not allowed
 2498 | ERROR | [x] Multiple selectors should each be on a single line
 2503 | ERROR | [x] Multiple selectors should each be on a single line
 2512 | ERROR | [ ] More than 2 empty lines are not allowed
 2638 | ERROR | [ ] More than 2 empty lines are not allowed
 2639 | ERROR | [ ] More than 2 empty lines are not allowed
 2867 | ERROR | [ ] More than 2 empty lines are not allowed
 2868 | ERROR | [ ] More than 2 empty lines are not allowed
 2869 | ERROR | [ ] More than 2 empty lines are not allowed
 2870 | ERROR | [ ] More than 2 empty lines are not allowed
 3059 | ERROR | [ ] More than 2 empty lines are not allowed
 3060 | ERROR | [ ] More than 2 empty lines are not allowed
 3155 | ERROR | [x] Expected 1 space before opening brace of class definition; 2 found
 3246 | ERROR | [ ] More than 2 empty lines are not allowed
 3373 | ERROR | [x] Multiple selectors should each be on a single line
 3387 | ERROR | [ ] More than 2 empty lines are not allowed
 3469 | ERROR | [ ] More than 2 empty lines are not allowed
 3470 | ERROR | [ ] More than 2 empty lines are not allowed
 3471 | ERROR | [ ] More than 2 empty lines are not allowed
 3472 | ERROR | [ ] More than 2 empty lines are not allowed
 3587 | ERROR | [x] Multiple selectors should each be on a single line
 3594 | ERROR | [x] Multiple selectors should each be on a single line
 3598 | ERROR | [x] Multiple selectors should each be on a single line
 3616 | ERROR | [x] Multiple selectors should each be on a single line
 3616 | ERROR | [x] Multiple selectors should each be on a single line
 3619 | ERROR | [x] Multiple selectors should each be on a single line
 3619 | ERROR | [x] Multiple selectors should each be on a single line
 3633 | ERROR | [x] Multiple selectors should each be on a single line
 3723 | ERROR | [x] Multiple selectors should each be on a single line
 3727 | ERROR | [x] Multiple selectors should each be on a single line
 3734 | ERROR | [x] Multiple selectors should each be on a single line
 3738 | ERROR | [x] Multiple selectors should each be on a single line
 3993 | ERROR | [x] Multiple selectors should each be on a single line
 3996 | ERROR | [x] Multiple selectors should each be on a single line
 4030 | ERROR | [x] Multiple selectors should each be on a single line
 4033 | ERROR | [x] Multiple selectors should each be on a single line
 4181 | ERROR | [x] Multiple selectors should each be on a single line
 4239 | ERROR | [x] Multiple selectors should each be on a single line
 4239 | ERROR | [x] Multiple selectors should each be on a single line
 4262 | ERROR | [x] Multiple selectors should each be on a single line
 4271 | ERROR | [ ] More than 2 empty lines are not allowed
 4272 | ERROR | [ ] More than 2 empty lines are not allowed
 4273 | ERROR | [ ] More than 2 empty lines are not allowed
 4274 | ERROR | [ ] More than 2 empty lines are not allowed
 4330 | ERROR | [ ] More than 2 empty lines are not allowed
 4491 | ERROR | [x] Multiple selectors should each be on a single line
 4618 | ERROR | [x] Multiple selectors should each be on a single line
 4621 | ERROR | [x] Multiple selectors should each be on a single line
 4650 | ERROR | [x] Multiple selectors should each be on a single line
 4656 | ERROR | [x] Multiple selectors should each be on a single line
 4809 | ERROR | [ ] More than 2 empty lines are not allowed
 4810 | ERROR | [ ] More than 2 empty lines are not allowed
 4811 | ERROR | [ ] More than 2 empty lines are not allowed
 4812 | ERROR | [ ] More than 2 empty lines are not allowed
 4813 | ERROR | [ ] More than 2 empty lines are not allowed
 5001 | ERROR | [ ] More than 2 empty lines are not allowed
 5002 | ERROR | [ ] More than 2 empty lines are not allowed
 5003 | ERROR | [ ] More than 2 empty lines are not allowed
 5004 | ERROR | [ ] More than 2 empty lines are not allowed
 5218 | ERROR | [ ] More than 2 empty lines are not allowed
 5219 | ERROR | [ ] More than 2 empty lines are not allowed
 5220 | ERROR | [ ] More than 2 empty lines are not allowed
 5413 | ERROR | [x] Multiple selectors should each be on a single line
 5417 | ERROR | [x] Multiple selectors should each be on a single line
 5424 | ERROR | [x] Multiple selectors should each be on a single line
 5428 | ERROR | [x] Multiple selectors should each be on a single line
 5587 | ERROR | [x] Multiple selectors should each be on a single line
 5591 | ERROR | [x] Multiple selectors should each be on a single line
 5598 | ERROR | [x] Multiple selectors should each be on a single line
 5602 | ERROR | [x] Multiple selectors should each be on a single line
 6223 | ERROR | [x] Multiple selectors should each be on a single line
 6227 | ERROR | [x] Multiple selectors should each be on a single line
 6276 | ERROR | [x] Multiple selectors should each be on a single line
 6281 | ERROR | [x] Multiple selectors should each be on a single line
 6289 | ERROR | [x] Multiple selectors should each be on a single line
 6294 | ERROR | [x] Multiple selectors should each be on a single line
 6307 | ERROR | [x] Multiple selectors should each be on a single line
 6307 | ERROR | [x] Multiple selectors should each be on a single line
 6313 | ERROR | [x] Multiple selectors should each be on a single line
 6313 | ERROR | [x] Multiple selectors should each be on a single line
 6322 | ERROR | [ ] More than 2 empty lines are not allowed
 6323 | ERROR | [ ] More than 2 empty lines are not allowed
 6421 | ERROR | [ ] More than 2 empty lines are not allowed
 6422 | ERROR | [ ] More than 2 empty lines are not allowed
 6423 | ERROR | [ ] More than 2 empty lines are not allowed
 6424 | ERROR | [ ] More than 2 empty lines are not allowed
 6506 | ERROR | [ ] More than 2 empty lines are not allowed
 6555 | ERROR | [ ] More than 2 empty lines are not allowed
 7896 | ERROR | [ ] More than 2 empty lines are not allowed
 7897 | ERROR | [ ] More than 2 empty lines are not allowed
 8287 | ERROR | [x] Multiple selectors should each be on a single line
 8545 | ERROR | [x] Multiple selectors should each be on a single line
 8545 | ERROR | [x] Multiple selectors should each be on a single line
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 162 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------


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


FILE: /var/www/web/themes/contrib/govuk_theme/config/optional/block.block.mainnavigation.yml
--------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------
 24 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


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


FILE: /var/www/web/themes/contrib/govuk_theme/css/style.css
---------------------------------------------------------------------------------------
FOUND 578 ERRORS AFFECTING 532 LINES
---------------------------------------------------------------------------------------
    4 | ERROR | [ ] More than 2 empty lines are not allowed
    5 | ERROR | [ ] More than 2 empty lines are not allowed
    6 | ERROR | [ ] More than 2 empty lines are not allowed
    7 | ERROR | [ ] More than 2 empty lines are not allowed
    8 | ERROR | [ ] More than 2 empty lines are not allowed
    9 | ERROR | [ ] More than 2 empty lines are not allowed
   10 | ERROR | [ ] More than 2 empty lines are not allowed
   11 | ERROR | [ ] More than 2 empty lines are not allowed
   12 | ERROR | [ ] More than 2 empty lines are not allowed
   13 | ERROR | [ ] More than 2 empty lines are not allowed
   14 | ERROR | [ ] More than 2 empty lines are not allowed
   15 | ERROR | [ ] More than 2 empty lines are not allowed
   16 | ERROR | [ ] More than 2 empty lines are not allowed
   17 | ERROR | [ ] More than 2 empty lines are not allowed
   18 | ERROR | [ ] More than 2 empty lines are not allowed
   19 | ERROR | [ ] More than 2 empty lines are not allowed
   20 | ERROR | [ ] More than 2 empty lines are not allowed
   21 | ERROR | [ ] More than 2 empty lines are not allowed
   22 | ERROR | [ ] More than 2 empty lines are not allowed
   23 | ERROR | [ ] More than 2 empty lines are not allowed
   24 | ERROR | [ ] More than 2 empty lines are not allowed
   25 | ERROR | [ ] More than 2 empty lines are not allowed
   26 | ERROR | [ ] More than 2 empty lines are not allowed
   27 | ERROR | [ ] More than 2 empty lines are not allowed
   28 | ERROR | [ ] More than 2 empty lines are not allowed
   29 | ERROR | [ ] More than 2 empty lines are not allowed
   30 | ERROR | [ ] More than 2 empty lines are not allowed
   31 | ERROR | [ ] More than 2 empty lines are not allowed
   32 | ERROR | [ ] More than 2 empty lines are not allowed
   33 | ERROR | [ ] More than 2 empty lines are not allowed
   34 | ERROR | [ ] More than 2 empty lines are not allowed
   35 | ERROR | [ ] More than 2 empty lines are not allowed
   36 | ERROR | [ ] More than 2 empty lines are not allowed
   37 | ERROR | [ ] More than 2 empty lines are not allowed
   38 | ERROR | [ ] More than 2 empty lines are not allowed
   39 | ERROR | [ ] More than 2 empty lines are not allowed
   40 | ERROR | [ ] More than 2 empty lines are not allowed
   41 | ERROR | [ ] More than 2 empty lines are not allowed
   42 | ERROR | [ ] More than 2 empty lines are not allowed
   43 | ERROR | [ ] More than 2 empty lines are not allowed
   44 | ERROR | [ ] More than 2 empty lines are not allowed
   45 | ERROR | [ ] More than 2 empty lines are not allowed
   46 | ERROR | [ ] More than 2 empty lines are not allowed
   47 | ERROR | [ ] More than 2 empty lines are not allowed
   47 | ERROR | [x] Blank lines are not allowed between class names
   56 | ERROR | [x] Multiple selectors should each be on a single line
   80 | ERROR | [x] Multiple selectors should each be on a single line
   84 | ERROR | [x] Multiple selectors should each be on a single line
   91 | ERROR | [x] Multiple selectors should each be on a single line
  100 | ERROR | [x] Multiple selectors should each be on a single line
  103 | ERROR | [x] Multiple selectors should each be on a single line
  106 | ERROR | [x] Multiple selectors should each be on a single line
  109 | ERROR | [x] Multiple selectors should each be on a single line
  112 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  116 | ERROR | [x] Multiple selectors should each be on a single line
  123 | ERROR | [x] Multiple selectors should each be on a single line
  126 | ERROR | [x] Multiple selectors should each be on a single line
  133 | ERROR | [x] Multiple selectors should each be on a single line
  137 | ERROR | [x] Multiple selectors should each be on a single line
  144 | ERROR | [x] Multiple selectors should each be on a single line
  148 | ERROR | [x] Multiple selectors should each be on a single line
  153 | ERROR | [x] Multiple selectors should each be on a single line
  156 | ERROR | [x] Multiple selectors should each be on a single line
  194 | ERROR | [x] Multiple selectors should each be on a single line
  194 | ERROR | [x] Multiple selectors should each be on a single line
  208 | ERROR | [x] Multiple selectors should each be on a single line
  208 | ERROR | [x] Multiple selectors should each be on a single line
  213 | ERROR | [x] Multiple selectors should each be on a single line
  213 | ERROR | [x] Multiple selectors should each be on a single line
  219 | ERROR | [x] Multiple selectors should each be on a single line
  219 | ERROR | [x] Multiple selectors should each be on a single line
  225 | ERROR | [x] Multiple selectors should each be on a single line
  225 | ERROR | [x] Multiple selectors should each be on a single line
  230 | ERROR | [x] Multiple selectors should each be on a single line
  230 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  234 | ERROR | [x] Multiple selectors should each be on a single line
  238 | ERROR | [x] Multiple selectors should each be on a single line
  238 | ERROR | [x] Multiple selectors should each be on a single line
  242 | ERROR | [x] Multiple selectors should each be on a single line
  247 | ERROR | [x] Multiple selectors should each be on a single line
  252 | ERROR | [x] Multiple selectors should each be on a single line
  258 | ERROR | [x] Multiple selectors should each be on a single line
  526 | ERROR | [x] Multiple selectors should each be on a single line
  538 | ERROR | [x] Multiple selectors should each be on a single line
  543 | ERROR | [x] Multiple selectors should each be on a single line
  548 | ERROR | [x] Multiple selectors should each be on a single line
  554 | ERROR | [x] Multiple selectors should each be on a single line
  560 | ERROR | [x] Multiple selectors should each be on a single line
  565 | ERROR | [x] Multiple selectors should each be on a single line
  565 | ERROR | [x] Multiple selectors should each be on a single line
  577 | ERROR | [x] Multiple selectors should each be on a single line
  577 | ERROR | [x] Multiple selectors should each be on a single line
  582 | ERROR | [x] Multiple selectors should each be on a single line
  582 | ERROR | [x] Multiple selectors should each be on a single line
  587 | ERROR | [x] Multiple selectors should each be on a single line
  587 | ERROR | [x] Multiple selectors should each be on a single line
  593 | ERROR | [x] Multiple selectors should each be on a single line
  593 | ERROR | [x] Multiple selectors should each be on a single line
  599 | ERROR | [x] Multiple selectors should each be on a single line
  599 | ERROR | [x] Multiple selectors should each be on a single line
  682 | ERROR | [x] Multiple selectors should each be on a single line
  686 | ERROR | [x] Multiple selectors should each be on a single line
  691 | ERROR | [x] Multiple selectors should each be on a single line
  691 | ERROR | [x] Multiple selectors should each be on a single line
  699 | ERROR | [x] Multiple selectors should each be on a single line
  699 | ERROR | [x] Multiple selectors should each be on a single line
  708 | ERROR | [x] Multiple selectors should each be on a single line
  708 | ERROR | [x] Multiple selectors should each be on a single line
  723 | ERROR | [x] Multiple selectors should each be on a single line
  723 | ERROR | [x] Multiple selectors should each be on a single line
  795 | ERROR | [ ] More than 2 empty lines are not allowed
  796 | ERROR | [ ] More than 2 empty lines are not allowed
  797 | ERROR | [ ] More than 2 empty lines are not allowed
  798 | ERROR | [ ] More than 2 empty lines are not allowed
  799 | ERROR | [ ] More than 2 empty lines are not allowed
  800 | ERROR | [ ] More than 2 empty lines are not allowed
  801 | ERROR | [ ] More than 2 empty lines are not allowed
  802 | ERROR | [ ] More than 2 empty lines are not allowed
  803 | ERROR | [ ] More than 2 empty lines are not allowed
  804 | ERROR | [ ] More than 2 empty lines are not allowed
  805 | ERROR | [ ] More than 2 empty lines are not allowed
  806 | ERROR | [ ] More than 2 empty lines are not allowed
  807 | ERROR | [ ] More than 2 empty lines are not allowed
  808 | ERROR | [ ] More than 2 empty lines are not allowed
  809 | ERROR | [ ] More than 2 empty lines are not allowed
  810 | ERROR | [ ] More than 2 empty lines are not allowed
  811 | ERROR | [ ] More than 2 empty lines are not allowed
  812 | ERROR | [ ] More than 2 empty lines are not allowed
  813 | ERROR | [ ] More than 2 empty lines are not allowed
  814 | ERROR | [ ] More than 2 empty lines are not allowed
  815 | ERROR | [ ] More than 2 empty lines are not allowed
  816 | ERROR | [ ] More than 2 empty lines are not allowed
  817 | ERROR | [ ] More than 2 empty lines are not allowed
  818 | ERROR | [ ] More than 2 empty lines are not allowed
  819 | ERROR | [ ] More than 2 empty lines are not allowed
  820 | ERROR | [ ] More than 2 empty lines are not allowed
  821 | ERROR | [ ] More than 2 empty lines are not allowed
  822 | ERROR | [ ] More than 2 empty lines are not allowed
  823 | ERROR | [ ] More than 2 empty lines are not allowed
  824 | ERROR | [ ] More than 2 empty lines are not allowed
  825 | ERROR | [ ] More than 2 empty lines are not allowed
  826 | ERROR | [ ] More than 2 empty lines are not allowed
  827 | ERROR | [ ] More than 2 empty lines are not allowed
  828 | ERROR | [ ] More than 2 empty lines are not allowed
  829 | ERROR | [ ] More than 2 empty lines are not allowed
  830 | ERROR | [ ] More than 2 empty lines are not allowed
  831 | ERROR | [ ] More than 2 empty lines are not allowed
  832 | ERROR | [ ] More than 2 empty lines are not allowed
  833 | ERROR | [ ] More than 2 empty lines are not allowed
  834 | ERROR | [ ] More than 2 empty lines are not allowed
  835 | ERROR | [ ] More than 2 empty lines are not allowed
  836 | ERROR | [ ] More than 2 empty lines are not allowed
  837 | ERROR | [ ] More than 2 empty lines are not allowed
  838 | ERROR | [ ] More than 2 empty lines are not allowed
  839 | ERROR | [ ] More than 2 empty lines are not allowed
  840 | ERROR | [ ] More than 2 empty lines are not allowed
  841 | ERROR | [ ] More than 2 empty lines are not allowed
  842 | ERROR | [ ] More than 2 empty lines are not allowed
  843 | ERROR | [ ] More than 2 empty lines are not allowed
  844 | ERROR | [ ] More than 2 empty lines are not allowed
  906 | ERROR | [ ] More than 2 empty lines are not allowed
  907 | ERROR | [ ] More than 2 empty lines are not allowed
  908 | ERROR | [ ] More than 2 empty lines are not allowed
  909 | ERROR | [ ] More than 2 empty lines are not allowed
  910 | ERROR | [ ] More than 2 empty lines are not allowed
  911 | ERROR | [ ] More than 2 empty lines are not allowed
  912 | ERROR | [ ] More than 2 empty lines are not allowed
  913 | ERROR | [ ] More than 2 empty lines are not allowed
  914 | ERROR | [ ] More than 2 empty lines are not allowed
  915 | ERROR | [ ] More than 2 empty lines are not allowed
  916 | ERROR | [ ] More than 2 empty lines are not allowed
  917 | ERROR | [ ] More than 2 empty lines are not allowed
  918 | ERROR | [ ] More than 2 empty lines are not allowed
  919 | ERROR | [ ] More than 2 empty lines are not allowed
  920 | ERROR | [ ] More than 2 empty lines are not allowed
  921 | ERROR | [ ] More than 2 empty lines are not allowed
  922 | ERROR | [ ] More than 2 empty lines are not allowed
  923 | ERROR | [ ] More than 2 empty lines are not allowed
  924 | ERROR | [ ] More than 2 empty lines are not allowed
  925 | ERROR | [ ] More than 2 empty lines are not allowed
  926 | ERROR | [ ] More than 2 empty lines are not allowed
  927 | ERROR | [ ] More than 2 empty lines are not allowed
  928 | ERROR | [ ] More than 2 empty lines are not allowed
  929 | ERROR | [ ] More than 2 empty lines are not allowed
  930 | ERROR | [ ] More than 2 empty lines are not allowed
  931 | ERROR | [ ] More than 2 empty lines are not allowed
  932 | ERROR | [ ] More than 2 empty lines are not allowed
  933 | ERROR | [ ] More than 2 empty lines are not allowed
  934 | ERROR | [ ] More than 2 empty lines are not allowed
  935 | ERROR | [ ] More than 2 empty lines are not allowed
  936 | ERROR | [ ] More than 2 empty lines are not allowed
  937 | ERROR | [ ] More than 2 empty lines are not allowed
  938 | ERROR | [ ] More than 2 empty lines are not allowed
  939 | ERROR | [ ] More than 2 empty lines are not allowed
  940 | ERROR | [ ] More than 2 empty lines are not allowed
  941 | ERROR | [ ] More than 2 empty lines are not allowed
  942 | ERROR | [ ] More than 2 empty lines are not allowed
  943 | ERROR | [ ] More than 2 empty lines are not allowed
  944 | ERROR | [ ] More than 2 empty lines are not allowed
  945 | ERROR | [ ] More than 2 empty lines are not allowed
  946 | ERROR | [ ] More than 2 empty lines are not allowed
  947 | ERROR | [ ] More than 2 empty lines are not allowed
  948 | ERROR | [ ] More than 2 empty lines are not allowed
  949 | ERROR | [ ] More than 2 empty lines are not allowed
  950 | ERROR | [ ] More than 2 empty lines are not allowed
  951 | ERROR | [ ] More than 2 empty lines are not allowed
  979 | ERROR | [ ] More than 2 empty lines are not allowed
  980 | ERROR | [ ] More than 2 empty lines are not allowed
  981 | ERROR | [ ] More than 2 empty lines are not allowed
  982 | ERROR | [ ] More than 2 empty lines are not allowed
  983 | ERROR | [ ] More than 2 empty lines are not allowed
  984 | ERROR | [ ] More than 2 empty lines are not allowed
  985 | ERROR | [ ] More than 2 empty lines are not allowed
  986 | ERROR | [ ] More than 2 empty lines are not allowed
  987 | ERROR | [ ] More than 2 empty lines are not allowed
  988 | ERROR | [ ] More than 2 empty lines are not allowed
  989 | ERROR | [ ] More than 2 empty lines are not allowed
  990 | ERROR | [ ] More than 2 empty lines are not allowed
  991 | ERROR | [ ] More than 2 empty lines are not allowed
  992 | ERROR | [ ] More than 2 empty lines are not allowed
  993 | ERROR | [ ] More than 2 empty lines are not allowed
  994 | ERROR | [ ] More than 2 empty lines are not allowed
  995 | ERROR | [ ] More than 2 empty lines are not allowed
  996 | ERROR | [ ] More than 2 empty lines are not allowed
  997 | ERROR | [ ] More than 2 empty lines are not allowed
  998 | ERROR | [ ] More than 2 empty lines are not allowed
  999 | ERROR | [ ] More than 2 empty lines are not allowed
 1000 | ERROR | [ ] More than 2 empty lines are not allowed
 1001 | ERROR | [ ] More than 2 empty lines are not allowed
 1002 | ERROR | [ ] More than 2 empty lines are not allowed
 1003 | ERROR | [ ] More than 2 empty lines are not allowed
 1004 | ERROR | [ ] More than 2 empty lines are not allowed
 1005 | ERROR | [ ] More than 2 empty lines are not allowed
 1006 | ERROR | [ ] More than 2 empty lines are not allowed
 1007 | ERROR | [ ] More than 2 empty lines are not allowed
 1008 | ERROR | [ ] More than 2 empty lines are not allowed
 1009 | ERROR | [ ] More than 2 empty lines are not allowed
 1010 | ERROR | [ ] More than 2 empty lines are not allowed
 1011 | ERROR | [ ] More than 2 empty lines are not allowed
 1012 | ERROR | [ ] More than 2 empty lines are not allowed
 1013 | ERROR | [ ] More than 2 empty lines are not allowed
 1014 | ERROR | [ ] More than 2 empty lines are not allowed
 1015 | ERROR | [ ] More than 2 empty lines are not allowed
 1016 | ERROR | [ ] More than 2 empty lines are not allowed
 1017 | ERROR | [ ] More than 2 empty lines are not allowed
 1018 | ERROR | [ ] More than 2 empty lines are not allowed
 1019 | ERROR | [ ] More than 2 empty lines are not allowed
 1020 | ERROR | [ ] More than 2 empty lines are not allowed
 1021 | ERROR | [ ] More than 2 empty lines are not allowed
 1022 | ERROR | [ ] More than 2 empty lines are not allowed
 1023 | ERROR | [ ] More than 2 empty lines are not allowed
 1024 | ERROR | [ ] More than 2 empty lines are not allowed
 1174 | ERROR | [ ] More than 2 empty lines are not allowed
 1175 | ERROR | [ ] More than 2 empty lines are not allowed
 1176 | ERROR | [ ] More than 2 empty lines are not allowed
 1177 | ERROR | [ ] More than 2 empty lines are not allowed
 1178 | ERROR | [ ] More than 2 empty lines are not allowed
 1179 | ERROR | [ ] More than 2 empty lines are not allowed
 1180 | ERROR | [ ] More than 2 empty lines are not allowed
 1181 | ERROR | [ ] More than 2 empty lines are not allowed
 1182 | ERROR | [ ] More than 2 empty lines are not allowed
 1183 | ERROR | [ ] More than 2 empty lines are not allowed
 1184 | ERROR | [ ] More than 2 empty lines are not allowed
 1185 | ERROR | [ ] More than 2 empty lines are not allowed
 1186 | ERROR | [ ] More than 2 empty lines are not allowed
 1187 | ERROR | [ ] More than 2 empty lines are not allowed
 1188 | ERROR | [ ] More than 2 empty lines are not allowed
 1189 | ERROR | [ ] More than 2 empty lines are not allowed
 1190 | ERROR | [ ] More than 2 empty lines are not allowed
 1191 | ERROR | [ ] More than 2 empty lines are not allowed
 1192 | ERROR | [ ] More than 2 empty lines are not allowed
 1193 | ERROR | [ ] More than 2 empty lines are not allowed
 1194 | ERROR | [ ] More than 2 empty lines are not allowed
 1195 | ERROR | [ ] More than 2 empty lines are not allowed
 1196 | ERROR | [ ] More than 2 empty lines are not allowed
 1197 | ERROR | [ ] More than 2 empty lines are not allowed
 1198 | ERROR | [ ] More than 2 empty lines are not allowed
 1199 | ERROR | [ ] More than 2 empty lines are not allowed
 1200 | ERROR | [ ] More than 2 empty lines are not allowed
 1201 | ERROR | [ ] More than 2 empty lines are not allowed
 1202 | ERROR | [ ] More than 2 empty lines are not allowed
 1203 | ERROR | [ ] More than 2 empty lines are not allowed
 1204 | ERROR | [ ] More than 2 empty lines are not allowed
 1205 | ERROR | [ ] More than 2 empty lines are not allowed
 1206 | ERROR | [ ] More than 2 empty lines are not allowed
 1207 | ERROR | [ ] More than 2 empty lines are not allowed
 1208 | ERROR | [ ] More than 2 empty lines are not allowed
 1209 | ERROR | [ ] More than 2 empty lines are not allowed
 1210 | ERROR | [ ] More than 2 empty lines are not allowed
 1211 | ERROR | [ ] More than 2 empty lines are not allowed
 1212 | ERROR | [ ] More than 2 empty lines are not allowed
 1213 | ERROR | [ ] More than 2 empty lines are not allowed
 1214 | ERROR | [ ] More than 2 empty lines are not allowed
 1215 | ERROR | [ ] More than 2 empty lines are not allowed
 1216 | ERROR | [ ] More than 2 empty lines are not allowed
 1217 | ERROR | [ ] More than 2 empty lines are not allowed
 1218 | ERROR | [ ] More than 2 empty lines are not allowed
 1219 | ERROR | [ ] More than 2 empty lines are not allowed
 1244 | ERROR | [ ] More than 2 empty lines are not allowed
 1245 | ERROR | [ ] More than 2 empty lines are not allowed
 1246 | ERROR | [ ] More than 2 empty lines are not allowed
 1247 | ERROR | [ ] More than 2 empty lines are not allowed
 1248 | ERROR | [ ] More than 2 empty lines are not allowed
 1249 | ERROR | [ ] More than 2 empty lines are not allowed
 1250 | ERROR | [ ] More than 2 empty lines are not allowed
 1251 | ERROR | [ ] More than 2 empty lines are not allowed
 1252 | ERROR | [ ] More than 2 empty lines are not allowed
 1253 | ERROR | [ ] More than 2 empty lines are not allowed
 1254 | ERROR | [ ] More than 2 empty lines are not allowed
 1255 | ERROR | [ ] More than 2 empty lines are not allowed
 1256 | ERROR | [ ] More than 2 empty lines are not allowed
 1257 | ERROR | [ ] More than 2 empty lines are not allowed
 1258 | ERROR | [ ] More than 2 empty lines are not allowed
 1259 | ERROR | [ ] More than 2 empty lines are not allowed
 1260 | ERROR | [ ] More than 2 empty lines are not allowed
 1261 | ERROR | [ ] More than 2 empty lines are not allowed
 1262 | ERROR | [ ] More than 2 empty lines are not allowed
 1263 | ERROR | [ ] More than 2 empty lines are not allowed
 1264 | ERROR | [ ] More than 2 empty lines are not allowed
 1265 | ERROR | [ ] More than 2 empty lines are not allowed
 1266 | ERROR | [ ] More than 2 empty lines are not allowed
 1267 | ERROR | [ ] More than 2 empty lines are not allowed
 1268 | ERROR | [ ] More than 2 empty lines are not allowed
 1269 | ERROR | [ ] More than 2 empty lines are not allowed
 1270 | ERROR | [ ] More than 2 empty lines are not allowed
 1271 | ERROR | [ ] More than 2 empty lines are not allowed
 1272 | ERROR | [ ] More than 2 empty lines are not allowed
 1273 | ERROR | [ ] More than 2 empty lines are not allowed
 1274 | ERROR | [ ] More than 2 empty lines are not allowed
 1275 | ERROR | [ ] More than 2 empty lines are not allowed
 1276 | ERROR | [ ] More than 2 empty lines are not allowed
 1277 | ERROR | [ ] More than 2 empty lines are not allowed
 1278 | ERROR | [ ] More than 2 empty lines are not allowed
 1279 | ERROR | [ ] More than 2 empty lines are not allowed
 1280 | ERROR | [ ] More than 2 empty lines are not allowed
 1281 | ERROR | [ ] More than 2 empty lines are not allowed
 1282 | ERROR | [ ] More than 2 empty lines are not allowed
 1283 | ERROR | [ ] More than 2 empty lines are not allowed
 1284 | ERROR | [ ] More than 2 empty lines are not allowed
 1285 | ERROR | [ ] More than 2 empty lines are not allowed
 1286 | ERROR | [ ] More than 2 empty lines are not allowed
 1287 | ERROR | [ ] More than 2 empty lines are not allowed
 1288 | ERROR | [ ] More than 2 empty lines are not allowed
 1289 | ERROR | [ ] More than 2 empty lines are not allowed
 1316 | ERROR | [ ] More than 2 empty lines are not allowed
 1317 | ERROR | [ ] More than 2 empty lines are not allowed
 1318 | ERROR | [ ] More than 2 empty lines are not allowed
 1319 | ERROR | [ ] More than 2 empty lines are not allowed
 1320 | ERROR | [ ] More than 2 empty lines are not allowed
 1321 | ERROR | [ ] More than 2 empty lines are not allowed
 1322 | ERROR | [ ] More than 2 empty lines are not allowed
 1323 | ERROR | [ ] More than 2 empty lines are not allowed
 1324 | ERROR | [ ] More than 2 empty lines are not allowed
 1325 | ERROR | [ ] More than 2 empty lines are not allowed
 1326 | ERROR | [ ] More than 2 empty lines are not allowed
 1327 | ERROR | [ ] More than 2 empty lines are not allowed
 1328 | ERROR | [ ] More than 2 empty lines are not allowed
 1329 | ERROR | [ ] More than 2 empty lines are not allowed
 1330 | ERROR | [ ] More than 2 empty lines are not allowed
 1331 | ERROR | [ ] More than 2 empty lines are not allowed
 1332 | ERROR | [ ] More than 2 empty lines are not allowed
 1333 | ERROR | [ ] More than 2 empty lines are not allowed
 1334 | ERROR | [ ] More than 2 empty lines are not allowed
 1335 | ERROR | [ ] More than 2 empty lines are not allowed
 1336 | ERROR | [ ] More than 2 empty lines are not allowed
 1337 | ERROR | [ ] More than 2 empty lines are not allowed
 1338 | ERROR | [ ] More than 2 empty lines are not allowed
 1339 | ERROR | [ ] More than 2 empty lines are not allowed
 1340 | ERROR | [ ] More than 2 empty lines are not allowed
 1341 | ERROR | [ ] More than 2 empty lines are not allowed
 1342 | ERROR | [ ] More than 2 empty lines are not allowed
 1343 | ERROR | [ ] More than 2 empty lines are not allowed
 1344 | ERROR | [ ] More than 2 empty lines are not allowed
 1345 | ERROR | [ ] More than 2 empty lines are not allowed
 1346 | ERROR | [ ] More than 2 empty lines are not allowed
 1347 | ERROR | [ ] More than 2 empty lines are not allowed
 1348 | ERROR | [ ] More than 2 empty lines are not allowed
 1349 | ERROR | [ ] More than 2 empty lines are not allowed
 1350 | ERROR | [ ] More than 2 empty lines are not allowed
 1351 | ERROR | [ ] More than 2 empty lines are not allowed
 1352 | ERROR | [ ] More than 2 empty lines are not allowed
 1353 | ERROR | [ ] More than 2 empty lines are not allowed
 1354 | ERROR | [ ] More than 2 empty lines are not allowed
 1355 | ERROR | [ ] More than 2 empty lines are not allowed
 1356 | ERROR | [ ] More than 2 empty lines are not allowed
 1357 | ERROR | [ ] More than 2 empty lines are not allowed
 1358 | ERROR | [ ] More than 2 empty lines are not allowed
 1359 | ERROR | [ ] More than 2 empty lines are not allowed
 1360 | ERROR | [ ] More than 2 empty lines are not allowed
 1361 | ERROR | [ ] More than 2 empty lines are not allowed
 1399 | ERROR | [ ] More than 2 empty lines are not allowed
 1400 | ERROR | [ ] More than 2 empty lines are not allowed
 1401 | ERROR | [ ] More than 2 empty lines are not allowed
 1402 | ERROR | [ ] More than 2 empty lines are not allowed
 1403 | ERROR | [ ] More than 2 empty lines are not allowed
 1404 | ERROR | [ ] More than 2 empty lines are not allowed
 1405 | ERROR | [ ] More than 2 empty lines are not allowed
 1406 | ERROR | [ ] More than 2 empty lines are not allowed
 1407 | ERROR | [ ] More than 2 empty lines are not allowed
 1408 | ERROR | [ ] More than 2 empty lines are not allowed
 1409 | ERROR | [ ] More than 2 empty lines are not allowed
 1410 | ERROR | [ ] More than 2 empty lines are not allowed
 1411 | ERROR | [ ] More than 2 empty lines are not allowed
 1412 | ERROR | [ ] More than 2 empty lines are not allowed
 1413 | ERROR | [ ] More than 2 empty lines are not allowed
 1414 | ERROR | [ ] More than 2 empty lines are not allowed
 1415 | ERROR | [ ] More than 2 empty lines are not allowed
 1416 | ERROR | [ ] More than 2 empty lines are not allowed
 1417 | ERROR | [ ] More than 2 empty lines are not allowed
 1418 | ERROR | [ ] More than 2 empty lines are not allowed
 1419 | ERROR | [ ] More than 2 empty lines are not allowed
 1420 | ERROR | [ ] More than 2 empty lines are not allowed
 1421 | ERROR | [ ] More than 2 empty lines are not allowed
 1422 | ERROR | [ ] More than 2 empty lines are not allowed
 1423 | ERROR | [ ] More than 2 empty lines are not allowed
 1424 | ERROR | [ ] More than 2 empty lines are not allowed
 1425 | ERROR | [ ] More than 2 empty lines are not allowed
 1426 | ERROR | [ ] More than 2 empty lines are not allowed
 1427 | ERROR | [ ] More than 2 empty lines are not allowed
 1428 | ERROR | [ ] More than 2 empty lines are not allowed
 1429 | ERROR | [ ] More than 2 empty lines are not allowed
 1430 | ERROR | [ ] More than 2 empty lines are not allowed
 1431 | ERROR | [ ] More than 2 empty lines are not allowed
 1432 | ERROR | [ ] More than 2 empty lines are not allowed
 1433 | ERROR | [ ] More than 2 empty lines are not allowed
 1434 | ERROR | [ ] More than 2 empty lines are not allowed
 1435 | ERROR | [ ] More than 2 empty lines are not allowed
 1436 | ERROR | [ ] More than 2 empty lines are not allowed
 1437 | ERROR | [ ] More than 2 empty lines are not allowed
 1438 | ERROR | [ ] More than 2 empty lines are not allowed
 1439 | ERROR | [ ] More than 2 empty lines are not allowed
 1440 | ERROR | [ ] More than 2 empty lines are not allowed
 1441 | ERROR | [ ] More than 2 empty lines are not allowed
 1442 | ERROR | [ ] More than 2 empty lines are not allowed
 1443 | ERROR | [ ] More than 2 empty lines are not allowed
 1444 | ERROR | [ ] More than 2 empty lines are not allowed
 1445 | ERROR | [ ] More than 2 empty lines are not allowed
 1829 | ERROR | [x] Multiple selectors should each be on a single line
 1833 | ERROR | [x] Multiple selectors should each be on a single line
 1840 | ERROR | [x] Multiple selectors should each be on a single line
 1844 | ERROR | [x] Multiple selectors should each be on a single line
 1884 | ERROR | [x] Multiple selectors should each be on a single line
 1887 | ERROR | [x] Multiple selectors should each be on a single line
 2010 | ERROR | [x] Multiple selectors should each be on a single line
 2014 | ERROR | [x] Multiple selectors should each be on a single line
 2021 | ERROR | [x] Multiple selectors should each be on a single line
 2025 | ERROR | [x] Multiple selectors should each be on a single line
 2034 | ERROR | [x] Multiple selectors should each be on a single line
 2049 | ERROR | [x] Multiple selectors should each be on a single line
 2052 | ERROR | [x] Multiple selectors should each be on a single line
 2116 | ERROR | [x] Multiple selectors should each be on a single line
 2116 | ERROR | [x] Multiple selectors should each be on a single line
 2116 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2171 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2185 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2199 | ERROR | [x] Multiple selectors should each be on a single line
 2276 | ERROR | [x] Multiple selectors should each be on a single line
 2287 | ERROR | [x] Multiple selectors should each be on a single line
 2292 | ERROR | [x] Multiple selectors should each be on a single line
 2298 | ERROR | [x] Multiple selectors should each be on a single line
 2304 | ERROR | [x] Multiple selectors should each be on a single line
 2308 | ERROR | [x] Multiple selectors should each be on a single line
 2312 | ERROR | [x] Multiple selectors should each be on a single line
 2418 | ERROR | [ ] More than 2 empty lines are not allowed
 2419 | ERROR | [ ] More than 2 empty lines are not allowed
 2420 | ERROR | [ ] More than 2 empty lines are not allowed
 2498 | ERROR | [x] Multiple selectors should each be on a single line
 2503 | ERROR | [x] Multiple selectors should each be on a single line
 2512 | ERROR | [ ] More than 2 empty lines are not allowed
 2638 | ERROR | [ ] More than 2 empty lines are not allowed
 2639 | ERROR | [ ] More than 2 empty lines are not allowed
 2867 | ERROR | [ ] More than 2 empty lines are not allowed
 2868 | ERROR | [ ] More than 2 empty lines are not allowed
 2869 | ERROR | [ ] More than 2 empty lines are not allowed
 2870 | ERROR | [ ] More than 2 empty lines are not allowed
 3059 | ERROR | [ ] More than 2 empty lines are not allowed
 3060 | ERROR | [ ] More than 2 empty lines are not allowed
 3155 | ERROR | [x] Expected 1 space before opening brace of class definition; 2 found
 3246 | ERROR | [ ] More than 2 empty lines are not allowed
 3373 | ERROR | [x] Multiple selectors should each be on a single line
 3387 | ERROR | [ ] More than 2 empty lines are not allowed
 3469 | ERROR | [ ] More than 2 empty lines are not allowed
 3470 | ERROR | [ ] More than 2 empty lines are not allowed
 3471 | ERROR | [ ] More than 2 empty lines are not allowed
 3472 | ERROR | [ ] More than 2 empty lines are not allowed
 3587 | ERROR | [x] Multiple selectors should each be on a single line
 3594 | ERROR | [x] Multiple selectors should each be on a single line
 3598 | ERROR | [x] Multiple selectors should each be on a single line
 3616 | ERROR | [x] Multiple selectors should each be on a single line
 3616 | ERROR | [x] Multiple selectors should each be on a single line
 3619 | ERROR | [x] Multiple selectors should each be on a single line
 3619 | ERROR | [x] Multiple selectors should each be on a single line
 3633 | ERROR | [x] Multiple selectors should each be on a single line
 3723 | ERROR | [x] Multiple selectors should each be on a single line
 3727 | ERROR | [x] Multiple selectors should each be on a single line
 3734 | ERROR | [x] Multiple selectors should each be on a single line
 3738 | ERROR | [x] Multiple selectors should each be on a single line
 3993 | ERROR | [x] Multiple selectors should each be on a single line
 3996 | ERROR | [x] Multiple selectors should each be on a single line
 4030 | ERROR | [x] Multiple selectors should each be on a single line
 4033 | ERROR | [x] Multiple selectors should each be on a single line
 4181 | ERROR | [x] Multiple selectors should each be on a single line
 4239 | ERROR | [x] Multiple selectors should each be on a single line
 4239 | ERROR | [x] Multiple selectors should each be on a single line
 4262 | ERROR | [x] Multiple selectors should each be on a single line
 4271 | ERROR | [ ] More than 2 empty lines are not allowed
 4272 | ERROR | [ ] More than 2 empty lines are not allowed
 4273 | ERROR | [ ] More than 2 empty lines are not allowed
 4274 | ERROR | [ ] More than 2 empty lines are not allowed
 4330 | ERROR | [ ] More than 2 empty lines are not allowed
 4491 | ERROR | [x] Multiple selectors should each be on a single line
 4618 | ERROR | [x] Multiple selectors should each be on a single line
 4621 | ERROR | [x] Multiple selectors should each be on a single line
 4650 | ERROR | [x] Multiple selectors should each be on a single line
 4656 | ERROR | [x] Multiple selectors should each be on a single line
 4809 | ERROR | [ ] More than 2 empty lines are not allowed
 4810 | ERROR | [ ] More than 2 empty lines are not allowed
 4811 | ERROR | [ ] More than 2 empty lines are not allowed
 4812 | ERROR | [ ] More than 2 empty lines are not allowed
 4813 | ERROR | [ ] More than 2 empty lines are not allowed
 5001 | ERROR | [ ] More than 2 empty lines are not allowed
 5002 | ERROR | [ ] More than 2 empty lines are not allowed
 5003 | ERROR | [ ] More than 2 empty lines are not allowed
 5004 | ERROR | [ ] More than 2 empty lines are not allowed
 5218 | ERROR | [ ] More than 2 empty lines are not allowed
 5219 | ERROR | [ ] More than 2 empty lines are not allowed
 5220 | ERROR | [ ] More than 2 empty lines are not allowed
 5413 | ERROR | [x] Multiple selectors should each be on a single line
 5417 | ERROR | [x] Multiple selectors should each be on a single line
 5424 | ERROR | [x] Multiple selectors should each be on a single line
 5428 | ERROR | [x] Multiple selectors should each be on a single line
 5587 | ERROR | [x] Multiple selectors should each be on a single line
 5591 | ERROR | [x] Multiple selectors should each be on a single line
 5598 | ERROR | [x] Multiple selectors should each be on a single line
 5602 | ERROR | [x] Multiple selectors should each be on a single line
 6223 | ERROR | [x] Multiple selectors should each be on a single line
 6227 | ERROR | [x] Multiple selectors should each be on a single line
 6276 | ERROR | [x] Multiple selectors should each be on a single line
 6281 | ERROR | [x] Multiple selectors should each be on a single line
 6289 | ERROR | [x] Multiple selectors should each be on a single line
 6294 | ERROR | [x] Multiple selectors should each be on a single line
 6307 | ERROR | [x] Multiple selectors should each be on a single line
 6307 | ERROR | [x] Multiple selectors should each be on a single line
 6313 | ERROR | [x] Multiple selectors should each be on a single line
 6313 | ERROR | [x] Multiple selectors should each be on a single line
 6322 | ERROR | [ ] More than 2 empty lines are not allowed
 6323 | ERROR | [ ] More than 2 empty lines are not allowed
 6421 | ERROR | [ ] More than 2 empty lines are not allowed
 6422 | ERROR | [ ] More than 2 empty lines are not allowed
 6423 | ERROR | [ ] More than 2 empty lines are not allowed
 6424 | ERROR | [ ] More than 2 empty lines are not allowed
 6506 | ERROR | [ ] More than 2 empty lines are not allowed
 6555 | ERROR | [ ] More than 2 empty lines are not allowed
 7896 | ERROR | [ ] More than 2 empty lines are not allowed
 7897 | ERROR | [ ] More than 2 empty lines are not allowed
 8287 | ERROR | [x] Multiple selectors should each be on a single line
 8545 | ERROR | [x] Multiple selectors should each be on a single line
 8545 | ERROR | [x] Multiple selectors should each be on a single line
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 162 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------

Time: 2.71 secs; Memory: 70MB

Steps to reproduce

  • Install the theme, composer require 'drupal/govuk_theme:^2.1'
  • Run the command,

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

Proposed resolution

Fix the PHPCS issues.

📌 Task
Status

Active

Version

2.1

Component

Code

Created by

🇮🇳India abhiyanshu

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

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

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024