third_party.pylibs.pylint.src/pylint
Claudiu Popa 9aa5aa543b Run pylint from epylint using -c.
This gets rid of a potential issue which can occur if epylint was calling pylint
with lint.py instead. When this was happening, the first entry of sys.path would
have been the directory of pylint which contains lint.py. At the same time, if
someone analyzes, with epylint, a file that contains an import of a module,
and that module has the same name as one of the modules that are coming along
with pylint's lint.py, then instead of importing the module from site-packages,
the pylint's module would have been imported instead.

Close #920
2016-06-23 16:25:44 +01:00
..
checkers Check proxies when verifying if an object supports a protocol 2016-06-20 19:40:08 +01:00
extensions check_docs warns for redundant return docstring (#929) 2016-06-05 19:53:02 +01:00
pyreverse Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
reporters Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
test Add some tests for duplicate-key 2016-06-23 14:46:10 +01:00
__init__.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
__main__.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
__pkginfo__.py Install the backport of lru_cache and use it for overriden_method (the same behaviour before changing it to a function per stmt). 2016-06-14 12:17:31 +01:00
config.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
epylint.py Run pylint from epylint using -c. 2016-06-23 16:25:44 +01:00
graph.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
gui.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
interfaces.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
lint.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
testutils.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
utils.py Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00