Index: includes/coder_style.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/includes/coder_style.inc,v
retrieving revision 1.16.2.18
diff -u -u -p -r1.16.2.18 coder_style.inc
--- includes/coder_style.inc	28 Aug 2008 14:31:19 -0000	1.16.2.18
+++ includes/coder_style.inc	23 Sep 2008 03:59:48 -0000
@@ -45,11 +45,11 @@ function coder_style_reviews() {
       '#value' => '(\S=>|=>\S)',
       '#warning' => 'Arrays should be formatted with a space separating each element and assignment operator',
     ),
-    array(
+/*  array( // uncomment this out in 7.x.
       '#type' => 'regex',
-      '#value' => '(\.\s\'\'|\'\'\s\.|\.\s""|\.\s"")',
+      '#value' => '(\.\'\'|\'\'\.|\.""|\."")',
       '#warning' => 'string concatenation should be formatted without a space separating the operators (dot .) and a quote',
-    ),
+    ), */
     array(
       '#type' => 'regex',
       '#value' => '([^\(\'\"\s0-9]\.|\.[^\)\'\"\=\s0-9])',
