Fix the errors/warnings reported by PHP_CodeSniffer

Created on 5 June 2023, about 1 year ago
Updated 12 April 2024, 2 months ago

Problem/Motivation

When running the module code against Drupal coding standards based on Drupal standard, the module shows errors

Steps to reproduce

Run the command:

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

Proposed resolution

Fix the following coding standards issues and upload the patch or create an MR with fixes.

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\base\base.pcss.css
--------------------------------------------------------------------------------------
FOUND 16 ERRORS AFFECTING 15 LINES
--------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
29 | ERROR | [ ] Style definitions must end with a semicolon
41 | ERROR | [x] Selectors must be on a single line
42 | ERROR | [x] Blank lines are not allowed between class names
43 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
43 | ERROR | [ ] Style definitions must end with a semicolon
72 | ERROR | [x] Selectors must be on a single line
73 | ERROR | [x] Blank lines are not allowed between class names
83 | ERROR | [x] Selectors must be on a single line
84 | ERROR | [x] Blank lines are not allowed between class names
93 | ERROR | [x] Selectors must be on a single line
94 | ERROR | [x] Blank lines are not allowed between class names
125 | ERROR | [x] Selectors must be on a single line
126 | ERROR | [x] Blank lines are not allowed between class names
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\base\fonts.css
----------------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 18 LINES
----------------------------------------------------------------------------------
16 | ERROR | No style definition found on line; check for missing colon
17 | ERROR | No style definition found on line; check for missing colon
26 | ERROR | No style definition found on line; check for missing colon
27 | ERROR | No style definition found on line; check for missing colon
36 | ERROR | No style definition found on line; check for missing colon
37 | ERROR | No style definition found on line; check for missing colon
48 | ERROR | No style definition found on line; check for missing colon
49 | ERROR | No style definition found on line; check for missing colon
50 | ERROR | No style definition found on line; check for missing colon
51 | ERROR | No style definition found on line; check for missing colon
62 | ERROR | No style definition found on line; check for missing colon
63 | ERROR | No style definition found on line; check for missing colon
64 | ERROR | No style definition found on line; check for missing colon
65 | ERROR | No style definition found on line; check for missing colon
76 | ERROR | No style definition found on line; check for missing colon
77 | ERROR | No style definition found on line; check for missing colon
78 | ERROR | No style definition found on line; check for missing colon
79 | ERROR | No style definition found on line; check for missing colon
----------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\base\fonts.pcss.css
---------------------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 18 LINES
---------------------------------------------------------------------------------------
9 | ERROR | No style definition found on line; check for missing colon
10 | ERROR | No style definition found on line; check for missing colon
19 | ERROR | No style definition found on line; check for missing colon
20 | ERROR | No style definition found on line; check for missing colon
29 | ERROR | No style definition found on line; check for missing colon
30 | ERROR | No style definition found on line; check for missing colon
40 | ERROR | No style definition found on line; check for missing colon
41 | ERROR | No style definition found on line; check for missing colon
42 | ERROR | No style definition found on line; check for missing colon
43 | ERROR | No style definition found on line; check for missing colon
52 | ERROR | No style definition found on line; check for missing colon
53 | ERROR | No style definition found on line; check for missing colon
54 | ERROR | No style definition found on line; check for missing colon
55 | ERROR | No style definition found on line; check for missing colon
64 | ERROR | No style definition found on line; check for missing colon
65 | ERROR | No style definition found on line; check for missing colon
66 | ERROR | No style definition found on line; check for missing colon
67 | ERROR | No style definition found on line; check for missing colon
---------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\base\variables.css
--------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------
27 | ERROR | Class definition is empty
--------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\action-links.pcss.css
----------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
17 | ERROR | Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\ajax-progress.module.pcss.css
------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
57 | ERROR | Style definitions must end with a semicolon
------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\autocomplete-loading.module.css
--------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------
13 | ERROR | Class definition is empty
--------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\autocomplete-loading.module.pcss.css
-------------------------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 6 LINES
-------------------------------------------------------------------------------------------------------------------
21 | ERROR | [ ] Style definitions must end with a semicolon
31 | ERROR | [x] Whitespace found at end of line
31 | ERROR | [x] Selectors must be on a single line
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
32 | ERROR | [x] Selectors must be on a single line
33 | ERROR | [x] Selectors must be on a single line
34 | ERROR | [x] Whitespace found at end of line
34 | ERROR | [x] Selectors must be on a single line
35 | ERROR | [ ] Style definitions must end with a semicolon
-------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\book.pcss.css
--------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------
49 | ERROR | Style definitions must end with a semicolon
62 | ERROR | Style definitions must end with a semicolon
93 | ERROR | Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\breadcrumb.css
---------------------------------------------------------------------------------------------
FOUND 37 ERRORS AFFECTING 22 LINES
---------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
12 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
12 | ERROR | [x] Selectors must be on a single line
13 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
13 | ERROR | [x] Blank lines are not allowed between class names
13 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
16 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
17 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
17 | ERROR | [x] Selectors must be on a single line
18 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
18 | ERROR | [x] Blank lines are not allowed between class names
18 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
24 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
25 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
25 | ERROR | [x] Selectors must be on a single line
26 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
26 | ERROR | [x] Blank lines are not allowed between class names
26 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
32 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
33 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
33 | ERROR | [x] Selectors must be on a single line
34 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
34 | ERROR | [x] Blank lines are not allowed between class names
34 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
35 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
35 | ERROR | [x] Whitespace found at end of line
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
37 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
38 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\breadcrumb.pcss.css
--------------------------------------------------------------------------------------------------
FOUND 21 ERRORS AFFECTING 15 LINES
--------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
28 | ERROR | [x] Blank lines are not allowed in class definitions
47 | ERROR | [x] Selectors must be on a single line
48 | ERROR | [x] Blank lines are not allowed between class names
64 | ERROR | [x] Selectors must be on a single line
65 | ERROR | [x] Blank lines are not allowed between class names
77 | ERROR | [x] Selectors must be on a single line
78 | ERROR | [x] Blank lines are not allowed between class names
79 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
79 | ERROR | [ ] Style definitions must end with a semicolon
79 | ERROR | [x] Each style definition must be on a line by itself
79 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
79 | ERROR | [ ] Style definitions must end with a semicolon
91 | ERROR | [x] Selectors must be on a single line
92 | ERROR | [x] Blank lines are not allowed between class names
105 | ERROR | [x] Selectors must be on a single line
106 | ERROR | [x] Blank lines are not allowed between class names
107 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
107 | ERROR | [ ] Style definitions must end with a semicolon
108 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
108 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\button.css
------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 8 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
41 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
42 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
68 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
69 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
89 | ERROR | [x] Blank lines are not allowed in class definitions
134 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
146 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\button.pcss.css
----------------------------------------------------------------------------------------------
FOUND 14 ERRORS AFFECTING 11 LINES
----------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
27 | ERROR | [x] Selectors must be on a single line
28 | ERROR | [x] Blank lines are not allowed between class names
62 | ERROR | [x] Blank lines are not allowed in class definitions
87 | ERROR | [x] Selectors must be on a single line
88 | ERROR | [x] Blank lines are not allowed between class names
89 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
89 | ERROR | [ ] Style definitions must end with a semicolon
90 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
90 | ERROR | [ ] Style definitions must end with a semicolon
110 | ERROR | [x] Selectors must be on a single line
111 | ERROR | [x] Blank lines are not allowed between class names
112 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
112 | ERROR | [ ] Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\cke-dialog.css
---------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\cke-dialog.pcss.css
--------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
7 | ERROR | [x] Selectors must be on a single line
8 | ERROR | [x] Blank lines are not allowed between class names
9 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\comments.css
-------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
203 | ERROR | [x] Blank lines are not allowed in class definitions
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\comments.pcss.css
------------------------------------------------------------------------------------------------
FOUND 52 ERRORS AFFECTING 32 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
14 | ERROR | [x] Selectors must be on a single line
15 | ERROR | [x] Blank lines are not allowed between class names
16 | ERROR | [ ] Style definitions must end with a semicolon
43 | ERROR | [x] Selectors must be on a single line
44 | ERROR | [x] Blank lines are not allowed between class names
45 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
45 | ERROR | [ ] Style definitions must end with a semicolon
68 | ERROR | [x] Selectors must be on a single line
69 | ERROR | [x] Blank lines are not allowed between class names
76 | ERROR | [x] Selectors must be on a single line
77 | ERROR | [x] Blank lines are not allowed between class names
78 | ERROR | [ ] Style definitions must end with a semicolon
97 | ERROR | [x] Selectors must be on a single line
98 | ERROR | [x] Blank lines are not allowed between class names
99 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
99 | ERROR | [ ] Style definitions must end with a semicolon
116 | ERROR | [x] Selectors must be on a single line
117 | ERROR | [x] Blank lines are not allowed between class names
118 | ERROR | [ ] Style definitions must end with a semicolon
118 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
118 | ERROR | [ ] Style definitions must end with a semicolon
130 | ERROR | [ ] Style definitions must end with a semicolon
130 | ERROR | [x] Multiple selectors should each be on a single line
130 | ERROR | [ ] Style definitions must end with a semicolon
130 | ERROR | [x] Each style definition must be on a line by itself
141 | ERROR | [x] Blank lines are not allowed in class definitions
168 | ERROR | [x] Selectors must be on a single line
169 | ERROR | [x] Blank lines are not allowed between class names
170 | ERROR | [ ] Style definitions must end with a semicolon
186 | ERROR | [ ] Style definitions must end with a semicolon
186 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
186 | ERROR | [ ] Style definitions must end with a semicolon
186 | ERROR | [x] Each style definition must be on a line by itself
186 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
186 | ERROR | [ ] Style definitions must end with a semicolon
186 | ERROR | [x] Each style definition must be on a line by itself
186 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
186 | ERROR | [ ] Style definitions must end with a semicolon
186 | ERROR | [x] Each style definition must be on a line by itself
186 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
186 | ERROR | [ ] Style definitions must end with a semicolon
193 | ERROR | [x] Selectors must be on a single line
194 | ERROR | [x] Blank lines are not allowed between class names
199 | ERROR | [x] Blank lines are not allowed in class definitions
220 | ERROR | [x] Selectors must be on a single line
221 | ERROR | [x] Blank lines are not allowed between class names
222 | ERROR | [ ] Style definitions must end with a semicolon
222 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
222 | ERROR | [ ] Style definitions must end with a semicolon
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 36 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\container-inline.module.css
----------------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\container-inline.module.pcss.css
---------------------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\content-moderation.css
-----------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\content-moderation.pcss.css
----------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 9 LINES
----------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
13 | ERROR | [x] Selectors must be on a single line
14 | ERROR | [x] Blank lines are not allowed between class names
29 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
29 | ERROR | [ ] Style definitions must end with a semicolon
31 | ERROR | [x] Selectors must be on a single line
32 | ERROR | [x] Blank lines are not allowed between class names
45 | ERROR | [x] Selectors must be on a single line
46 | ERROR | [x] Blank lines are not allowed between class names
47 | ERROR | [ ] Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\details.css
------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\details.pcss.css
-----------------------------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 10 LINES
-----------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
56 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
57 | ERROR | [ ] Style definitions must end with a semicolon
57 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
57 | ERROR | [ ] Style definitions must end with a semicolon
109 | ERROR | [x] Selectors must be on a single line
110 | ERROR | [x] Blank lines are not allowed between class names
111 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
111 | ERROR | [ ] Style definitions must end with a semicolon
149 | ERROR | [x] Selectors must be on a single line
150 | ERROR | [x] Blank lines are not allowed between class names
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\dropbutton.css
---------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
142 | ERROR | [x] Blank lines are not allowed in class definitions
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\dropbutton.pcss.css
--------------------------------------------------------------------------------------------------
FOUND 25 ERRORS AFFECTING 18 LINES
--------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
25 | ERROR | [x] Selectors must be on a single line
26 | ERROR | [x] Blank lines are not allowed between class names
27 | ERROR | [ ] Style definitions must end with a semicolon
58 | ERROR | [x] Selectors must be on a single line
59 | ERROR | [x] Blank lines are not allowed between class names
60 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
60 | ERROR | [ ] Style definitions must end with a semicolon
81 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
81 | ERROR | [ ] Style definitions must end with a semicolon
97 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
97 | ERROR | [ ] Style definitions must end with a semicolon
102 | ERROR | [ ] Style definitions must end with a semicolon
112 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
112 | ERROR | [ ] Style definitions must end with a semicolon
123 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
123 | ERROR | [ ] Style definitions must end with a semicolon
138 | ERROR | [x] Selectors must be on a single line
139 | ERROR | [x] Blank lines are not allowed between class names
140 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
140 | ERROR | [ ] Style definitions must end with a semicolon
146 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
146 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\embedded-media.css
-------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\embedded-media.pcss.css
------------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
21 | ERROR | [x] Selectors must be on a single line
22 | ERROR | [x] Blank lines are not allowed between class names
35 | ERROR | [x] Selectors must be on a single line
36 | ERROR | [x] Blank lines are not allowed between class names
73 | ERROR | [x] Selectors must be on a single line
74 | ERROR | [x] Blank lines are not allowed between class names
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\feed.css
---------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\feed.pcss.css
--------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
12 | ERROR | [x] Selectors must be on a single line
13 | ERROR | [x] Blank lines are not allowed between class names
35 | ERROR | [x] Selectors must be on a single line
36 | ERROR | [x] Blank lines are not allowed between class names
37 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\field.css
----------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\field.pcss.css
---------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
13 | ERROR | [x] Selectors must be on a single line
14 | ERROR | [x] Blank lines are not allowed between class names
15 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
15 | ERROR | [ ] Style definitions must end with a semicolon
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\fieldset.css
-------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\fieldset.pcss.css
------------------------------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 10 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
48 | ERROR | [x] Selectors must be on a single line
49 | ERROR | [x] Blank lines are not allowed between class names
50 | ERROR | [ ] Style definitions must end with a semicolon
56 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
56 | ERROR | [ ] Style definitions must end with a semicolon
108 | ERROR | [x] Selectors must be on a single line
109 | ERROR | [x] Blank lines are not allowed between class names
110 | ERROR | [ ] Style definitions must end with a semicolon
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\footer.css
-----------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\footer.pcss.css
----------------------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 8 LINES
----------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
15 | ERROR | [x] Selectors must be on a single line
16 | ERROR | [x] Blank lines are not allowed between class names
17 | ERROR | [ ] Style definitions must end with a semicolon
25 | ERROR | [x] Blank lines are not allowed in class definitions
27 | ERROR | [x] Selectors must be on a single line
28 | ERROR | [x] Blank lines are not allowed between class names
29 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
29 | ERROR | [ ] Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form-boolean.css
-----------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\form-boolean.pcss.css
----------------------------------------------------------------------------------------------------
FOUND 24 ERRORS AFFECTING 20 LINES
----------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
25 | ERROR | [x] Selectors must be on a single line
26 | ERROR | [x] Blank lines are not allowed between class names
27 | ERROR | [ ] Style definitions must end with a semicolon
34 | ERROR | [x] Blank lines are not allowed in class definitions
38 | ERROR | [x] Blank lines are not allowed in class definitions
40 | ERROR | [x] Selectors must be on a single line
41 | ERROR | [x] Blank lines are not allowed between class names
42 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
42 | ERROR | [ ] Style definitions must end with a semicolon
50 | ERROR | [x] Blank lines are not allowed in class definitions
54 | ERROR | [x] Blank lines are not allowed in class definitions
56 | ERROR | [x] Selectors must be on a single line
57 | ERROR | [x] Blank lines are not allowed between class names
58 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
58 | ERROR | [ ] Style definitions must end with a semicolon
63 | ERROR | [x] Blank lines are not allowed in class definitions
68 | ERROR | [x] Blank lines are not allowed in class definitions
76 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
76 | ERROR | [ ] Style definitions must end with a semicolon
82 | ERROR | [x] Selectors must be on a single line
83 | ERROR | [x] Blank lines are not allowed between class names
84 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
84 | ERROR | [ ] Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form-select.css
----------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
112 | ERROR | [x] Blank lines are not allowed in class definitions
137 | ERROR | [ ] Class definition is empty
138 | ERROR | [x] Blank lines are not allowed in class definitions
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form-select.pcss.css
---------------------------------------------------------------------------------------------------
FOUND 20 ERRORS AFFECTING 18 LINES
---------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
29 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
29 | ERROR | [ ] Style definitions must end with a semicolon
31 | ERROR | [x] Selectors must be on a single line
32 | ERROR | [x] Blank lines are not allowed between class names
33 | ERROR | [ ] Style definitions must end with a semicolon
40 | ERROR | [x] Blank lines are not allowed in class definitions
45 | ERROR | [x] Blank lines are not allowed in class definitions
50 | ERROR | [x] Blank lines are not allowed in class definitions
52 | ERROR | [x] Selectors must be on a single line
53 | ERROR | [x] Blank lines are not allowed between class names
54 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
54 | ERROR | [ ] Style definitions must end with a semicolon
58 | ERROR | [x] Blank lines are not allowed in class definitions
65 | ERROR | [ ] Style definitions must end with a semicolon
69 | ERROR | [x] Blank lines are not allowed in class definitions
73 | ERROR | [x] Blank lines are not allowed in class definitions
85 | ERROR | [x] Blank lines are not allowed in class definitions
---------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form-text.css
-----------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
57 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
77 | ERROR | [x] Expected 0 spaces before semicolon in style definition; 1 found
77 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form-text.pcss.css
-------------------------------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 12 LINES
-------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
37 | ERROR | [x] Selectors must be on a single line
38 | ERROR | [x] Blank lines are not allowed between class names
39 | ERROR | [ ] Style definitions must end with a semicolon
46 | ERROR | [x] Blank lines are not allowed in class definitions
50 | ERROR | [x] Blank lines are not allowed in class definitions
55 | ERROR | [x] Blank lines are not allowed in class definitions
57 | ERROR | [x] Selectors must be on a single line
58 | ERROR | [x] Blank lines are not allowed between class names
59 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
59 | ERROR | [ ] Style definitions must end with a semicolon
67 | ERROR | [x] Blank lines are not allowed in class definitions
71 | ERROR | [x] Blank lines are not allowed in class definitions
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form-textarea.css
------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\form-textarea.pcss.css
-----------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form.css
------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
103 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
103 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
109 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
110 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\form.pcss.css
--------------------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
--------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
88 | ERROR | [x] Selectors must be on a single line
89 | ERROR | [x] Blank lines are not allowed between class names
90 | ERROR | [ ] Style definitions must end with a semicolon
121 | ERROR | [x] Selectors must be on a single line
122 | ERROR | [x] Blank lines are not allowed between class names
123 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\forum.css
----------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\forum.pcss.css
---------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\header-search-narrow.css
-------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
77 | ERROR | [x] Blank lines are not allowed in class definitions
160 | ERROR | [x] Blank lines are not allowed in class definitions
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\header-search-narrow.pcss.css
------------------------------------------------------------------------------------------------------------
FOUND 25 ERRORS AFFECTING 22 LINES
------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
11 | ERROR | [x] Selectors must be on a single line
12 | ERROR | [x] Blank lines are not allowed between class names
43 | ERROR | [x] Selectors must be on a single line
44 | ERROR | [x] Blank lines are not allowed between class names
45 | ERROR | [ ] Style definitions must end with a semicolon
59 | ERROR | [ ] Style definitions must end with a semicolon
63 | ERROR | [x] Blank lines are not allowed in class definitions
70 | ERROR | [x] Blank lines are not allowed in class definitions
91 | ERROR | [ ] Style definitions must end with a semicolon
102 | ERROR | [x] Selectors must be on a single line
103 | ERROR | [x] Blank lines are not allowed between class names
104 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
104 | ERROR | [ ] Style definitions must end with a semicolon
124 | ERROR | [x] Blank lines are not allowed in class definitions
128 | ERROR | [x] Selectors must be on a single line
129 | ERROR | [x] Blank lines are not allowed between class names
130 | ERROR | [ ] Style definitions must end with a semicolon
130 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
130 | ERROR | [ ] Style definitions must end with a semicolon
135 | ERROR | [x] Selectors must be on a single line
136 | ERROR | [x] Blank lines are not allowed between class names
142 | ERROR | [x] Blank lines are not allowed in class definitions
146 | ERROR | [x] Blank lines are not allowed in class definitions
164 | ERROR | [x] Blank lines are not allowed in class definitions
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\header-search-wide.css
-----------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
136 | ERROR | [x] Blank lines are not allowed in class definitions
206 | ERROR | [x] Blank lines are not allowed in class definitions
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\header-search-wide.pcss.css
----------------------------------------------------------------------------------------------------------
FOUND 51 ERRORS AFFECTING 40 LINES
----------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
33 | ERROR | [x] Selectors must be on a single line
34 | ERROR | [x] Blank lines are not allowed between class names
35 | ERROR | [ ] Style definitions must end with a semicolon
57 | ERROR | [x] Selectors must be on a single line
58 | ERROR | [x] Blank lines are not allowed between class names
59 | ERROR | [ ] Style definitions must end with a semicolon
72 | ERROR | [ ] Style definitions must end with a semicolon
77 | ERROR | [x] Blank lines are not allowed in class definitions
82 | ERROR | [x] Blank lines are not allowed in class definitions
87 | ERROR | [x] Blank lines are not allowed in class definitions
108 | ERROR | [ ] Style definitions must end with a semicolon
119 | ERROR | [x] Selectors must be on a single line
120 | ERROR | [x] Blank lines are not allowed between class names
121 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
121 | ERROR | [ ] Style definitions must end with a semicolon
134 | ERROR | [x] Blank lines are not allowed in class definitions
138 | ERROR | [x] Selectors must be on a single line
139 | ERROR | [x] Blank lines are not allowed between class names
140 | ERROR | [ ] Style definitions must end with a semicolon
140 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
140 | ERROR | [ ] Style definitions must end with a semicolon
145 | ERROR | [x] Selectors must be on a single line
146 | ERROR | [x] Blank lines are not allowed between class names
152 | ERROR | [x] Blank lines are not allowed in class definitions
205 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
205 | ERROR | [ ] Style definitions must end with a semicolon
207 | ERROR | [x] Selectors must be on a single line
208 | ERROR | [x] Blank lines are not allowed between class names
209 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
209 | ERROR | [ ] Style definitions must end with a semicolon
221 | ERROR | [x] Blank lines are not allowed in class definitions
223 | ERROR | [x] Selectors must be on a single line
224 | ERROR | [x] Blank lines are not allowed between class names
225 | ERROR | [ ] Style definitions must end with a semicolon
225 | ERROR | [x] Each style definition must be on a line by itself
225 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
225 | ERROR | [ ] Style definitions must end with a semicolon
230 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
230 | ERROR | [ ] Style definitions must end with a semicolon
231 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
231 | ERROR | [ ] Style definitions must end with a semicolon
249 | ERROR | [x] Blank lines are not allowed in class definitions
254 | ERROR | [x] Blank lines are not allowed in class definitions
259 | ERROR | [x] Blank lines are not allowed in class definitions
261 | ERROR | [x] Selectors must be on a single line
262 | ERROR | [x] Blank lines are not allowed between class names
281 | ERROR | [x] Selectors must be on a single line
282 | ERROR | [x] Blank lines are not allowed between class names
283 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
283 | ERROR | [ ] Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 37 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\hero.css
---------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\hero.pcss.css
--------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
9 | ERROR | [x] Selectors must be on a single line
10 | ERROR | [x] Blank lines are not allowed between class names
23 | ERROR | [x] Selectors must be on a single line
24 | ERROR | [x] Blank lines are not allowed between class names
25 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\links.css
----------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\links.pcss.css
---------------------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
16 | ERROR | [x] Selectors must be on a single line
17 | ERROR | [x] Blank lines are not allowed between class names
18 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
18 | ERROR | [ ] Style definitions must end with a semicolon
18 | ERROR | [x] Each style definition must be on a line by itself
18 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
18 | ERROR | [ ] Style definitions must end with a semicolon
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\maintenance-page.css
---------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\maintenance-page.pcss.css
--------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
15 | ERROR | [x] Blank lines are not allowed in class definitions
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\messages.css
-------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\messages.pcss.css
------------------------------------------------------------------------------------------------
FOUND 16 ERRORS AFFECTING 14 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
27 | ERROR | [x] Selectors must be on a single line
28 | ERROR | [x] Blank lines are not allowed between class names
29 | ERROR | [ ] Style definitions must end with a semicolon
63 | ERROR | [x] Selectors must be on a single line
64 | ERROR | [x] Blank lines are not allowed between class names
65 | ERROR | [ ] Style definitions must end with a semicolon
93 | ERROR | [x] Selectors must be on a single line
94 | ERROR | [x] Blank lines are not allowed between class names
95 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
95 | ERROR | [ ] Style definitions must end with a semicolon
96 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
96 | ERROR | [ ] Style definitions must end with a semicolon
121 | ERROR | [x] Blank lines are not allowed in class definitions
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\menu-sidebar.css
----------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
43 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
44 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
48 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
48 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\menu-sidebar.pcss.css
---------------------------------------------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 10 LINES
---------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
9 | ERROR | [x] Selectors must be on a single line
10 | ERROR | [x] Blank lines are not allowed between class names
29 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
29 | ERROR | [ ] Style definitions must end with a semicolon
39 | ERROR | [x] Blank lines are not allowed in class definitions
43 | ERROR | [x] Selectors must be on a single line
44 | ERROR | [x] Blank lines are not allowed between class names
45 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
45 | ERROR | [ ] Style definitions must end with a semicolon
49 | ERROR | [x] Blank lines are not allowed in class definitions
53 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
53 | ERROR | [ ] Style definitions must end with a semicolon
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-button-mobile.css
---------------------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-button-mobile.pcss.css
--------------------------------------------------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 11 LINES
--------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
24 | ERROR | [x] Selectors must be on a single line
25 | ERROR | [x] Blank lines are not allowed between class names
49 | ERROR | [x] Selectors must be on a single line
50 | ERROR | [x] Blank lines are not allowed between class names
69 | ERROR | [x] Selectors must be on a single line
70 | ERROR | [x] Blank lines are not allowed between class names
71 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
71 | ERROR | [ ] Style definitions must end with a semicolon
95 | ERROR | [x] Selectors must be on a single line
96 | ERROR | [x] Blank lines are not allowed between class names
97 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
97 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary-button.css
----------------------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary-button.pcss.css
---------------------------------------------------------------------------------------------------------------------
FOUND 23 ERRORS AFFECTING 19 LINES
---------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
21 | ERROR | [x] Selectors must be on a single line
22 | ERROR | [x] Blank lines are not allowed between class names
38 | ERROR | [x] Selectors must be on a single line
39 | ERROR | [x] Blank lines are not allowed between class names
40 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
40 | ERROR | [ ] Style definitions must end with a semicolon
41 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
41 | ERROR | [ ] Style definitions must end with a semicolon
60 | ERROR | [x] Blank lines are not allowed in class definitions
64 | ERROR | [x] Blank lines are not allowed in class definitions
83 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
83 | ERROR | [ ] Style definitions must end with a semicolon
85 | ERROR | [x] Selectors must be on a single line
86 | ERROR | [x] Blank lines are not allowed between class names
87 | ERROR | [ ] Style definitions must end with a semicolon
91 | ERROR | [x] Blank lines are not allowed in class definitions
96 | ERROR | [x] Blank lines are not allowed in class definitions
100 | ERROR | [x] Blank lines are not allowed in class definitions
106 | ERROR | [x] Selectors must be on a single line
107 | ERROR | [x] Blank lines are not allowed between class names
108 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
108 | ERROR | [ ] Style definitions must end with a semicolon
---------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary-no-js.css
---------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
---------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
192 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
193 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary-no-js.pcss.css
--------------------------------------------------------------------------------------------------------------------
FOUND 22 ERRORS AFFECTING 18 LINES
--------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
61 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
61 | ERROR | [ ] Style definitions must end with a semicolon
62 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
62 | ERROR | [ ] Style definitions must end with a semicolon
67 | ERROR | [x] Blank lines are not allowed in class definitions
70 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
116 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
116 | ERROR | [ ] Style definitions must end with a semicolon
117 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
117 | ERROR | [ ] Style definitions must end with a semicolon
122 | ERROR | [x] Blank lines are not allowed in class definitions
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
127 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
129 | ERROR | [ ] Style definitions must end with a semicolon
135 | ERROR | [x] Blank lines are not allowed in class definitions
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary-wide.css
--------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 10 LINES
--------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
198 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
199 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
200 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
263 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
264 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
265 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
289 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
290 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
291 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary-wide.pcss.css
-------------------------------------------------------------------------------------------------------------------
FOUND 64 ERRORS AFFECTING 48 LINES
-------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
15 | ERROR | [ ] Style definitions must end with a semicolon
25 | ERROR | [x] Blank lines are not allowed in class definitions
31 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
31 | ERROR | [ ] Style definitions must end with a semicolon
33 | ERROR | [x] Selectors must be on a single line
34 | ERROR | [x] Blank lines are not allowed between class names
35 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
35 | ERROR | [ ] Style definitions must end with a semicolon
48 | ERROR | [x] Blank lines are not allowed in class definitions
52 | ERROR | [x] Selectors must be on a single line
53 | ERROR | [x] Blank lines are not allowed between class names
54 | ERROR | [ ] Style definitions must end with a semicolon
54 | ERROR | [x] Each style definition must be on a line by itself
54 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
54 | ERROR | [ ] Style definitions must end with a semicolon
83 | ERROR | [x] Blank lines are not allowed in class definitions
87 | ERROR | [x] Selectors must be on a single line
88 | ERROR | [x] Blank lines are not allowed between class names
89 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
89 | ERROR | [ ] Style definitions must end with a semicolon
94 | ERROR | [x] Blank lines are not allowed in class definitions
100 | ERROR | [x] Blank lines are not allowed in class definitions
109 | ERROR | [x] Selectors must be on a single line
110 | ERROR | [x] Blank lines are not allowed between class names
111 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
111 | ERROR | [ ] Style definitions must end with a semicolon
111 | ERROR | [x] Each style definition must be on a line by itself
111 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
111 | ERROR | [ ] Style definitions must end with a semicolon
115 | ERROR | [x] Blank lines are not allowed in class definitions
125 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
126 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
127 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
144 | ERROR | [x] Selectors must be on a single line
145 | ERROR | [x] Blank lines are not allowed between class names
146 | ERROR | [ ] Style definitions must end with a semicolon
153 | ERROR | [x] Blank lines are not allowed in class definitions
155 | ERROR | [x] Selectors must be on a single line
156 | ERROR | [x] Blank lines are not allowed between class names
157 | ERROR | [ ] Style definitions must end with a semicolon
157 | ERROR | [x] Each style definition must be on a line by itself
157 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
157 | ERROR | [ ] Style definitions must end with a semicolon
167 | ERROR | [x] Selectors must be on a single line
168 | ERROR | [x] Blank lines are not allowed between class names
169 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
169 | ERROR | [ ] Style definitions must end with a semicolon
175 | ERROR | [x] Blank lines are not allowed in class definitions
177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
178 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
193 | ERROR | [x] Selectors must be on a single line
194 | ERROR | [x] Blank lines are not allowed between class names
195 | ERROR | [ ] Style definitions must end with a semicolon
201 | ERROR | [x] Blank lines are not allowed in class definitions
203 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
204 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
205 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
229 | ERROR | [x] Blank lines are not allowed in class definitions
257 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
260 | ERROR | [ ] Style definitions must end with a semicolon
260 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
260 | ERROR | [ ] Style definitions must end with a semicolon
-------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 49 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary.css
---------------------------------------------------------------------------------------------------------
FOUND 68 ERRORS AFFECTING 33 LINES
---------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
13 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
13 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
23 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
27 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
31 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
32 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
34 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
35 | ERROR | [x] CSS colours must be defined in lowercase; expected #28303d but found #28303D
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
36 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
37 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
40 | ERROR | [x] Multiple selectors should each be on a single line
40 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
41 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
43 | ERROR | [x] Selectors must be on a single line
44 | ERROR | [x] Blank lines are not allowed between class names
44 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
47 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
---------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 68 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-primary.pcss.css
--------------------------------------------------------------------------------------------------------------
FOUND 29 ERRORS AFFECTING 23 LINES
--------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
14 | ERROR | [x] Selectors must be on a single line
15 | ERROR | [x] Blank lines are not allowed between class names
16 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
16 | ERROR | [ ] Style definitions must end with a semicolon
23 | ERROR | [x] Selectors must be on a single line
24 | ERROR | [x] Blank lines are not allowed between class names
26 | ERROR | [ ] Style definitions must end with a semicolon
39 | ERROR | [x] Selectors must be on a single line
40 | ERROR | [x] Blank lines are not allowed between class names
41 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
41 | ERROR | [ ] Style definitions must end with a semicolon
70 | ERROR | [ ] Style definitions must end with a semicolon
73 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
73 | ERROR | [ ] Style definitions must end with a semicolon
74 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
74 | ERROR | [ ] Style definitions must end with a semicolon
102 | ERROR | [x] Selectors must be on a single line
103 | ERROR | [x] Blank lines are not allowed between class names
104 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
104 | ERROR | [ ] Style definitions must end with a semicolon
119 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
156 | ERROR | [x] Selectors must be on a single line
157 | ERROR | [x] Blank lines are not allowed between class names
158 | ERROR | [ ] Style definitions must end with a semicolon
197 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
197 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-secondary.css
-----------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
66 | ERROR | [x] Blank lines are not allowed in class definitions
-----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\nav-secondary.pcss.css
----------------------------------------------------------------------------------------------------------------
FOUND 28 ERRORS AFFECTING 19 LINES
----------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
34 | ERROR | [x] Selectors must be on a single line
35 | ERROR | [x] Blank lines are not allowed between class names
36 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
36 | ERROR | [ ] Style definitions must end with a semicolon
36 | ERROR | [x] Each style definition must be on a line by itself
36 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
36 | ERROR | [ ] Style definitions must end with a semicolon
47 | ERROR | [x] Selectors must be on a single line
48 | ERROR | [x] Blank lines are not allowed between class names
49 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
49 | ERROR | [ ] Style definitions must end with a semicolon
64 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
64 | ERROR | [ ] Style definitions must end with a semicolon
77 | ERROR | [x] Selectors must be on a single line
78 | ERROR | [x] Blank lines are not allowed between class names
79 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
79 | ERROR | [ ] Style definitions must end with a semicolon
90 | ERROR | [x] Blank lines are not allowed in class definitions
94 | ERROR | [x] Blank lines are not allowed in class definitions
96 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
96 | ERROR | [ ] Style definitions must end with a semicolon
98 | ERROR | [x] Selectors must be on a single line
99 | ERROR | [x] Blank lines are not allowed between class names
100 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
100 | ERROR | [ ] Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\navigation\wide-nav-expand.css
-------------------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\navigation\wide-nav-expand.pcss.css
------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 8 LINES
------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
23 | ERROR | [x] Selectors must be on a single line
24 | ERROR | [x] Blank lines are not allowed between class names
53 | ERROR | [ ] Style definitions must end with a semicolon
57 | ERROR | [x] Selectors must be on a single line
58 | ERROR | [x] Blank lines are not allowed between class names
59 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
59 | ERROR | [ ] Style definitions must end with a semicolon
96 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
96 | ERROR | [ ] Style definitions must end with a semicolon
------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\node-preview-container.css
---------------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\node-preview-container.pcss.css
--------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\node-teaser.css
----------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
63 | ERROR | [x] Blank lines are not allowed in class definitions
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\node-teaser.pcss.css
---------------------------------------------------------------------------------------------------
FOUND 27 ERRORS AFFECTING 27 LINES
---------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
10 | ERROR | [x] Selectors must be on a single line
11 | ERROR | [x] Blank lines are not allowed between class names
23 | ERROR | [x] Selectors must be on a single line
24 | ERROR | [x] Blank lines are not allowed between class names
25 | ERROR | [ ] Style definitions must end with a semicolon
30 | ERROR | [x] Blank lines are not allowed in class definitions
35 | ERROR | [x] Selectors must be on a single line
36 | ERROR | [x] Blank lines are not allowed between class names
41 | ERROR | [x] Blank lines are not allowed in class definitions
49 | ERROR | [ ] Style definitions must end with a semicolon
50 | ERROR | [x] Selectors must be on a single line
51 | ERROR | [x] Blank lines are not allowed between class names
56 | ERROR | [x] Blank lines are not allowed in class definitions
60 | ERROR | [x] Blank lines are not allowed in class definitions
65 | ERROR | [x] Selectors must be on a single line
66 | ERROR | [x] Blank lines are not allowed between class names
82 | ERROR | [x] Blank lines are not allowed in class definitions
89 | ERROR | [x] Blank lines are not allowed in class definitions
93 | ERROR | [x] Blank lines are not allowed in class definitions
98 | ERROR | [x] Blank lines are not allowed in class definitions
104 | ERROR | [x] Selectors must be on a single line
105 | ERROR | [x] Blank lines are not allowed between class names
111 | ERROR | [x] Blank lines are not allowed in class definitions
120 | ERROR | [x] Selectors must be on a single line
121 | ERROR | [x] Blank lines are not allowed between class names
126 | ERROR | [x] Blank lines are not allowed in class definitions
---------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\node.css
---------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\node.pcss.css
--------------------------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 9 LINES
--------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
14 | ERROR | [x] Selectors must be on a single line
15 | ERROR | [x] Blank lines are not allowed between class names
43 | ERROR | [x] Selectors must be on a single line
44 | ERROR | [x] Blank lines are not allowed between class names
45 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
45 | ERROR | [ ] Style definitions must end with a semicolon
46 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
46 | ERROR | [ ] Style definitions must end with a semicolon
57 | ERROR | [x] Selectors must be on a single line
58 | ERROR | [x] Blank lines are not allowed between class names
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\off-canvas.css
---------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\off-canvas.pcss.css
--------------------------------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 12 LINES
--------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
11 | ERROR | [x] Selectors must be on a single line
12 | ERROR | [x] Blank lines are not allowed between class names
14 | ERROR | [ ] Style definitions must end with a semicolon
26 | ERROR | [x] Blank lines are not allowed in class definitions
33 | ERROR | [x] Blank lines are not allowed in class definitions
37 | ERROR | [x] Blank lines are not allowed in class definitions
41 | ERROR | [x] Selectors must be on a single line
42 | ERROR | [x] Blank lines are not allowed between class names
43 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
43 | ERROR | [ ] Style definitions must end with a semicolon
67 | ERROR | [x] Blank lines are not allowed in class definitions
74 | ERROR | [x] Blank lines are not allowed in class definitions
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\page-title.css
---------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\page-title.pcss.css
--------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\pager.css
----------------------------------------------------------------------------------------
FOUND 48 ERRORS AFFECTING 27 LINES
----------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
12 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1
12 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
20 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
23 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
26 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
34 | ERROR | [x] Multiple selectors should each be on a single line
34 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
37 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
41 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 48 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\pager.pcss.css
---------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
---------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
29 | ERROR | [x] Selectors must be on a single line
30 | ERROR | [x] Blank lines are not allowed between class names
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\powered-by-block.css
---------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\powered-by-block.pcss.css
--------------------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 10 LINES
--------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
14 | ERROR | [x] Selectors must be on a single line
15 | ERROR | [x] Blank lines are not allowed between class names
16 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
16 | ERROR | [ ] Style definitions must end with a semicolon
17 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
17 | ERROR | [ ] Style definitions must end with a semicolon
21 | ERROR | [x] Blank lines are not allowed in class definitions
27 | ERROR | [x] Blank lines are not allowed in class definitions
31 | ERROR | [x] Selectors must be on a single line
32 | ERROR | [x] Blank lines are not allowed between class names
33 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\progress.css
-------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\progress.pcss.css
------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\search-results.css
-------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\search-results.pcss.css
------------------------------------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 16 LINES
------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
13 | ERROR | [x] Selectors must be on a single line
14 | ERROR | [x] Blank lines are not allowed between class names
28 | ERROR | [ ] Style definitions must end with a semicolon
36 | ERROR | [x] Selectors must be on a single line
37 | ERROR | [x] Blank lines are not allowed between class names
38 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
38 | ERROR | [ ] Style definitions must end with a semicolon
42 | ERROR | [x] Blank lines are not allowed in class definitions
55 | ERROR | [x] Selectors must be on a single line
56 | ERROR | [x] Blank lines are not allowed between class names
68 | ERROR | [x] Selectors must be on a single line
69 | ERROR | [x] Blank lines are not allowed between class names
70 | ERROR | [ ] Style definitions must end with a semicolon
78 | ERROR | [x] Selectors must be on a single line
79 | ERROR | [x] Blank lines are not allowed between class names
80 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
80 | ERROR | [ ] Style definitions must end with a semicolon
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\site-header.pcss.css
---------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
---------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
14 | ERROR | [x] Selectors must be on a single line
15 | ERROR | [x] Blank lines are not allowed between class names
39 | ERROR | [ ] Style definitions must end with a semicolon
---------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\skip-link.css
--------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\skip-link.pcss.css
-------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
20 | ERROR | [x] Selectors must be on a single line
21 | ERROR | [x] Blank lines are not allowed between class names
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\table.css
----------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
172 | ERROR | [x] Blank lines are not allowed in class definitions
174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\table.pcss.css
---------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 12 LINES
---------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
20 | ERROR | [x] Selectors must be on a single line
21 | ERROR | [x] Blank lines are not allowed between class names
33 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
34 | ERROR | [ ] Style definitions must end with a semicolon
39 | ERROR | [x] Blank lines are not allowed in class definitions
47 | ERROR | [x] Blank lines are not allowed in class definitions
61 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
63 | ERROR | [ ] Style definitions must end with a semicolon
79 | ERROR | [x] Blank lines are not allowed in class definitions
84 | ERROR | [x] Blank lines are not allowed in class definitions
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\tabledrag.css
--------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\tabledrag.pcss.css
-------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\tabs.css
------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
118 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
136 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
139 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
164 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
195 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
225 | ERROR | [x] CSS colours must be defined in lowercase; expected #b5c276 but found #B5C276
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\tabs.pcss.css
--------------------------------------------------------------------------------------------
FOUND 27 ERRORS AFFECTING 22 LINES
--------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
1 | ERROR | [x] Selectors must be on a single line
2 | ERROR | [x] Blank lines are not allowed between class names
17 | ERROR | [x] Selectors must be on a single line
18 | ERROR | [x] Blank lines are not allowed between class names
28 | ERROR | [x] Selectors must be on a single line
29 | ERROR | [x] Blank lines are not allowed between class names
30 | ERROR | [ ] Style definitions must end with a semicolon
47 | ERROR | [x] Selectors must be on a single line
48 | ERROR | [x] Blank lines are not allowed between class names
72 | ERROR | [x] Selectors must be on a single line
73 | ERROR | [x] Blank lines are not allowed between class names
95 | ERROR | [x] Selectors must be on a single line
96 | ERROR | [x] Blank lines are not allowed between class names
97 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
97 | ERROR | [ ] Style definitions must end with a semicolon
128 | ERROR | [x] Selectors must be on a single line
129 | ERROR | [x] Blank lines are not allowed between class names
130 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
130 | ERROR | [ ] Style definitions must end with a semicolon
156 | ERROR | [ ] Style definitions must end with a semicolon
162 | ERROR | [x] Selectors must be on a single line
163 | ERROR | [x] Blank lines are not allowed between class names
164 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
164 | ERROR | [ ] Style definitions must end with a semicolon
180 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
180 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\tags.css
---------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\tags.pcss.css
--------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
20 | ERROR | [x] Selectors must be on a single line
21 | ERROR | [x] Blank lines are not allowed between class names
22 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
22 | ERROR | [ ] Style definitions must end with a semicolon
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\text-content.css
-----------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
18 | ERROR | [x] Blank lines are not allowed in class definitions
50 | ERROR | [x] Blank lines are not allowed in class definitions
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\text-content.pcss.css
----------------------------------------------------------------------------------------------------
FOUND 26 ERRORS AFFECTING 23 LINES
----------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
29 | ERROR | [ ] Style definitions must end with a semicolon
32 | ERROR | [x] Selectors must be on a single line
33 | ERROR | [x] Blank lines are not allowed between class names
34 | ERROR | [ ] Style definitions must end with a semicolon
37 | ERROR | [x] Blank lines are not allowed in class definitions
44 | ERROR | [x] Blank lines are not allowed in class definitions
47 | ERROR | [x] Selectors must be on a single line
48 | ERROR | [x] Blank lines are not allowed between class names
49 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
49 | ERROR | [ ] Style definitions must end with a semicolon
62 | ERROR | [x] Blank lines are not allowed in class definitions
66 | ERROR | [x] Blank lines are not allowed in class definitions
75 | ERROR | [x] Blank lines are not allowed in class definitions
85 | ERROR | [x] Selectors must be on a single line
86 | ERROR | [x] Blank lines are not allowed between class names
87 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
87 | ERROR | [ ] Style definitions must end with a semicolon
117 | ERROR | [x] Blank lines are not allowed in class definitions
128 | ERROR | [x] Selectors must be on a single line
129 | ERROR | [x] Blank lines are not allowed between class names
130 | ERROR | [ ] Style definitions must end with a semicolon
137 | ERROR | [x] Selectors must be on a single line
138 | ERROR | [x] Blank lines are not allowed between class names
139 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
139 | ERROR | [ ] Style definitions must end with a semicolon
----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\ui-dialog.css
--------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\ui-dialog.pcss.css
-------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\vertical-tabs.css
------------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\vertical-tabs.pcss.css
-----------------------------------------------------------------------------------------------------
FOUND 17 ERRORS AFFECTING 14 LINES
-----------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
6 | ERROR | [x] Selectors must be on a single line
7 | ERROR | [x] Blank lines are not allowed between class names
28 | ERROR | [x] Selectors must be on a single line
29 | ERROR | [x] Blank lines are not allowed between class names
37 | ERROR | [x] Selectors must be on a single line
38 | ERROR | [x] Blank lines are not allowed between class names
72 | ERROR | [x] Selectors must be on a single line
73 | ERROR | [x] Blank lines are not allowed between class names
74 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
74 | ERROR | [ ] Style definitions must end with a semicolon
75 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
75 | ERROR | [ ] Style definitions must end with a semicolon
76 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
76 | ERROR | [ ] Style definitions must end with a semicolon
82 | ERROR | [x] Selectors must be on a single line
83 | ERROR | [x] Blank lines are not allowed between class names
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\components\wide-image.css
---------------------------------------------------------------------------------------------
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\drupal_9\web\themes\contrib\january_theme\css\components\wide-image.pcss.css
--------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
12 | ERROR | [x] Selectors must be on a single line
13 | ERROR | [x] Blank lines are not allowed between class names
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\custom\animate.css
--------------------------------------------------------------------------------------
FOUND 45 ERRORS AFFECTING 21 LINES
--------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
30 | ERROR | [x] Multiple selectors should each be on a single line
30 | ERROR | [x] Multiple selectors should each be on a single line
30 | ERROR | [x] Multiple selectors should each be on a single line
30 | ERROR | [x] Multiple selectors should each be on a single line
47 | ERROR | [x] Multiple selectors should each be on a single line
47 | ERROR | [x] Multiple selectors should each be on a single line
47 | ERROR | [x] Multiple selectors should each be on a single line
47 | ERROR | [x] Multiple selectors should each be on a single line
72 | ERROR | [x] Multiple selectors should each be on a single line
72 | ERROR | [x] Multiple selectors should each be on a single line
76 | ERROR | [x] Multiple selectors should each be on a single line
82 | ERROR | [x] Multiple selectors should each be on a single line
82 | ERROR | [x] Multiple selectors should each be on a single line
86 | ERROR | [x] Multiple selectors should each be on a single line
141 | ERROR | [x] Multiple selectors should each be on a single line
146 | ERROR | [x] Multiple selectors should each be on a single line
146 | ERROR | [x] Multiple selectors should each be on a single line
146 | ERROR | [x] Multiple selectors should each be on a single line
146 | ERROR | [x] Multiple selectors should each be on a single line
151 | ERROR | [x] Multiple selectors should each be on a single line
151 | ERROR | [x] Multiple selectors should each be on a single line
151 | ERROR | [x] Multiple selectors should each be on a single line
158 | ERROR | [x] Multiple selectors should each be on a single line
164 | ERROR | [x] Multiple selectors should each be on a single line
164 | ERROR | [x] Multiple selectors should each be on a single line
164 | ERROR | [x] Multiple selectors should each be on a single line
164 | ERROR | [x] Multiple selectors should each be on a single line
170 | ERROR | [x] Multiple selectors should each be on a single line
170 | ERROR | [x] Multiple selectors should each be on a single line
170 | ERROR | [x] Multiple selectors should each be on a single line
255 | ERROR | [x] Multiple selectors should each be on a single line
260 | ERROR | [x] Multiple selectors should each be on a single line
260 | ERROR | [x] Multiple selectors should each be on a single line
260 | ERROR | [x] Multiple selectors should each be on a single line
265 | ERROR | [x] Multiple selectors should each be on a single line
265 | ERROR | [x] Multiple selectors should each be on a single line
283 | ERROR | [x] Multiple selectors should each be on a single line
289 | ERROR | [x] Multiple selectors should each be on a single line
289 | ERROR | [x] Multiple selectors should each be on a single line
289 | ERROR | [x] Multiple selectors should each be on a single line
295 | ERROR | [x] Multiple selectors should each be on a single line
295 | ERROR | [x] Multiple selectors should each be on a single line
2578 | ERROR | [x] Multiple selectors should each be on a single line
2625 | ERROR | [x] Multiple selectors should each be on a single line
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 45 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\custom\custom.css
-------------------------------------------------------------------------------------
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: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\custom\fonts.css
------------------------------------------------------------------------------------
FOUND 86 ERRORS AFFECTING 74 LINES
------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
2 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
3 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
4 | ERROR | [ ] No style definition found on line; check for missing colon
5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
13 | ERROR | [ ] No style definition found on line; check for missing colon
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
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
22 | ERROR | [ ] No style definition found on line; check for missing colon
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
31 | ERROR | [ ] No style definition found on line; check for missing colon
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
40 | ERROR | [ ] No style definition found on line; check for missing colon
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
49 | ERROR | [ ] No style definition found on line; check for missing colon
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
58 | ERROR | [ ] No style definition found on line; check for missing colon
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
67 | ERROR | [ ] No style definition found on line; check for missing colon
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
76 | ERROR | [ ] No style definition found on line; check for missing colon
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
85 | ERROR | [ ] No style definition found on line; check for missing colon
86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
94 | ERROR | [ ] No style definition found on line; check for missing colon
95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
103 | ERROR | [ ] No style definition found on line; check for missing colon
104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
107 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 74 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\custom\responsive.css
------------------------------------------------------------------------------------------------
FOUND 957 ERRORS AFFECTING 385 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
2 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
2 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
2 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
3 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
6 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
7 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
8 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
10 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
11 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
13 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
18 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
19 | ERROR | [x] Whitespace found at end of line
20 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
20 | ERROR | [x] Selectors must be on a single line
21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
21 | ERROR | [x] Blank lines are not allowed between class names
21 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
22 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
22 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
25 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
26 | ERROR | [x] Selectors must be on a single line
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
27 | ERROR | [x] Blank lines are not allowed between class names
27 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
31 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
32 | ERROR | [x] Selectors must be on a single line
33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
33 | ERROR | [x] Blank lines are not allowed between class names
33 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
34 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
35 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
36 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
36 | ERROR | [x] Selectors must be on a single line
37 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
37 | ERROR | [x] Blank lines are not allowed between class names
37 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
40 | ERROR | [x] Selectors must be on a single line
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
41 | ERROR | [x] Blank lines are not allowed between class names
41 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
44 | ERROR | [x] Selectors must be on a single line
45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
45 | ERROR | [x] Blank lines are not allowed between class names
45 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
46 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
46 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
48 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
49 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
51 | ERROR | [x] Selectors must be on a single line
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
52 | ERROR | [x] Blank lines are not allowed between class names
52 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
55 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
55 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
56 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
57 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
58 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
58 | ERROR | [x] Selectors must be on a single line
59 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
59 | ERROR | [x] Blank lines are not allowed between class names
59 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
60 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
60 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
62 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
62 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
63 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
65 | ERROR | [x] Selectors must be on a single line
66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
66 | ERROR | [x] Blank lines are not allowed between class names
66 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
69 | ERROR | [x] Selectors must be on a single line
70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
70 | ERROR | [x] Blank lines are not allowed between class names
70 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
73 | ERROR | [x] Selectors must be on a single line
74 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
74 | ERROR | [x] Blank lines are not allowed between class names
74 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
75 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
76 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
78 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
78 | ERROR | [x] Selectors must be on a single line
79 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
79 | ERROR | [x] Blank lines are not allowed between class names
79 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
81 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
82 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
84 | ERROR | [x] Selectors must be on a single line
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
85 | ERROR | [x] Blank lines are not allowed between class names
85 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
86 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
86 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
87 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
88 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
88 | ERROR | [x] Selectors must be on a single line
89 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
89 | ERROR | [x] Blank lines are not allowed between class names
89 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
90 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
90 | ERROR | [x] Spaces must be used for alignment; tabs are not allowed
90 | ERROR | [x] Whitespace found at end of line
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
92 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
92 | ERROR | [x] Selectors must be on a single line
93 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
93 | ERROR | [x] Blank lines are not allowed between class names
93 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
94 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
95 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
96 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
97 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
97 | ERROR | [x] Selectors must be on a single line
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
98 | ERROR | [x] Blank lines are not allowed between class names
98 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
99 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
100 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
100 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
101 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
102 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
102 | ERROR | [x] Selectors must be on a single line
103 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
103 | ERROR | [x] Blank lines are not allowed between class names
103 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
105 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
105 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
106 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
107 | ERROR | [x] Selectors must be on a single line
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
108 | ERROR | [x] Blank lines are not allowed between class names
108 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
109 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
109 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
110 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
110 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
112 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
112 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
112 | ERROR | [x] Selectors must be on a single line
113 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
113 | ERROR | [x] Blank lines are not allowed between class names
113 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
115 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
115 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
115 | ERROR | [x] CSS colours must be defined in lowercase; expected #c0c1b4 but found #C0C1B4
116 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
117 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
118 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
119 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
120 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
120 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
121 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
122 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
122 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
123 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
123 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
123 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
124 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
125 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
126 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
128 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
128 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
129 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
129 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
130 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
131 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
132 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
132 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
132 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
137 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
138 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
139 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
139 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
140 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
140 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
140 | ERROR | [x] Selectors must be on a single line
141 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
141 | ERROR | [x] Blank lines are not allowed between class names
141 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
142 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
143 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
143 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
144 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
145 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
145 | ERROR | [x] Selectors must be on a single line
146 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
146 | ERROR | [x] Blank lines are not allowed between class names
146 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
147 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
148 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
149 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
149 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
151 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
152 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
152 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
152 | ERROR | [x] Selectors must be on a single line
153 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
153 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
153 | ERROR | [x] Blank lines are not allowed between class names
153 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
155 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
156 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
156 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
156 | ERROR | [x] Selectors must be on a single line
157 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
157 | ERROR | [x] Blank lines are not allowed between class names
157 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
159 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
159 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
160 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
161 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
161 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
161 | ERROR | [x] Selectors must be on a single line
162 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
162 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
162 | ERROR | [x] Blank lines are not allowed between class names
162 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
163 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
164 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
165 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
165 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
165 | ERROR | [x] Selectors must be on a single line
166 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
166 | ERROR | [x] Blank lines are not allowed between class names
166 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
168 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
168 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
169 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
169 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
169 | ERROR | [x] Selectors must be on a single line
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
170 | ERROR | [x] Blank lines are not allowed between class names
170 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
171 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
171 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
172 | ERROR | [x] Blank lines are not allowed in class definitions
172 | ERROR | [x] Whitespace found at end of line
173 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
173 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
174 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
174 | ERROR | [x] Selectors must be on a single line
175 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
175 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
175 | ERROR | [x] Blank lines are not allowed between class names
175 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
176 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
176 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
177 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
177 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
178 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
178 | ERROR | [x] Selectors must be on a single line
179 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
179 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
179 | ERROR | [x] Blank lines are not allowed between class names
179 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
180 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
180 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
181 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
181 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
182 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
182 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
182 | ERROR | [x] Selectors must be on a single line
183 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
183 | ERROR | [x] Blank lines are not allowed between class names
183 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
184 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
184 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
185 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
185 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
186 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
186 | ERROR | [x] Selectors must be on a single line
187 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
187 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
187 | ERROR | [x] Blank lines are not allowed between class names
187 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
189 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
190 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
190 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
191 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
191 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
191 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
192 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
192 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
193 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
193 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
194 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
194 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
195 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
195 | ERROR | [x] Selectors must be on a single line
196 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
196 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
196 | ERROR | [x] Blank lines are not allowed between class names
196 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
197 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
197 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
198 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
199 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
199 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
199 | ERROR | [x] Selectors must be on a single line
200 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
200 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
200 | ERROR | [x] Blank lines are not allowed between class names
200 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
201 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
201 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
202 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
203 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
203 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
204 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
205 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
205 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
206 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
206 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
206 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
207 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
207 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
208 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
209 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
209 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
211 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
211 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
212 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
212 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
213 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
213 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
214 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
214 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
216 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
216 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
217 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
219 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
220 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
220 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
221 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
221 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
223 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
223 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
225 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
225 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
226 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
226 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
226 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
227 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
227 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
228 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
228 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
229 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
229 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
229 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
230 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
231 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
231 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
233 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
233 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
233 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
234 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
234 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
235 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
235 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
237 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
237 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
237 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
238 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
239 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
239 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
240 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
240 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
240 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
241 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
242 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
242 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
244 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
244 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
244 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
247 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
247 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
247 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
248 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
248 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
250 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
250 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
251 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
251 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
252 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
252 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
252 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
253 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
253 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
254 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
254 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
255 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
256 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
256 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
257 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
257 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
257 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
258 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
259 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
259 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
260 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
260 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
261 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
261 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
261 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
262 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
263 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
264 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
264 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
264 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
265 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
265 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
266 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
266 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
267 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
267 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
267 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
268 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
269 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
269 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
270 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
270 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
271 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
271 | ERROR | [x] Multiple selectors should each be on a single line
271 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
272 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
273 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
273 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
274 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
274 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
274 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
275 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
275 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
276 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
276 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
278 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
278 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
279 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
279 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
280 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
280 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
282 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
282 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
282 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
283 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
284 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
284 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
285 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
285 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
286 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
286 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
287 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
287 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
287 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
288 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
288 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
289 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
289 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
290 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
290 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
290 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
291 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
291 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
292 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
292 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
294 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
294 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
294 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
295 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
295 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
296 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
296 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
297 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
297 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
297 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
298 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
298 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
299 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
299 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
303 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
304 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
304 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
304 | ERROR | [x] Selectors must be on a single line
305 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
305 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
305 | ERROR | [x] Blank lines are not allowed between class names
305 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
306 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
307 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
307 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
308 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
308 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
308 | ERROR | [x] Selectors must be on a single line
309 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
309 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
309 | ERROR | [x] Blank lines are not allowed between class names
309 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
310 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
310 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
311 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
311 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
312 | ERROR | [x] Whitespace found at end of line
313 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
313 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
313 | ERROR | [x] Selectors must be on a single line
314 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
314 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
314 | ERROR | [x] Blank lines are not allowed between class names
314 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
315 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
315 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
316 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
316 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
317 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
317 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
317 | ERROR | [x] Selectors must be on a single line
318 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
318 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
318 | ERROR | [x] Blank lines are not allowed between class names
318 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
319 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
320 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
321 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
321 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
321 | ERROR | [x] Selectors must be on a single line
322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
322 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
322 | ERROR | [x] Blank lines are not allowed between class names
322 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
323 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
323 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
323 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
324 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
324 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
325 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
325 | ERROR | [x] Selectors must be on a single line
326 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
326 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
326 | ERROR | [x] Blank lines are not allowed between class names
326 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
327 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
327 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
328 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
329 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
329 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
330 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
330 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
330 | ERROR | [x] Selectors must be on a single line
331 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
331 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
331 | ERROR | [x] Blank lines are not allowed between class names
331 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
332 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
332 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
333 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
333 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
334 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
334 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
334 | ERROR | [x] Selectors must be on a single line
335 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
335 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
335 | ERROR | [x] Blank lines are not allowed between class names
335 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
336 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
336 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
337 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
337 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
338 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
338 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
338 | ERROR | [x] Selectors must be on a single line
339 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
339 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
339 | ERROR | [x] Blank lines are not allowed between class names
339 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
340 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
341 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
341 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
342 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
342 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
342 | ERROR | [x] Selectors must be on a single line
343 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
343 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
343 | ERROR | [x] Blank lines are not allowed between class names
343 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
344 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
344 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
345 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
345 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
346 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
346 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
346 | ERROR | [x] Selectors must be on a single line
347 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
347 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
347 | ERROR | [x] Blank lines are not allowed between class names
347 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
348 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
348 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
349 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
349 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
350 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
350 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
350 | ERROR | [x] Selectors must be on a single line
351 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
351 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
351 | ERROR | [x] Blank lines are not allowed between class names
351 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
352 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
352 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
352 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
353 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
353 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
354 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
354 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
354 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
355 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
355 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
356 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
356 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
357 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
357 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
357 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
358 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
358 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
359 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
359 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
360 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
360 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
362 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
362 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
362 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
363 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
364 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
366 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
366 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
366 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
367 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
368 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
370 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
370 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
370 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
371 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
371 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
372 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
372 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
373 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
373 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
373 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
374 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
375 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
377 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
377 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
377 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
378 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
378 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
379 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
379 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
381 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
381 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
381 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
382 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
382 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
383 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
383 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
385 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
385 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
385 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
386 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
387 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
387 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
388 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
388 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
388 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
389 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
390 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
390 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
391 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
391 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
391 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
392 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
393 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
393 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
394 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
394 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
394 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
395 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
395 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
396 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
396 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
397 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
397 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
397 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
398 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
398 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
399 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
399 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
400 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
400 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
402 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
402 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
402 | ERROR | [x] Expected 1 space before opening brace of class definition; 0 found
403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
403 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
404 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
404 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
405 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
405 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
406 | ERROR | [x] Whitespace found at end of line
410 | ERROR | [ ] More than 2 empty lines are not allowed
411 | ERROR | [ ] More than 2 empty lines are not allowed
412 | ERROR | [ ] More than 2 empty lines are not allowed
413 | ERROR | [ ] More than 2 empty lines are not allowed
414 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 953 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: C:\xampp\htdocs\drupal_9\web\themes\contrib\january_theme\css\custom\slick.css
--------------------------------------------------------------------------------------------
FOUND 111 ERRORS AFFECTING 94 LINES
--------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
2 | ERROR | [x] Selectors must be on a single line
3 | ERROR | [x] Blank lines are not allowed between class names
3 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
5 | ERROR | [x] Blank lines are not allowed in class definitions
6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
8 | ERROR | [x] Blank lines are not allowed in class definitions
9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
13 | ERROR | [x] Blank lines are not allowed in class definitions
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 8
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
21 | ERROR | [x] Selectors must be on a single line
22 | ERROR | [x] Blank lines are not allowed between class names
22 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
24 | ERROR | [x] Blank lines are not allowed in class definitions
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
27 | ERROR | [x] Blank lines are not allowed in class definitions
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
31 | ERROR | [x] Selectors must be on a single line
32 | ERROR | [x] Blank lines are not allowed between class names
32 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
35 | ERROR | [x] Selectors must be on a single line
36 | ERROR | [x] Blank lines are not allowed between class names
36 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
42 | ERROR | [x] Selectors must be on a single line
43 | ERROR | [x] Blank lines are not allowed between class names
43 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 9
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
51 | ERROR | [x] Selectors must be on a single line
52 | ERROR | [x] Blank lines are not allowed between class names
52 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
56 | ERROR | [x] Blank lines are not allowed in class definitions
57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
62 | ERROR | [x] Selectors must be on a single line
63 | ERROR | [x] Blank lines are not allowed between class names
63 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
65 | ERROR | [x] Blank lines are not allowed in class definitions
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
68 | ERROR | [x] Selectors must be on a single line
69 | ERROR | [x] Blank lines are not allowed between class names
69 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
72 | ERROR | [x] Selectors must be on a single line
73 | ERROR | [x] Blank lines are not allowed between class names
73 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
77 | ERROR | [x] Selectors must be on a single line
78 | ERROR | [x] Blank lines are not allowed between class names
78 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
81 | ERROR | [x] Blank lines are not allowed in class definitions
82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
85 | ERROR | [x] Selectors must be on a single line
86 | ERROR | [x] Blank lines are not allowed between class names
86 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
89 | ERROR | [x] Selectors must be on a single line
90 | ERROR | [x] Blank lines are not allowed between class names
90 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
93 | ERROR | [x] Selectors must be on a single line
94 | ERROR | [x] Blank lines are not allowed between class names
94 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
97 | ERROR | [x] Selectors must be on a single line
98 | ERROR | [x] Blank lines are not allowed between class names
98 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
99 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
101 | ERROR | [x] Selectors must be on a single line
102 | ERROR | [x] Blank lines are not allowed between class names
102 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
105 | ERROR | [x] Selectors must be on a single line
106 | ERROR | [x] Blank lines are not allowed between class names
106 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
109 | ERROR | [x] Selectors must be on a single line
110 | ERROR | [x] Blank lines are not allowed between class names
110 | ERROR | [x] Expected 1 space before opening brace of class definition; newline found
111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
112 | ERROR | [x] Blank lines are not allowed in class definitions
113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
114 | ERROR | [x] Blank lines are not allowed in class definitions
115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 111 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

šŸ“Œ Task
Status

Needs work

Version

1.0

Component

Code

Created by

šŸ‡®šŸ‡³India arti_parmar

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

  • Issue created by @arti_parmar
  • Issue was unassigned.
  • Assigned to realsp
  • šŸ‡®šŸ‡³India realsp

    I'll create MR to fix the phpcs issues.

  • šŸ‡®šŸ‡³India realsp

    These are remaining phpcs issues:

    FILE: /home/contribution/drupal/web/themes/contrib/january_theme-3364794/january.theme
    ---------------------------------------------------------------------------------------------------------------------------
    FOUND 47 ERRORS AND 5 WARNINGS AFFECTING 38 LINES
    ---------------------------------------------------------------------------------------------------------------------------
       9 | ERROR   | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Component\Utility\Html.
      14 | WARNING | [x] Unused use statement
      23 | WARNING | [ ] Line exceeds 80 characters; contains 90 characters
      47 | ERROR   | [x] Expected 1 blank line after function; 2 found
      53 | ERROR   | [x] Doc comment long description must start with a capital letter
      54 | ERROR   | [x] There must be no blank lines after the function comment
      57 | ERROR   | [x] Opening brace should be on the same line as the declaration
      58 | ERROR   | [x] Expected 1 space before "="; 0 found
      58 | ERROR   | [x] Expected 1 space after "="; 0 found
      61 | ERROR   | [x] Missing function doc comment
      62 | ERROR   | [x] Opening brace should be on the same line as the declaration
      63 | ERROR   | [x] Expected 1 space before "="; 0 found
      63 | ERROR   | [x] Expected 1 space after "="; 0 found
      69 | ERROR   | [x] Doc comment long description must start with a capital letter
      69 | ERROR   | [x] Doc comment long description must end with a full stop
      70 | ERROR   | [x] There must be no blank lines after the function comment
      73 | ERROR   | [x] Opening brace should be on the same line as the declaration
      74 | ERROR   | [x] Expected 1 space before "="; 0 found
      74 | ERROR   | [x] Expected 1 space after "="; 0 found
      74 | ERROR   | [x] Concat operator must be surrounded by a single space
      74 | ERROR   | [x] Concat operator must be surrounded by a single space
      74 | ERROR   | [x] Concat operator must be surrounded by a single space
     118 | ERROR   | [x] Inline comments must start with a capital letter
     178 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 0
     178 | ERROR   | [x] Namespaced classes/interfaces/traits should be referenced with use statements
     180 | ERROR   | [x] Expected 1 space before "="; 0 found
     180 | ERROR   | [x] Expected 1 space after "="; 0 found
     181 | ERROR   | [x] Closing brace indented incorrectly; expected 0 spaces, found 2
     270 | ERROR   | [ ] String concat is not required here; use a single string instead
     353 | WARNING | [ ] Line exceeds 80 characters; contains 104 characters
     527 | ERROR   | [x] Expected 1 blank line after function; 3 found
     530 | ERROR   | [ ] More than 2 empty lines are not allowed
     533 | ERROR   | [x] There must be no blank lines after the function comment
     669 | ERROR   | [x] Concat operator must be surrounded by a single space
     672 | ERROR   | [ ] Missing short description in doc comment
     673 | ERROR   | [ ] Missing parameter comment
     673 | ERROR   | [ ] Missing parameter type
     674 | ERROR   | [ ] Missing parameter comment
     677 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
     677 | ERROR   | [x] Expected 1 space after closing parenthesis; found 0
     678 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found 2
     682 | ERROR   | [ ] Missing short description in doc comment
     683 | ERROR   | [ ] Missing parameter comment
     683 | ERROR   | [ ] Missing parameter type
     684 | ERROR   | [ ] Missing parameter comment
     704 | WARNING | [x] A comma should follow the last multiline array item. Found: )
     717 | WARNING | [x] A comma should follow the last multiline array item. Found: field
     725 | ERROR   | [x] There should be no white space after an opening "("
     725 | ERROR   | [x] There should be no white space before a closing ")"
     731 | ERROR   | [x] Expected 1 space before "="; 0 found
     731 | ERROR   | [x] Expected 1 space after "="; 0 found
     733 | ERROR   | [x] Expected 1 newline at end of file; 2 found
    ---------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 40 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ---------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /home/contribution/drupal/web/themes/contrib/january_theme-3364794/theme-settings.php
    ------------------------------------------------------------------------------------------------
    FOUND 21 ERRORS AFFECTING 19 LINES
    ------------------------------------------------------------------------------------------------
      8 | ERROR | [x] There must be exactly one blank line after the file comment
      8 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
     13 | ERROR | [x] There must be no blank lines after the function comment
     15 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
     17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
     19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     27 | ERROR | [x] Whitespace found at end of line
     28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     34 | ERROR | [x] Whitespace found at end of line
     35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     41 | ERROR | [x] Whitespace found at end of line
     42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
     82 | ERROR | [x] Expected 1 newline at end of file; 0 found
     82 | ERROR | [x] A closing tag is not permitted at the end of a PHP file
    ------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------------------------
    
    
    FILE: /home/contribution/drupal/web/themes/contrib/january_theme-3364794/config/install/january.settings.yml
    --------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------------------------------------
     21 | ERROR | [x] Expected 1 newline at end of file; 0 found
    --------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------
    
    
  • Merge request !18Fixed coding standards issues in files ā†’ (Open) created by realsp
  • šŸ‡®šŸ‡³India realsp

    As per the Drupal coding standards ā†’ , control structure conditions may exceed 80 characters, if they are simple to read and understand.
    Hence, The following phpcs issue can be ignored:

    FILE: /home/contribution/drupal/web/themes/contrib/january_theme/january.theme
    ----------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ----------------------------------------------------------------------------------------
      23 | WARNING | Line exceeds 80 characters; contains 87 characters
     352 | WARNING | Line exceeds 80 characters; contains 104 characters
    ----------------------------------------------------------------------------------------
    
  • Issue was unassigned.
  • Status changed to Needs review 5 months ago
  • Status changed to Needs work 5 months ago
  • šŸ‡µšŸ‡­Philippines clarkssquared

    Hi

    I applied MR !18 but I can still see many PHPCS issues, here are the few examples

    āžœ  january_theme git:(1.0.x) curl https://git.drupalcode.org/project/january_theme/-/merge_requests/18.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 14742    0 14742    0     0  27742      0 --:--:-- --:--:-- --:--:-- 28187
    patching file 'config/install/january.settings.yml'
    patching file january.theme
    patching file theme-settings.php
    āžœ  january_theme git:(1.0.x) āœ— ..
    āžœ  contrib git:(master) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml january_theme/
    
    FILE: ...b/themes/contrib/january_theme/css/layout/layout-views-grid-horizontal.css
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
      40 | ERROR | [x] Blank lines are not allowed in class definitions
      77 | ERROR | [x] Blank lines are not allowed in class definitions
     139 | ERROR | [x] Blank lines are not allowed in class definitions
     201 | ERROR | [x] Blank lines are not allowed in class definitions
     288 | ERROR | [x] Blank lines are not allowed in class definitions
     375 | ERROR | [x] Blank lines are not allowed in class definitions
     462 | ERROR | [x] Blank lines are not allowed in class definitions
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...es/contrib/january_theme/css/layout/layout-builder-twocol-section.pcss.css
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     14 | ERROR | [x] Selectors must be on a single line
     15 | ERROR | [x] Blank lines are not allowed between class names
     36 | ERROR | [x] Blank lines are not allowed in class definitions
     48 | ERROR | [x] Blank lines are not allowed in class definitions
     60 | ERROR | [x] Blank lines are not allowed in class definitions
     72 | ERROR | [x] Blank lines are not allowed in class definitions
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: .../contrib/january_theme/css/layout/layout-discovery-section-layout.pcss.css
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
      9 | ERROR | [x] Selectors must be on a single line
     10 | ERROR | [x] Blank lines are not allowed between class names
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: .../Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/grid.css
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     21 | ERROR | [x] Blank lines are not allowed in class definitions
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...web/themes/contrib/january_theme/css/layout/region-secondary-menu.pcss.css
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     11 | ERROR | [x] Selectors must be on a single line
     12 | ERROR | [x] Blank lines are not allowed between class names
     25 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     25 | ERROR | [ ] Style definitions must end with a semicolon
     25 | ERROR | [x] Each style definition must be on a line by itself
     25 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     25 | ERROR | [ ] Style definitions must end with a semicolon
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...mes/contrib/january_theme/css/layout/layout-views-grid-horizontal.pcss.css
    --------------------------------------------------------------------------------
    FOUND 62 ERRORS AFFECTING 62 LINES
    --------------------------------------------------------------------------------
       6 | ERROR | [x] Selectors must be on a single line
       7 | ERROR | [x] Blank lines are not allowed between class names
      17 | ERROR | [ ] Style definitions must end with a semicolon
      22 | ERROR | [x] Blank lines are not allowed in class definitions
      31 | ERROR | [x] Selectors must be on a single line
      32 | ERROR | [x] Blank lines are not allowed between class names
      33 | ERROR | [ ] Style definitions must end with a semicolon
      39 | ERROR | [x] Blank lines are not allowed in class definitions
      48 | ERROR | [x] Selectors must be on a single line
      49 | ERROR | [x] Blank lines are not allowed between class names
      50 | ERROR | [ ] Style definitions must end with a semicolon
      54 | ERROR | [x] Blank lines are not allowed in class definitions
      57 | ERROR | [x] Selectors must be on a single line
      58 | ERROR | [x] Blank lines are not allowed between class names
      69 | ERROR | [x] Blank lines are not allowed in class definitions
      78 | ERROR | [x] Selectors must be on a single line
      79 | ERROR | [x] Blank lines are not allowed between class names
      80 | ERROR | [ ] Style definitions must end with a semicolon
      84 | ERROR | [x] Blank lines are not allowed in class definitions
      87 | ERROR | [x] Selectors must be on a single line
      88 | ERROR | [x] Blank lines are not allowed between class names
      99 | ERROR | [x] Blank lines are not allowed in class definitions
     108 | ERROR | [x] Selectors must be on a single line
     109 | ERROR | [x] Blank lines are not allowed between class names
     110 | ERROR | [ ] Style definitions must end with a semicolon
     114 | ERROR | [x] Blank lines are not allowed in class definitions
     117 | ERROR | [x] Selectors must be on a single line
     118 | ERROR | [x] Blank lines are not allowed between class names
     127 | ERROR | [x] Blank lines are not allowed in class definitions
     130 | ERROR | [x] Selectors must be on a single line
     131 | ERROR | [x] Blank lines are not allowed between class names
     142 | ERROR | [x] Blank lines are not allowed in class definitions
     151 | ERROR | [x] Selectors must be on a single line
     152 | ERROR | [x] Blank lines are not allowed between class names
     153 | ERROR | [ ] Style definitions must end with a semicolon
     157 | ERROR | [x] Blank lines are not allowed in class definitions
     160 | ERROR | [x] Selectors must be on a single line
     161 | ERROR | [x] Blank lines are not allowed between class names
     170 | ERROR | [x] Blank lines are not allowed in class definitions
     173 | ERROR | [x] Selectors must be on a single line
     174 | ERROR | [x] Blank lines are not allowed between class names
     185 | ERROR | [x] Blank lines are not allowed in class definitions
     194 | ERROR | [x] Selectors must be on a single line
     195 | ERROR | [x] Blank lines are not allowed between class names
     196 | ERROR | [ ] Style definitions must end with a semicolon
     200 | ERROR | [x] Blank lines are not allowed in class definitions
     203 | ERROR | [x] Selectors must be on a single line
     204 | ERROR | [x] Blank lines are not allowed between class names
     213 | ERROR | [x] Blank lines are not allowed in class definitions
     216 | ERROR | [x] Selectors must be on a single line
    

    there's more errors displayed in my terminal that I didn't put here because its too long.

  • šŸ‡®šŸ‡³India realsp

    Phpcbf is failing to make changes in these files (css & pcss). In this case, css & pcss files 'phpcs issues' will be repeated once the new code is added, since, Postcss is used for theme development.
    Earlier, while resolving 'phpcs issues' in other contributed modules, css & js files changes were reverted, need confirmation on this part.

  • First commit to issue fork.
  • First commit to issue fork.
  • First commit to issue fork.
  • Status changed to Needs review 3 months ago
  • šŸ‡®šŸ‡³India kalash-j jaipur

    i have added a commit to MR!18
    did solved all the solvable PHPCS problems

  • Status changed to Needs work 3 months ago
  • šŸ‡µšŸ‡­Philippines clarkssquared

    HI

    I applied the. update MR !18 but I can still see many PHPCS issues

    I didn't include all the errors because its too long but herre's some of the errors

    āžœ  january_theme git:(1.0.x) curl https://git.drupalcode.org/project/january_theme/-/merge_requests/18.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 83351    0 83351    0     0   132k      0 --:--:-- --:--:-- --:--:--  133k
    patching file 'config/install/january.settings.yml'
    patching file 'css/base/fonts.css'
    patching file 'css/base/fonts.pcss.css'
    patching file 'css/base/variables.css'
    patching file 'css/base/variables.pcss.css'
    patching file 'css/components/action-links.pcss.css'
    patching file 'css/components/ajax-progress.module.pcss.css'
    patching file 'css/components/autocomplete-loading.module.pcss.css'
    patching file 'css/components/block.pcss.css'
    patching file 'css/components/book.pcss.css'
    patching file 'css/components/button.css'
    patching file 'css/components/cke-dialog.pcss.css'
    patching file 'css/components/comments.css'
    patching file 'css/components/comments.pcss.css'
    patching file 'css/components/details.pcss.css'
    patching file 'css/components/dropbutton.css'
    patching file 'css/components/dropbutton.pcss.css'
    patching file 'css/components/feed.pcss.css'
    patching file 'css/components/footer.pcss.css'
    patching file 'css/components/form-select.css'
    patching file 'css/components/form-text.css'
    patching file 'css/components/form-textarea.pcss.css'
    patching file 'css/components/form.css'
    patching file 'css/components/header-search-narrow.css'
    patching file 'css/components/header-search-narrow.pcss.css'
    patching file 'css/components/maintenance-page.pcss.css'
    patching file 'css/components/navigation/menu-sidebar.pcss.css'
    patching file 'css/components/navigation/nav-button-mobile.pcss.css'
    patching file 'css/components/node-preview-container.pcss.css'
    patching file 'css/components/off-canvas.pcss.css'
    patching file 'css/components/pager.css'
    patching file 'css/components/progress.pcss.css'
    patching file 'css/layout/grid.css'
    patching file 'css/layout/layout-builder-fourcol-section.pcss.css'
    patching file 'css/layout/layout-builder-threecol-section.pcss.css'
    patching file 'css/layout/layout-builder-twocol-section.pcss.css'
    patching file 'css/layout/layout-content-medium.pcss.css'
    patching file 'css/layout/layout-content-narrow.pcss.css'
    patching file 'css/layout/layout-discovery-section-layout.pcss.css'
    patching file 'css/layout/layout-footer.pcss.css'
    patching file 'css/layout/layout-views-grid-horizontal.css'
    patching file 'css/layout/layout-views-grid-horizontal.pcss.css'
    patching file 'css/layout/layout-views-grid-vertical.pcss.css'
    patching file 'css/layout/layout.pcss.css'
    patching file 'css/layout/region-content-below.pcss.css'
    patching file 'css/layout/region-content.pcss.css'
    patching file 'css/layout/region-secondary-menu.css'
    patching file 'css/layout/region-secondary-menu.pcss.css'
    patching file 'css/layout/region.pcss.css'
    patching file 'css/layout/social-bar.pcss.css'
    patching file 'css/layout/views.pcss.css'
    patching file 'css/theme/ckeditor-frame.pcss.css'
    patching file january.theme
    patching file theme-settings.php
    āžœ  january_theme git:(1.0.x) āœ— ..
    āžœ  contrib git:(master) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml january_theme 
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/layout-builder-twocol-section.pcss.css
    ---------------------------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ---------------------------------------------------------------------------------------------------------------------------------------
     13 | ERROR | [x] Selectors must be on a single line
    ---------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ---------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/region-secondary-menu.pcss.css
    -------------------------------------------------------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 2 LINES
    -------------------------------------------------------------------------------------------------------------------------------
     21 | ERROR | [ ] Style definitions must end with a semicolon
     21 | ERROR | [x] Selectors must be on a single line
     22 | ERROR | [ ] Style definitions must end with a semicolon
    -------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/layout-views-grid-horizontal.pcss.css
    --------------------------------------------------------------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------------------------------------------------------------
      15 | ERROR | Style definitions must end with a semicolon
      27 | ERROR | Style definitions must end with a semicolon
      40 | ERROR | Style definitions must end with a semicolon
      63 | ERROR | Style definitions must end with a semicolon
      86 | ERROR | Style definitions must end with a semicolon
     119 | ERROR | Style definitions must end with a semicolon
     152 | ERROR | Style definitions must end with a semicolon
     185 | ERROR | Style definitions must end with a semicolon
    --------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/layout-builder-fourcol-section.pcss.css
    ----------------------------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ----------------------------------------------------------------------------------------------------------------------------------------
     13 | ERROR | [x] Selectors must be on a single line
    ----------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/layout-footer.pcss.css
    -----------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -----------------------------------------------------------------------------------------------------------------------
     29 | ERROR | Style definitions must end with a semicolon
    -----------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/views.pcss.css
    ---------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    ---------------------------------------------------------------------------------------------------------------
     10 | ERROR | [x] Selectors must be on a single line
     11 | ERROR | [ ] Style definitions must end with a semicolon
    ---------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ---------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/social-bar.pcss.css
    --------------------------------------------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------------------------------------------
     24 | ERROR | [ ] Style definitions must end with a semicolon
     38 | ERROR | [ ] Style definitions must end with a semicolon
     72 | ERROR | [x] Selectors must be on a single line
     73 | ERROR | [ ] Style definitions must end with a semicolon
    --------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/region-content-below.pcss.css
    ------------------------------------------------------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 11 LINES
    ------------------------------------------------------------------------------------------------------------------------------
     14 | ERROR | [x] Selectors must be on a single line
     15 | ERROR | [x] Selectors must be on a single line
     16 | ERROR | [x] Selectors must be on a single line
     17 | ERROR | [x] Selectors must be on a single line
     18 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     18 | ERROR | [ ] Style definitions must end with a semicolon
     19 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     19 | ERROR | [ ] Style definitions must end with a semicolon
     24 | ERROR | [x] Blank lines are not allowed in class definitions
     27 | ERROR | [x] Selectors must be on a single line
     28 | ERROR | [x] Blank lines are not allowed between class names
     29 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     29 | ERROR | [ ] Style definitions must end with a semicolon
     30 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
     30 | ERROR | [ ] Style definitions must end with a semicolon
    ------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/layout-sidebar.pcss.css
    ------------------------------------------------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 7 LINES
    ------------------------------------------------------------------------------------------------------------------------
     12 | ERROR | [x] Selectors must be on a single line
     13 | ERROR | [x] Blank lines are not allowed between class names
     21 | ERROR | [x] Selectors must be on a single line
     22 | ERROR | [x] Blank lines are not allowed between class names
     37 | ERROR | [x] Blank lines are not allowed in class definitions
     40 | ERROR | [x] Selectors must be on a single line
     41 | ERROR | [x] Blank lines are not allowed between class names
    ------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/themes/contrib/january_theme/css/layout/layout-builder-threecol-section.pcss.css
    -----------------------------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -----------------------------------------------------------------------------------------------------------------------------------------
     13 | ERROR | [x] Selectors must be on a single line
    -----------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -----------------------------------------------------------------------------------------------------------------------------------------
    
    
    FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/th
  • Assigned to sourojeetpaul
  • Hello there, I've tried to apply MR !18 but getting error while applying the patch.

    error: patch failed: january.theme:350
    error: january.theme: patch does not apply
    error: patch failed: theme-settings.php:5
    error: theme-settings.php: patch does not apply
    error: patch failed: css/base/variables.css:43
    error: css/base/variables.css: patch does not apply
    error: patch failed: css/base/variables.pcss.css:60
    error: css/base/variables.pcss.css: patch does not apply
    error: patch failed: january.theme:20
    error: january.theme: patch does not apply
    error: patch failed: theme-settings.php:17
    error: theme-settings.php: patch does not apply
    

    I'm looking into it now with a fresh eye and trying fix the issues!

  • Hi,
    While working on the issue a few things got my attention, first of all the theme is using PostCSS files for generating the corresponding CSS files, but I can't find any sort of script or build tool configuration in the theme which will act as the compiler for this, as a way around we may use any sort of extension for doing the task, I think that should not be the desired way of doing so, cause using build tool like gulp or webpack will be more robust and unified solution in maintaining the plugins in a collaborative environment like this.
    Secondly, I'm not sure why we are trying to detect and fix CSS related issues through PHPCS. PHPCS and PHPCBF are mainly used to detect and fix Php related issues, on trying to target CSS with these will be much more cumbersome as it'll be needed to add/override the rulesets for CSS and PCSS accordingly which are being used over here. I think targeting CSS related with some other tools like stylelint which is specifically built for finding and fixing errors on CSS will work much more efficiently.

  • Issue was unassigned.
Production build 0.69.0 2024