Problem/Motivation

FILE: /EPT-Module/ept_carousel.module

------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------
3 | ERROR | Missing short description in doc comment
------------------------------------------------------------------------------

Steps to reproduce

Run phpcs command to get the drupal coding standard issues.
Command : phpcs --standard=Drupal,DrupalPractice --extensions='php,module,inc,yml,install,test,profile,theme,css,info,txt,md,twig' --ignore='.features,.pages,.inc,node_modules'

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.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sunil jolapara created an issue. See original summary.

sunil jolapara’s picture

Status: Needs work » Needs review
avpaderno’s picture

Status: Needs review » Needs work
Issue tags: +Needs issue summary update

The issue summary for PHP_CodeSniffer issues should always show the report given from PHP_CodeSniffer and the arguments passed to phpcs.

Furthermore, since GitLab CI is now enabled for all the projects, GitLab CI should be used to get PHP_CodeSniffer errors/warnings.

zaryab_drupal’s picture

Issue summary: View changes

levmyshkin’s picture

Status: Needs work » Fixed
levmyshkin’s picture

Status: Fixed » Closed (fixed)