~ubuntu-branches/ubuntu/quantal/pylint/quantal

« back to all changes in this revision

Viewing changes to checkers/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2011-08-02 20:05:50 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110802200550-5efk0cfszfzjpjdn
Tags: 0.24.0-1
* New upstream release
* debian/copyright
  - bump upstream and packaging copyright years
* debian/rules
  - add build-arch build-indep targets, as suggested by lintian
* debian/control
  - bump Standards-Version to 3.9.2 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
09: design_analysis
28
28
10: newstyle
29
29
11: typecheck
 
30
12: logging
 
31
13: string_format
 
32
14-50: not yet used: reserved for future internal checkers.
 
33
51-99: perhaps used: reserved for external checkers
30
34
 
31
35
The raw_metrics checker has no number associated since it doesn't emit any
32
36
messages nor reports. XXX not true, emit a 07 report !
 
37
 
33
38
"""
34
39
 
35
40
import tokenize