third_party.pylibs.pylint.src/checkers
Sylvain Thénault f8795808c8 refactor messages and checker handling
* new ast walker, built at registration time

* properly handle dependencies between checkers instead of
  priority based order

* only run checker necessary according to activated message

* much more simple command line: [en|dis]able-msg,
  [en|dis]able-msg-cat and [en|dis]able-report superseeded
  by [en|dis]able options

-> we should split current checkers into simpler checker with the
same name, and proper dependencies when needed
2010-04-16 17:51:44 +02:00
..
__init__.py refactor messages and checker handling 2010-04-16 17:51:44 +02:00
base.py apply Donovan Lee Wanhoy patch: don't warn on missing doc string for child classes. 2010-03-29 10:32:08 +02:00
classes.py
design_analysis.py
exceptions.py
format.py don't print 'hopp' 2010-04-06 10:16:56 +02:00
imports.py
logging.py
misc.py
newstyle.py
raw_metrics.py
similar.py
string_format.py
typecheck.py
utils.py fix #20067: pylint crash with AttributeError 2010-04-15 16:19:57 +02:00
variables.py