Wrong line endings in schema file pathalias_extend.schema.yml

Created on 17 July 2024, 9 months ago

Problem/Motivation

The file in question config/schema/pathalias_extend.schema.yml has CRLF line endings. The Drupal Coding Standards require LF line endings to be used instead.

Aside from this, patches created with git on a Unix-like system or a system with git configured to ensure LF line endings will fail to apply with a composer pipeline.

Steps to reproduce

  1. Install the module
  2. Make changes and write them to a patch file with git diff
  3. Try to install the patch with composer

The application of the patch will fail due to conflicting line endings.

Proposed resolution

Change the line endings of the file config/schema/pathalias_extend.schema.yml.

Remaining tasks

  • Change the file
🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇩🇪Germany tdomke Berlin

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.71.5 2024