Drupal Coding Standards Issues | phpcs

Created on 30 January 2023, over 1 year ago
Updated 14 December 2023, 7 months ago

Problem/Motivation

Getting following warnings.

FILE: /var/www/html/modules/contrib/updated/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------
29 | WARNING | Line exceeds 80 characters; contains 382 characters
30 | WARNING | Line exceeds 80 characters; contains 266 characters
31 | WARNING | Line exceeds 80 characters; contains 401 characters
36 | WARNING | Line exceeds 80 characters; contains 233 characters
----------------------------------------------------------------------

Time: 2.72 secs; Memory: 6MB

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/updated/

Proposed resolution

Above warnings need to be fixed.

๐Ÿ“Œ Task
Status

Fixed

Version

1.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

Merge Requests

Comments & Activities

Production build 0.69.0 2024