Add yarn script commands for Drupal coding standard and Drupal Practice for Webtheme Default Content

Created on 23 August 2023, about 1 year ago

Problem/Motivation

Drupal coding standard and Drupal Practice check should pass

PHPCS, PHPCBF for both --standard=Drupal and --standard=DrupalPractice

Check Webtheme Default Content Drupal coding standard

phpcbf --standard=Drupal --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/products/webtheme_default_content/ --ignore=/var/www/html/products/webtheme_default_content/node_modules/

phpcs --standard=Drupal --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/products/webtheme_default_content/ --ignore=/var/www/html/products/webtheme_default_content/node_modules/

Check Webtheme Default Content Drupal Practice

phpcbf --standard=DrupalPractice --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/products/webtheme_default_content/ --ignore=/var/www/html/products/webtheme_default_content/node_modules/

phpcs --standard=DrupalPractice --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/products/webtheme_default_content/ --ignore=/var/www/html/products/webtheme_default_content/node_modules/

Proposed resolution

yarn phpcs
yarn phpcbf
yarn lint:yaml

as

  "scripts": {
    "phpcs": "phpcs --standard=./.phpcs.xml .",
    "phpcbf": "phpcbf --standard=./.phpcs.xml .",
    "lint:yaml": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.json --ext .yml ."
  },
📌 Task
Status

Fixed

Version

10.0

Component

Code

Created by

🇯🇴Jordan Shaimaa Natshah

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024