third_party.pylibs.pylint.src/checkers
2014-08-27 15:54:36 +03:00
..
__init__.py
base.py
classes.py
design_analysis.py
exceptions.py
format.py
imports.py
logging.py
misc.py Notes (TODO, XXX etc) are now searched for using a simple in before resorting to the regular expression, in order to avoid using the regexp on every line and to prevent a pathological problem for extremely long lines (50k+ characters) 2014-08-21 16:02:41 +02:00
newstyle.py
raw_metrics.py
similar.py
spelling.py
stdlib.py
strings.py
typecheck.py
utils.py
variables.py