Fix the issues reported by phpcs

Created on 30 May 2023, over 1 year ago
Updated 6 January 2024, 11 months ago

Problem/Motivation

FILE: ...www/html/contribution/drupal10/web/modules/contrib/calculator/js/script.js
--------------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 11 LINES
--------------------------------------------------------------------------------
1 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
3 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
5 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but
| | found "null"
20 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
| | found "false"
24 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but
| | found "true"
34 | ERROR | [x] Inline control structures are not allowed
35 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
| | found "false"
68 | ERROR | [x] Inline control structures are not allowed
69 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but
| | found "false"
122 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: ...upal10/web/modules/contrib/calculator/src/Plugin/Block/CalculatorBlock.php
--------------------------------------------------------------------------------
FOUND 43 ERRORS AND 3 WARNINGS AFFECTING 38 LINES
--------------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
24 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
31 | WARNING | [ ] Unused variable $uid.
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
31 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency
| | injection instead
33 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
33 | ERROR | [x] Short array syntax must be used to define arrays
35 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
35 | ERROR | [x] Inline comments must end in full-stops, exclamation marks,
| | question marks, colons, or closing parentheses
36 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
37 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
39 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
43 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
44 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
58 | ERROR | [x] Expected 1 space before "??"; 0 found
58 | ERROR | [x] Expected 1 space after "??"; 0 found
59 | ERROR | [x] Short array syntax must be used to define arrays
74 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
81 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
87 | ERROR | [x] Doc comment long description must start with a capital
| | letter
89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
90 | ERROR | [x] Opening brace should be on the same line as the declaration
91 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
92 | ERROR | [x] Expected 1 blank line after function; 0 found
93 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
93 | ERROR | [x] Closing brace indented incorrectly; expected 0 spaces,
| | found 2
93 | ERROR | [x] The closing brace for the class must have an empty line
| | before it
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 44 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: ...tml/contribution/drupal10/web/modules/contrib/calculator/calculator.module
--------------------------------------------------------------------------------
FOUND 22 ERRORS AND 1 WARNING AFFECTING 14 LINES
--------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
12 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
13 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
14 | ERROR | [x] Case breaking statement 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 2 spaces, found 1
19 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
20 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
20 | ERROR | [x] There must be no blank lines after the function comment
23 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
24 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
26 | WARNING | [x] A comma should follow the last multiline array item. Found:
| | ]
27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: ...ww/html/contribution/drupal10/web/modules/contrib/calculator/css/style.css
--------------------------------------------------------------------------------
FOUND 616 ERRORS AFFECTING 245 LINES
--------------------------------------------------------------------------------
4 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
5 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
5 | ERROR | [ ] Style definitions must end with a semicolon
8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
8 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
9 | ERROR | [ ] Style definitions must end with a semicolon
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
12 | ERROR | [ ] Style definitions must end with a semicolon
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
15 | ERROR | [ ] Style definitions must end with a semicolon
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
18 | ERROR | [ ] Style definitions must end with a semicolon
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
22 | ERROR | [ ] Style definitions must end with a semicolon
25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
25 | ERROR | [ ] Style definitions must end with a semicolon
28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
28 | ERROR | [ ] Style definitions must end with a semicolon
30 | ERROR | [x] Multiple selectors should each be on a single line
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
31 | ERROR | [ ] Style definitions must end with a semicolon
33 | ERROR | [x] Multiple selectors should each be on a single line
34 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
34 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
42 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
52 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
61 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
61 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
68 | ERROR | [ ] Style definitions must end with a semicolon
71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
71 | ERROR | [ ] Style definitions must end with a semicolon
73 | ERROR | [x] Multiple selectors should each 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 | [ ] Style definitions must end with a semicolon
74 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffa8b6
| | but found #ffa8B6
76 | ERROR | [x] Multiple selectors should each be on a single line
77 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
77 | ERROR | [ ] Style definitions must end with a semicolon
80 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
80 | ERROR | [ ] Style definitions must end with a semicolon
83 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
84 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
85 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
85 | ERROR | [ ] Style definitions must end with a semicolon
90 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
90 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
91 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
91 | ERROR | [ ] Style definitions must end with a semicolon
94 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
95 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
95 | ERROR | [ ] Style definitions must end with a semicolon
98 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
98 | ERROR | [ ] Style definitions must end with a semicolon
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
101 | ERROR | [ ] Style definitions must end with a semicolon
104 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
104 | ERROR | [ ] Style definitions must end with a semicolon
107 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
108 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
108 | ERROR | [ ] Style definitions must end with a semicolon
111 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
111 | ERROR | [ ] Style definitions must end with a semicolon
114 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
114 | ERROR | [ ] Style definitions must end with a semicolon
116 | ERROR | [x] Multiple selectors should each be on a single line
117 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
117 | ERROR | [ ] Style definitions must end with a semicolon
117 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffa8b6
| | but found #ffa8B6
119 | ERROR | [x] Multiple selectors should each be on a single line
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 | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
126 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
126 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
127 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
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
128 | ERROR | [ ] Style definitions must end with a semicolon
133 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
134 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
134 | ERROR | [ ] Style definitions must end with a semicolon
137 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
137 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
138 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
138 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
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
144 | ERROR | [ ] Style definitions must end with a semicolon
147 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
147 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
147 | ERROR | [ ] Style definitions must end with a semicolon
150 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
150 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
151 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
151 | ERROR | [ ] Style definitions must end with a semicolon
154 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
155 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
155 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
158 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
158 | ERROR | [ ] Style definitions must end with a semicolon
160 | ERROR | [x] Multiple selectors should each be on a single line
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 | [ ] Style definitions must end with a semicolon
161 | ERROR | [x] CSS colours must be defined in lowercase; expected #ffa8b6
| | but found #ffa8B6
163 | ERROR | [x] Multiple selectors should each be on a single line
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
164 | ERROR | [ ] Style definitions must end with a semicolon
167 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
167 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
167 | ERROR | [ ] Style definitions must end with a semicolon
170 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
171 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
171 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
172 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
172 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
172 | ERROR | [ ] Style definitions must end with a semicolon
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
177 | ERROR | [x] CSS colours must be defined in lowercase; expected #fbfbfb
| | but found #FBFBFB
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 | [ ] Style definitions must end with a semicolon
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
181 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
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 | [ ] Style definitions must end with a semicolon
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
185 | ERROR | [ ] Style definitions must end with a semicolon
188 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
188 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
188 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
191 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
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
194 | ERROR | [x] CSS colours must be defined in lowercase; expected #e1d5e9
| | but found #E1D5E9
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 | [ ] Style definitions must end with a semicolon
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
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
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
205 | ERROR | [ ] Style definitions must end with a semicolon
207 | ERROR | [x] Multiple selectors should each be on a single line
208 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
208 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
208 | ERROR | [ ] Style definitions must end with a semicolon
208 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
210 | ERROR | [x] Multiple selectors should each be on a single line
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 | [ ] Style definitions must end with a semicolon
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
214 | ERROR | [ ] Style definitions must end with a semicolon
214 | ERROR | [x] CSS colours must be defined in lowercase; expected #a27ef4
| | but found #A27EF4
217 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
217 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
218 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
219 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
219 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
219 | ERROR | [ ] Style definitions must end with a semicolon
219 | ERROR | [x] CSS colours must be defined in lowercase; expected #fbfbfb
| | but found #FBFBFB
224 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
224 | ERROR | [x] CSS colours must be defined in lowercase; expected #292d36
| | but found #292D36
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
225 | ERROR | [ ] Style definitions must end with a semicolon
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
228 | ERROR | [x] CSS colours must be defined in lowercase; expected #309f8f
| | but found #309F8F
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 | [ ] Style definitions must end with a semicolon
232 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
232 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
232 | ERROR | [ ] Style definitions must end with a semicolon
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
235 | ERROR | [ ] Style definitions must end with a semicolon
238 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
238 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
238 | ERROR | [ ] Style definitions must end with a semicolon
238 | ERROR | [x] CSS colours must be defined in lowercase; expected #d25f60
| | but found #D25F60
241 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
241 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
241 | ERROR | [x] CSS colours must be defined in lowercase; expected #22252d
| | but found #22252D
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
242 | ERROR | [ ] Style definitions must end with a semicolon
245 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
246 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
249 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
249 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
249 | ERROR | [ ] Style definitions must end with a semicolon
251 | ERROR | [x] Multiple selectors should each be on a single line
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 | [ ] Style definitions must end with a semicolon
252 | ERROR | [x] CSS colours must be defined in lowercase; expected #309f8f
| | but found #309F8F
254 | ERROR | [x] Multiple selectors should each be on a single line
255 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
255 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
255 | ERROR | [ ] Style definitions must end with a semicolon
258 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
258 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
258 | ERROR | [ ] Style definitions must end with a semicolon
258 | ERROR | [x] CSS colours must be defined in lowercase; expected #22252d
| | but found #22252D
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] CSS colours must be defined in lowercase; expected #22252d
| | but found #22252D
262 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
262 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
263 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
263 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
263 | ERROR | [ ] Style definitions must end with a semicolon
263 | ERROR | [x] CSS colours must be defined in lowercase; expected #292d36
| | but found #292D36
268 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
268 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
271 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
271 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
272 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
272 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
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
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
276 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
277 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
277 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
277 | ERROR | [ ] Style definitions must end with a semicolon
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
280 | ERROR | [ ] Style definitions must end with a semicolon
283 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
283 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
283 | ERROR | [ ] Style definitions must end with a semicolon
283 | ERROR | [x] CSS colours must be defined in lowercase; expected #4b4f50
| | but found #4B4F50
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
286 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
290 | ERROR | [x] CSS colours must be defined in lowercase; expected #e1d5e9
| | but found #E1D5E9
293 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
293 | 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
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
300 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
300 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
300 | ERROR | [ ] Style definitions must end with a semicolon
302 | ERROR | [x] Multiple selectors should each be on a single line
303 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
303 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
303 | ERROR | [ ] Style definitions must end with a semicolon
303 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
305 | ERROR | [x] Multiple selectors should each be on a single line
306 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
306 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
306 | ERROR | [ ] Style definitions must end with a semicolon
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 | [ ] Style definitions must end with a semicolon
309 | ERROR | [x] CSS colours must be defined in lowercase; expected #eaedef
| | but found #EAEDEF
312 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
312 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
312 | ERROR | [x] CSS colours must be defined in lowercase; expected #4b4f50
| | but found #4B4F50
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
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 | [ ] Style definitions must end with a semicolon
319 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
319 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
322 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
322 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
325 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
325 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
328 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
328 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
328 | ERROR | [x] CSS colours must be defined in lowercase; expected #f7f7f7
| | but found #F7F7F7
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
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
333 | ERROR | [x] CSS colours must be defined in lowercase; expected #309f8f
| | but found #309F8F
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 | [ ] Style definitions must end with a semicolon
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
340 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
340 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
340 | ERROR | [ ] Style definitions must end with a semicolon
340 | ERROR | [x] CSS colours must be defined in lowercase; expected #309f8f
| | but found #309F8F
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 | [ ] Style definitions must end with a semicolon
343 | ERROR | [x] CSS colours must be defined in lowercase; expected #d25f60
| | but found #D25F60
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] CSS colours must be defined in lowercase; expected #d25f60
| | but found #D25F60
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 | [ ] Style definitions must end with a semicolon
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
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
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
356 | ERROR | [x] Multiple selectors should each be on a single line
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 | [ ] Style definitions must end with a semicolon
357 | ERROR | [x] CSS colours must be defined in lowercase; expected #309f8f
| | but found #309F8F
359 | ERROR | [x] Multiple selectors should each be on a single line
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
360 | ERROR | [ ] Style definitions must end with a semicolon
363 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
363 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
364 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
364 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
367 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
367 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
367 | ERROR | [x] CSS colours must be defined in lowercase; expected #f7f7f7
| | but found #F7F7F7
368 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
368 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
369 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
369 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
374 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
374 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
374 | ERROR | [x] CSS colours must be defined in lowercase; expected #f7f6f7
| | but found #F7F6F7
375 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
375 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
376 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
376 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
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
379 | ERROR | [x] CSS colours must be defined in lowercase; expected #dd558d
| | but found #DD558D
380 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
380 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
380 | ERROR | [ ] Style definitions must end with a semicolon
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
386 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
386 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
389 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
389 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
389 | ERROR | [ ] Style definitions must end with a semicolon
389 | ERROR | [x] CSS colours must be defined in lowercase; expected #7b75b0
| | but found #7B75B0
392 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
392 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
392 | ERROR | [x] CSS colours must be defined in lowercase; expected #453f72
| | but found #453F72
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
393 | ERROR | [ ] Style definitions must end with a semicolon
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
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] Multiple selectors should each be on a single line
403 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
403 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
403 | ERROR | [ ] Style definitions must end with a semicolon
403 | ERROR | [x] CSS colours must be defined in lowercase; expected #dd558d
| | but found #DD558D
405 | ERROR | [x] Multiple selectors should each be on a single line
406 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
406 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
406 | ERROR | [ ] Style definitions must end with a semicolon
409 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
409 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
409 | ERROR | [x] CSS colours must be defined in lowercase; expected #a89ddf
| | but found #A89DDF
410 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
410 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
413 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
413 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
413 | ERROR | [x] CSS colours must be defined in lowercase; expected #f7f7f7
| | but found #F7F7F7
414 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
414 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
415 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
415 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
420 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
420 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
420 | ERROR | [x] CSS colours must be defined in lowercase; expected #fbfbfb
| | but found #FBFBFB
421 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
421 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
422 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
422 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
425 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
425 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
425 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
426 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
426 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
426 | ERROR | [ ] Style definitions must end with a semicolon
429 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
429 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
429 | ERROR | [ ] Style definitions must end with a semicolon
432 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
432 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
432 | ERROR | [ ] Style definitions must end with a semicolon
435 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
435 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
435 | ERROR | [ ] Style definitions must end with a semicolon
435 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
438 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
438 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
439 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
439 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
439 | ERROR | [ ] Style definitions must end with a semicolon
442 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
442 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
443 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
443 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
446 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
446 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
449 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
449 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
449 | ERROR | [ ] Style definitions must end with a semicolon
451 | ERROR | [x] Multiple selectors should each be on a single line
452 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
452 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
452 | ERROR | [ ] Style definitions must end with a semicolon
452 | ERROR | [x] CSS colours must be defined in lowercase; expected #fdba3d
| | but found #FDBA3D
454 | ERROR | [x] Multiple selectors should each be on a single line
455 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
455 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
455 | ERROR | [ ] Style definitions must end with a semicolon
458 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
458 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
459 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
459 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
462 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
462 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
463 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
463 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
463 | ERROR | [x] CSS colours must be defined in lowercase; expected #69757b
| | but found #69757B
464 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
464 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
464 | ERROR | [ ] Style definitions must end with a semicolon
464 | ERROR | [x] CSS colours must be defined in lowercase; expected #fbfbfb
| | but found #FBFBFB
467 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
467 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
472 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
472 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
473 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
473 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
474 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
474 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
475 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
475 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
475 | ERROR | [ ] Style definitions must end with a semicolon
478 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
478 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
479 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
479 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
480 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
480 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
482 | ERROR | [x] Multiple selectors should each be on a single line
483 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
483 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
484 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
484 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
484 | ERROR | [ ] Style definitions must end with a semicolon
487 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
487 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
488 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
488 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
489 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
489 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
489 | ERROR | [ ] Style definitions must end with a semicolon
492 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
492 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
493 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
493 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
493 | ERROR | [ ] Style definitions must end with a semicolon
496 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
496 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
497 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
497 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
500 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
500 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
501 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
501 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
502 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
502 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
503 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
503 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
504 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
504 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
505 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
505 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
506 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
506 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
507 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
507 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
508 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
508 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
510 | ERROR | [ ] Class definition is empty
511 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
511 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
514 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
514 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
515 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
515 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
515 | ERROR | [ ] Style definitions must end with a semicolon
518 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
518 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
521 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
521 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
521 | ERROR | [ ] Style definitions must end with a semicolon
522 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 510 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

FILE: ...upal10/web/modules/contrib/calculator/templates/calculator-block.html.twig
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
46 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------

Time: 515ms; Memory: 14MB

Steps to reproduce

Execute the command: phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,js,info,txt,md,yml,twig calculator/

Remaining tasks

Patch review.

๐Ÿ“Œ Task
Status

Fixed

Version

1.2

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia urvashi_vora Madhya Pradesh, India

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

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

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024