third_party.pylibs.pylint.src/pylint/extensions
Łukasz Rogalski 1e44d42aca New refactoring checker: consider-using-ternary (#1210)
This check is emitted when pylint encounters constructs which were used to emulate ternary statement before it was introduced in Python 2.5.

Close #1204
2016-12-18 11:13:51 +02:00
..
__init__.py
_check_docs_utils.py Added Epytext support to docparams extension (Closes #1030) 2016-07-23 13:33:42 +01:00
bad_builtin.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
bad_builtin.rst
check_docs.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
check_elif.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
docparams.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
docparams.rst
docstyle.py New refactoring checker: consider-using-ternary (#1210) 2016-12-18 11:13:51 +02:00
mccabe.py Use attributes from modules instead of cluttering the namespace. 2016-07-27 22:42:17 +03:00
mccabe.rst
overlapping_exceptions.py Simplify loop. 2016-12-16 22:36:45 +02:00
redefined_variable_type.py Move unneeded-not into refactoring, where it belongs. 2016-07-27 22:22:23 +03:00