third_party.pylibs.pylint.src/checkers
2013-04-25 09:34:25 +02:00
..
__init__.py move string literal checker from format.py to strings.py 2013-03-29 17:39:14 +01:00
base.py Change C0109 [useless-else-on-loop] to W0120 (W0109 is already taken) and change it to only accept breaks for else: branches on loops. 2013-04-25 09:34:25 +02:00
classes.py erroneous W0212 (access to protected member) on super call. Closes #115580 2013-01-08 18:35:22 +01:00
design_analysis.py integrate patch from Peter Hammond to check protocol completness and avoid false R0903. Closes #104420 2012-09-28 18:12:00 +02:00
exceptions.py Closes #104572: symbolic warning names in output (by Martin Pool) 2012-09-19 17:15:43 +02:00
format.py Make sure that pragmas that apply to whole lines are interpreted literally, so that 2013-03-29 18:09:59 +01:00
imports.py stop relying on is_standard_module to avoid having internal dependencies in external deps report. Closes #124660 2013-03-29 16:57:52 +01:00
logging.py use any(genexp) rather than a list comprehension 2013-03-27 16:41:19 +01:00
misc.py Closes #104572: symbolic warning names in output (by Martin Pool) 2012-09-19 17:15:43 +02:00
newstyle.py Closes #104572: symbolic warning names in output (by Martin Pool) 2012-09-19 17:15:43 +02:00
raw_metrics.py
similar.py Add --ignore-imports option to similarity checking. Closes #106534. 2012-09-29 23:47:36 -04:00
strings.py Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. Closes #74013 2013-03-29 18:11:40 +01:00
typecheck.py Improve the warning message for E1124[redundant-keyword-arg]. 2013-03-29 17:59:05 +01:00
utils.py move string literal checker from format.py to strings.py 2013-03-29 17:39:14 +01:00
variables.py use .fromlineno instead of .lineno (which is not reliable) 2013-02-25 12:00:10 +01:00