- Issue created by @tdomke
- Status changed to Needs review
4 months ago 9:00am 6 December 2024
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.
The application of the patch will fail due to conflicting line endings.
Change the line endings of the file config/schema/pathalias_extend.schema.yml
.
Active
1.0
Code
It involves compliance with, or the content of coding standards. Requires broad community agreement.