As of new code style guide line one should always use a space in string concatenation such as: "" . ""

I see that coder.modules v6 will false-positive match all string concat based on the new rule.

If we change the rule all old concatenations will match positive. (patch attached)

Any suggestions?

CommentFileSizeAuthor
coder_style.inc_.patch631 bytesmiro_dietiker

Comments

stella’s picture

Status: Active » Closed (duplicate)

The new string concatenation is only strictly enforced for Drupal 7. For Drupal 6 both the old and new string concatenations are allowed. Marking as a duplicate of #246568: Coding standards of string concatenation have changed