Problem/Motivation
FILE: factory_lollipop\CHANGELOG.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
61 | WARNING | Line exceeds 80 characters; contains 85 characters
----------------------------------------------------------------------
FILE: factory_lollipop\CONTRIBUTING.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 14 WARNINGS AFFECTING 14 LINES
----------------------------------------------------------------------
36 | WARNING | Line exceeds 80 characters; contains 89 characters
41 | WARNING | Line exceeds 80 characters; contains 116 characters
55 | WARNING | Line exceeds 80 characters; contains 149 characters
59 | WARNING | Line exceeds 80 characters; contains 106 characters
61 | WARNING | Line exceeds 80 characters; contains 84 characters
79 | WARNING | Line exceeds 80 characters; contains 116 characters
80 | WARNING | Line exceeds 80 characters; contains 117 characters
82 | WARNING | Line exceeds 80 characters; contains 101 characters
85 | WARNING | Line exceeds 80 characters; contains 89 characters
91 | WARNING | Line exceeds 80 characters; contains 90 characters
101 | WARNING | Line exceeds 80 characters; contains 95 characters
102 | WARNING | Line exceeds 80 characters; contains 97 characters
112 | WARNING | Line exceeds 80 characters; contains 305 characters
123 | WARNING | Line exceeds 80 characters; contains 85 characters
----------------------------------------------------------------------
FILE: factory_lollipop\factory_lollipop.info.yml
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-------------------------------------------------------------------------------------------------------------
FILE: factory_lollipop\factory_lollipop.services.yml
------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------
112 | ERROR | [x] Expected 1 newline at end of file; 2 found
------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------
FILE: factory_lollipop\modules\factory_lollipop_paragraphs\factory_lollipop_paragraphs.info.yml
-------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-------------------------------------------------------------------------------------------------------------------------
FILE:
factory_lollipop\modules\factory_lollipop_paragraphs\tests\modules\factory_lollipop_paragraphs_test\factory_lollipop_paragraphs_test.info.yml
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: factory_lollipop\README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 18 WARNINGS AFFECTING 18 LINES
----------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 139 characters
5 | WARNING | Line exceeds 80 characters; contains 92 characters
11 | WARNING | Line exceeds 80 characters; contains 93 characters
13 | WARNING | Line exceeds 80 characters; contains 121 characters
15 | WARNING | Line exceeds 80 characters; contains 140 characters
20 | WARNING | Line exceeds 80 characters; contains 167 characters
22 | WARNING | Line exceeds 80 characters; contains 202 characters
23 | WARNING | Line exceeds 80 characters; contains 113 characters
25 | WARNING | Line exceeds 80 characters; contains 98 characters
27 | WARNING | Line exceeds 80 characters; contains 181 characters
39 | WARNING | Line exceeds 80 characters; contains 177 characters
40 | WARNING | Line exceeds 80 characters; contains 118 characters
49 | WARNING | Line exceeds 80 characters; contains 83 characters
96 | WARNING | Line exceeds 80 characters; contains 113 characters
98 | WARNING | Line exceeds 80 characters; contains 104 characters
99 | WARNING | Line exceeds 80 characters; contains 98 characters
101 | WARNING | Line exceeds 80 characters; contains 247 characters
108 | WARNING | Line exceeds 80 characters; contains 108 characters
----------------------------------------------------------------------
FILE: factory_lollipop\tests\modules\factory_lollipop_test\factory_lollipop_test.info.yml
-------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-------------------------------------------------------------------------------------------------------------------
FILE: factory_lollipop\UPGRADING.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
5 | WARNING | Line exceeds 80 characters; contains 141 characters
7 | WARNING | Line exceeds 80 characters; contains 217 characters
----------------------------------------------------------------------
Steps to reproduce
Run phpcs command to get the drupal coding standard issues.
Proposed resolution
Many of the issues can be fixed by running the phpcbf command. For the remaining ones, we will need to manually address and then commit these changes before pushing them.