search the file with regex "\r\n" and you will get 129 matches... drupal dev rules requires to have unix line feed only.

Comments

gábor hojtsy’s picture

Status: Active » Postponed (maintainer needs more info)

I checked the file, but cannot see these newline violations now. Do you still see this in the latest version? (Just comitted a new version).

hass’s picture

Status: Postponed (maintainer needs more info) » Active

i checked CVS version and now *all* files have [\r] in line feeds... but unix line feed is [\n] only. not sure if eclipse 3.3 is the liar, but some other modules does not have this issue.

Looks weird... are you able to verify?

gábor hojtsy’s picture

Status: Active » Fixed

Well, as far as I see, there is code 0A == LF == line feed == \n in the files. I checked with a hex editor. I also checked other modules, like views and they have 0A too.

Anonymous’s picture

Status: Fixed » Closed (fixed)