Opened 9 years ago
Closed 9 years ago
#42424 closed defect (bug) (fixed)
Codemirror: Unify line endings in csslint.js
| Reported by: | obenland | Owned by: | obenland |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Customize | Version: | 4.9 |
| Severity: | normal | Keywords: | has-patch dev-reviewed commit |
| Cc: | Focuses: |
Description
The csslint.js file comes with severe line ending and possibly whitespace issues, to a degree where it makes the file basically unmergeable in larger WordPress installations.
This is likely a problem caused upstream and will probably be a non-issue once #41870 is merged in the next release.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I applied the patch and did
git diff -wand the diff came up empty, so there are no changes other than whitespace. I also tried editing CSS and I got the expected linting messages.