Index: coder_style.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/coder/includes/coder_style.inc,v retrieving revision 1.4.4.7.4.11 diff -u -u -p -r1.4.4.7.4.11 coder_style.inc --- coder_style.inc 1 Feb 2008 12:54:18 -0000 1.4.4.7.4.11 +++ coder_style.inc 24 Feb 2008 22:54:03 -0000 @@ -114,7 +114,8 @@ function coder_style_reviews() { ), array( '#type' => 'regex', - '#value' => '\[\s*[a-z][a-z0-9_]+\\s*]', + '#value' => '\[\s*[A-Za-z][A-Za-z0-9_]+\\s*]', + '#not' => '\[\s*[A-Z][A-Z0-9_]+\\s*]', '#warning' => 'use quotes around a string literal array index, this is not only a style issue, but a known performance problem', '#case-sensitive' => TRUE, ),