summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.8.3 releasepylint-1.8.3Claudiu Popa2018-03-161-1/+1
* Don't crash on invalid strings when checking for `logging-format-interpolation`Claudiu Popa2018-03-162-1/+13
* Check if node is in list comprehension in function defaultsBryce Guinta2018-03-032-2/+28
* Add in_comprehension utility functionBryce Guinta2018-03-031-0/+10
* Fix false positive undefined-variable for lambda arguments in classesBryce Guinta2018-03-022-2/+24
* Exempt `__doc__` from triggering a `redefined-builtin`Claudiu Popa2018-03-012-1/+2
* Backport of PR#1855hippo912018-01-284-20/+52
* Removing the trailing newline to force CI (2/2)hippo912018-01-231-1/+0
* Add of a trailing newline to force CI (1/2)hippo912018-01-231-0/+1
* Add of four test dealing with if statements and function definition under themhippo912018-01-233-10/+55
* Prepare releasepylint-1.8.2Claudiu Popa2018-01-231-1/+1
* Add test + fix for 'raise from function'.Brian Shaginaw2018-01-192-0/+18
* Backport of PR #1777hippo912018-01-074-56/+113
* Backport of PR #1757hippo912018-01-042-38/+122
* Backport of PR #1806hippo912018-01-043-7/+28
* Backport of PR #1775hippo912017-12-283-7/+19
* Don't crash when encountering bare raises while checking inconsistent returnsClaudiu Popa2017-12-242-0/+16
* Use the proper node to get the name for redefined functions (#1792)Jacques Kvam2017-12-243-2/+16
* This branch is 1.8.2 nowClaudiu Popa2017-12-241-1/+1
* Fixed a crash which occurred when `Uninferable` wasn't properly handled in `s...Claudiu Popa2017-12-242-3/+11
* Bump to 1.8.1 to republish the wheel with correct versionpylint-1.8.1Claudiu Popa2017-12-151-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-1589-98/+605
* For some reason this test wasn't running until nowClaudiu Popa2017-12-152-7/+4
* Add missing encoding pragma to test fileClaudiu Popa2017-12-151-0/+1
* Prepare 1.8Claudiu Popa2017-12-151-1/+1
* Pylint doesn't take anymore the default rcfile if the rcfile specified on the...hippo912017-12-152-0/+8
* Fix `camelCase` spelling regex. (#1767)Pedro Algarvio2017-12-142-9/+6
* Correct the name of the flag in help stringClaudiu Popa2017-12-121-1/+1
* past.builtins import don't trigger redefined-builtin. Close #1764Claudiu Popa2017-12-121-1/+1
* Remove non-ascii and non-displayable character from the fileClaudiu Popa2017-12-121-1/+1
* Fixes ``pylint disable=fixme` directives ignored for comments following the l...hippo912017-12-112-5/+41
* Fixing the unit testhippo912017-12-112-3/+5
* Add of a test on the presence of = in the line. Return None instead of Return...hippo912017-12-111-2/+2
* Add of 2 very long lines with a disable=fixme directive that should not deact...hippo912017-12-112-5/+9
* Modifying line_too_long.py to add test checking that another directive thant ...hippo912017-12-112-3/+4
* Modifying the way results of OPTION_RGX.search(line) are exploitedhippo912017-12-111-2/+6
* Add check_messages guard where it was missingClaudiu Popa2017-12-111-0/+2
* Jython is no longer supportedHugo2017-12-119-9/+3
* Don't emit catching-non-exception when a tuple component has unknown basesClaudiu Popa2017-12-112-1/+14
* Drop support for EOL Python 3.3Hugo2017-12-111-1/+0
* Update classifiers and add python_requiresHugo2017-12-111-0/+8
* Make the documentation build reproducibly. (#1761)Chris Lamb2017-12-111-1/+1
* Separate the handling of third party and first party importshippo912017-11-134-16/+35
* Remove forgotten TODO (#1735)Martin2017-11-131-1/+1
* Fix line counting for missing-docstring check in combination with docstring-m...ttenhoeve-aa2017-11-114-5/+224
* Respect disable=... in config with --py3k (#1726)Daniel Miller2017-11-114-0/+64
* New warning: shallow copy of os.environ (#1733)Martin2017-11-112-2/+77
* Remove extraneous coding headerClaudiu Popa2017-11-111-1/+0
* Do not warn no-absolute-import multiple times per file (#1725)Daniel Miller2017-11-112-2/+13
* Fixed false positive for compact argument docs with container typesAshley Whetter2017-11-112-5/+32