← Back to team overview

launchpad-dev team mailing list archive

Re: RFC: change from using lint to using a pretty printer

 

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

On 11-06-14 01:02 PM, Martin Pool wrote:
> It seems to me there is O(n*m) behaviour in Launchpad by having lint
> warnings mentioned in every review but never actually fixed.

It may seem that way, but I think we're actually doing quite well.  Of
2113 python files in lib/lp, 1361 are entirely lint-free.  People do fix
them.  We could probably do better, though.

Aaron

P.S. I gathered those figures with:

for x in $(find -regex './lib/lp/.*.py'); do
  if bin/lint.sh $x>/dev/null; then
    echo $x
  fi
done
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk33sJcACgkQ0F+nu1YWqI05IwCeLjW4dVbUeUO9YwbBilfX9jnB
a/QAmwaY87YYLnBwQJKNeB0byLAEhC71
=bhLV
-----END PGP SIGNATURE-----


References