Opened 7 years ago
Closed 7 years ago
#42424 closed defect (bug) (fixed)
Codemirror: Unify line endings in csslint.js
Reported by: | obenland | Owned by: | obenland |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Customize | Keywords: | has-patch dev-reviewed commit |
Focuses: | Cc: |
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.
I applied the patch and did
git diff -w
and 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.