In admin/modules the description for xmlsitemap appears as 'No description available'
Pretty sure is because # is used as comment instead of semicolon ; in info file.
This may also influence functionality as the rest of the lines below '#' character seems to be ignored.
git commit -m 'Issue #3003888 by Dave Reid, VicOnt, saurabh-chugh, RenatoG: '\''No description available'\'' appears modules list' --author="davereid "
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 3003888-fix-info-files-unneeded.patch | 672 bytes | dave reid |
| #10 | 3003888-fix-info-files-unneeded.patch | 671 bytes | dave reid |
| #9 | 3003888-fix-info-files-unneeded.patch | 628 bytes | dave reid |
| #6 | after.png | 46.88 KB | renatog |
| #6 | before.png | 39.86 KB | renatog |
Comments
Comment #2
VicOnt commentedComment #3
VicOnt commentedComment #4
VicOnt commentedComment #5
saurabh-chugh commented@vicOnt You are correct. I think it better if we remove this comment.
Comment #6
renatog commentedI checked and really makes sense.
Before

After

Good catch @VicOnt
Comment #8
renatog commentedCommitted to the dev branch.
@saurabh-chugh: Thank you for your review.
But this comment should exist for phpcs.
Best
Comment #9
dave reidWhy not just also fix the coding standard violations? I don't see any reason to list the files that don't contain classes, so this was a valid fix.
Comment #10
dave reid(I say this also as the person who apparently added those files[] listing back during the original port in 2010, my bad).
This also adds robotstxt as a test_dependency so that we can get that test running again on the testbot.
Comment #13
dave reidComment #15
dave reidCommitted #13 to 7.x-2.x.