third_party.pylibs.pylint.src/pylint
Claudiu Popa 40a9d665dd Move redefined-variable-type into an extension
We got a lot of complaints about redefined-variable-type having multiple false positives
and not being reliable enough for a core checker. The fact that it doesn't take into account
duck typing makes it way to noisy when dealing with large code bases. Since it would take
some time until these concerns will be fixed, the checker becomes an extension and
can be later upgraded to a core one.
2016-02-16 17:48:14 +00:00
..
checkers Move redefined-variable-type into an extension 2016-02-16 17:48:14 +00:00
extensions Move redefined-variable-type into an extension 2016-02-16 17:48:14 +00:00
pyreverse
reporters
test Move redefined-variable-type into an extension 2016-02-16 17:48:14 +00:00
__init__.py
__main__.py
__pkginfo__.py
config.py
epylint.py
graph.py
gui.py
interfaces.py
lint.py
testutils.py
utils.py Remove unused import. 2016-02-16 11:53:55 +00:00