Drupal Coding Standards issues

Created on 23 October 2021, about 3 years ago
Updated 15 July 2024, 5 months ago

Problem/Motivation

I have been used this project which is helped me a lot on my projects, so to try retribute a little I'm trying to improve it.

I found some Drupal coding standards issues and I fixed. I'm creating a patch and in soon I will share on this page.

🐛 Bug report
Status

Needs work

Version

1.0

Component

Code

Created by

🇧🇷Brazil fkatsukawa São Paulo, 🇧🇷

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

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India riddhi.addweb

    I tried the #2 patch, but seems like the patch is not working.

    Checking patch composer_deploy.install...
    Checking patch composer_deploy.module...
    error: while searching for:
        $project = basename($file->getFilename(), '.info.yml');
        $package = $handler->getPackage($project);
        if ($package) {
          // Skip processing for Drupal submodules. Submodules (e.g. ldap_authentication ldap) are shipped as metapackages.
          if ($package['type'] == 'metapackage') {
            return;
          }
    
    error: patch failed: composer_deploy.module:36
    error: composer_deploy.module: patch does not apply
    Checking patch src/ComposerDeployHandler.php...
    error: while searching for:
    <?php
    
    /**
     * @file
     * Contains \Drupal\composer_deploy\ComposerDeployHanlder.
     */
    
    namespace Drupal\composer_deploy;
    
    class ComposerDeployHandler {
    
      protected $packages = [];
    
      /**
    
    error: patch failed: src/ComposerDeployHandler.php:1
    error: src/ComposerDeployHandler.php: patch does not apply
    
    • webflo committed 4223a831 on 8.x-1.x
      Issue #3245516: Cleanup config/schema/composer_deploy.schema.yml
      
  • First commit to issue fork.
  • Merge request !10Fix CS → (Open) created by webflo
Production build 0.71.5 2024