On Mon, Jun 20, 2005 at 09:09:24PM -0700, Loren Wilton wrote:
> Theo, I thought the warning on rule name length and description length had 
> either been eliminated to drastically lengthened for non-English rules.  Or 
> was this only in the 3.1 stream?  I know there was work done on this 
> somewhere.

I don't believe anything was changed about this.  The 3.1 code, for instance,
still looks for 50 chars:

  while ( ($k,$v) = each %{$conf->{tests}} ) {
    if ($conf->{lint_rules}) {
      if (length($k) > 50 && $k !~ /^__/ && $k !~ /^T_/) {
        warn "config: warning: rule name '$k' is over 50 chars\n";
        $conf->{errors}++;
      }
    }
    [...]
  }

-- 
Randomly Generated Tagline:
 "And Fry, we owe you a tremendous debt as well. Were it not for your
 twentieth century garbage-making skills, we'd all be 
  buried under twentieth century garbage." -Mayor

Attachment: pgpNukspMpA81.pgp
Description: PGP signature

Reply via email to