One problem I'm having is the error "Inline comments must end in full-stops, exclamation marks, or question marks."

The patch attached corrects the issue by placing a period after each comment.

CommentFileSizeAuthor
features-drupalcs-comments.patch3.53 KBjessehs

Comments

hefox’s picture

Title: Output features according to DrupalCS coding standards. » Make sure all comments in created features end period

Making issue specific to the patch. Generic problems are horrid to handle in one issue; they can live forever as new things are found (e.g. re-opened, closed, re-opened, etc.)

mpotter’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Patch (to be ported)

Yep, exactly. For example, this one was easy to apply and close. Committed and pushed to f51a958. So feel free to create other issues for coding standard changes like this.

  • mpotter committed f51a958 on 8.x-3.x
    Issue #1597792 by jessehs: Make sure all comments in created features...