- Issue created by @renatog
- Status changed to Closed: won't fix
over 1 year ago 10:09pm 14 March 2023
Congrats on the project. Is very well organized, and the code is really good
After install I went to README template to read more about it and learn how use in the documentation and I saw that the readme had some lines exceeding the limit of 80 chars. It worked fine, but I took the opportunity and fixed that
Go to the folder
Run this command phpcs --standard=Drupal README.md
It'll return:
FILE: README.md
------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 114 characters
4 | WARNING | Line exceeds 80 characters; contains 113 characters
9 | WARNING | Line exceeds 80 characters; contains 117 characters
33 | WARNING | Line exceeds 80 characters; contains 105 characters
------------------------------------------------------------------------------------------------
Closed: won't fix
1.1
Code