third_party.pylibs.pylint.src/pylint
Claudiu Popa a51597920b Removed the bad-builtin check
Using some of the builtins is just fine, we don't have to warn
about using filter or map, since it imposes a split opinion,
that can't be easily be agreed with in certain cases, leading to
the disabling of the check. As such, is far more suited to remove
the check.
2016-05-10 16:42:28 +03:00
..
checkers Removed the bad-builtin check 2016-05-10 16:42:28 +03:00
extensions Add check for mccabe complexity cyclomatic threshold (#877) 2016-05-09 11:56:34 +03:00
pyreverse Update docs for --ignore option 2016-04-24 01:09:37 +03:00
reporters
test Removed the bad-builtin check 2016-05-10 16:42:28 +03:00
__init__.py
__main__.py
__pkginfo__.py Add check for mccabe complexity cyclomatic threshold (#877) 2016-05-09 11:56:34 +03:00
config.py
epylint.py
graph.py
gui.py
interfaces.py
lint.py Add the current directory as well into sys.path. This will fix some issues with local namespace packages, such as no-name-in-module. 2016-05-10 12:57:50 +03:00
testutils.py
utils.py Add the current directory as well into sys.path. This will fix some issues with local namespace packages, such as no-name-in-module. 2016-05-10 12:57:50 +03:00