-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Theo Van Dinter writes:
> 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}++;
>       }
>     }
>     [...]
>   }

3.1 no longer complains about descriptions over (what was it?) 70 chars --
it does complain about overlong rule names, but descriptions have a much
higher limit now iirc.  So that aspect shouldn't be a problem for
translators in 3.1.

- --j.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Exmh CVS

iD8DBQFCuEUgMJF5cimLx9ARAsl6AJsF7/nvftfVY2f1g5SpBCfy+rTS9ACfZmTu
zH79kb9zGARYypaKp/CK7qo=
=PCy6
-----END PGP SIGNATURE-----

Reply via email to