Drupal Coding Standards Issues | phpcs

Created on 14 February 2023, over 1 year ago
Updated 1 June 2023, over 1 year ago

Problem/Motivation

Getting following error/warnings.

FILE: /var/www/html/modules/contrib/paragraphs_summary_token/tests/modules/paragraphs_summary_token_test/paragraphs_summary_token_test.info.yml
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------------
1 | WARNING | "Description" property is missing in the info.yml file
-----------------------------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/modules/contrib/paragraphs_summary_token/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
----------------------------------------------------------------------
12 | WARNING | Line exceeds 80 characters; contains 81 characters
49 | WARNING | Line exceeds 80 characters; contains 87 characters
50 | WARNING | Line exceeds 80 characters; contains 85 characters
----------------------------------------------------------------------

FILE: /var/www/html/modules/contrib/paragraphs_summary_token/src/Traits/ParagraphsSummaryTokenTrait.php
-------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------
79 | ERROR | The array declaration extends to column 81 (the limit is 80). The array content should be split up over multiple lines
-------------------------------------------------------------------------------------------------------------------------------------

FILE: /var/www/html/modules/contrib/paragraphs_summary_token/src/Service/SummaryBuilder.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
12 | WARNING | The @see url '\Drupal\paragraphs_summary_token\Service\TextSummaryBuilder' does not match the standard: http(s)://www.drupal.org/node/n or
| | http(s)://www.drupal.org/project/aaa/issues/n
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Time: 3.05 secs; Memory: 8MB

Steps to reproduce

Run following command

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

Proposed resolution

Above error/warnings need to be fixed.

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇮🇳India samit.310@gmail.com

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