third_party.pylibs.pylint.src/pylint
Ł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
..
checkers New refactoring checker: consider-using-ternary (#1210) 2016-12-18 11:13:51 +02:00
extensions New refactoring checker: consider-using-ternary (#1210) 2016-12-18 11:13:51 +02:00
pyreverse The default package is none for pyreverse. Close #567 2016-08-01 21:48:56 +03:00
reporters Simplify the code to not use assertion and exceptions. 2016-12-14 10:29:59 +02:00
test New refactoring checker: consider-using-ternary (#1210) 2016-12-18 11:13:51 +02:00
__init__.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
__main__.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
__pkginfo__.py Add compatibility with old versions of setuptools (#1107) 2016-09-25 20:01:53 +03:00
config.py Extracted overlapping exceptions checker into extension 2016-12-15 14:37:40 +02:00
epylint.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
exceptions.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
graph.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
interfaces.py Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
lint.py Fix spelling 2016-12-08 23:41:50 +02:00
testutils.py Add confidence to error messages about str.translate and str.encode/decode (#1197) 2016-12-05 15:06:45 -08:00
utils.py New refactoring checker: consider-using-ternary (#1210) 2016-12-18 11:13:51 +02:00