~ubuntu-branches/ubuntu/trusty/pylint/trusty

« back to all changes in this revision

Viewing changes to checkers/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2009-03-27 09:45:39 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090327094539-xe2s86jkbvdv3xhb
Tags: 0.18.0-1
* New upstream release
* debian/copyright
  - added packaging copyright for the work I do
  - clearly separated copyright and license notices, indenting by 4 spaces
  - link to GPL-2 file, not to the generic GPL
* debian/control
  - updated Homepage field
  - bump versions for python-logilab-common and python-logilab-astng depends
  - bump Standard-Versions to 3.8.1 (no changes needed)
* debian/{control, rules}
  - switch from python-central to python-support
* debian/rules
  - 'build' is a dir, we need to clean with 'rm'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2003-2006 LOGILAB S.A. (Paris, FRANCE).
 
1
# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
2
2
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
3
3
#
4
4
# This program is free software; you can redistribute it and/or modify it under
27
27
09: design_analysis
28
28
10: newstyle
29
29
11: typecheck
30
 
12: rpython
31
30
 
32
31
The raw_metrics checker has no number associated since it doesn't emit any
33
32
messages nor reports. XXX not true, emit a 07 report !