summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.8.3 releasepylint-1.8.3Claudiu Popa2018-03-162-2/+2
* Remove merge markerClaudiu Popa2018-03-161-1/+1
* Don't crash on invalid strings when checking for `logging-format-interpolation`Claudiu Popa2018-03-163-1/+18
* Check if node is in list comprehension in function defaultsBryce Guinta2018-03-034-2/+36
* Add in_comprehension utility functionBryce Guinta2018-03-031-0/+10
* Fix false positive undefined-variable for lambda arguments in classesBryce Guinta2018-03-024-2/+32
* Exempt `__doc__` from triggering a `redefined-builtin`Claudiu Popa2018-03-013-1/+7
* Merge pull request #1856 from hippo91/1.8hippo912018-01-286-20/+61
|\
| * Backport of PR#1855hippo912018-01-286-20/+61
|/
* Merge pull request #1849 from hippo91/1.8hippo912018-01-255-11/+69
|\
| * Deletion of trailing newline to force CI (2/2)hippo912018-01-251-1/+0
| * Add of trailing newline to force CI (1/2)hippo912018-01-251-0/+1
| * 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 Changelog and whatsnew entrieshippo912018-01-232-1/+14
| * Add of four test dealing with if statements and function definition under themhippo912018-01-233-10/+55
|/
* Prepare releasepylint-1.8.2Claudiu Popa2018-01-232-2/+2
* Update contributors and changelog.Brian Shaginaw2018-01-192-0/+4
* Add test + fix for 'raise from function'.Brian Shaginaw2018-01-192-0/+18
* Merge pull request #1827 from hippo91/1.8hippo912018-01-076-56/+121
|\
| * Add of Changelog and whatsnew entries.hippo912018-01-072-0/+8
| * Backport of PR #1777hippo912018-01-074-56/+113
|/
* Merge pull request #1819 from hippo91/1.8hippo912018-01-044-38/+130
|\
| * Backport of PR #1757hippo912018-01-042-38/+122
| * Add of ChangeLog and whatsnew entrieshippo912018-01-042-0/+8
|/
* Merge pull request #1816 from hippo91/1.8hippo912018-01-045-7/+34
|\
| * Backport of PR #1806hippo912018-01-045-7/+34
|/
* Merge pull request #1804 from hippo91/1.8hippo912017-12-285-7/+27
|\
| * Backport of PR #1775hippo912017-12-285-7/+27
|/
* Don't crash when encountering bare raises while checking inconsistent returnsClaudiu Popa2017-12-243-1/+20
* Add missing Changelog entryClaudiu Popa2017-12-241-1/+6
* Use the proper node to get the name for redefined functions (#1792)Jacques Kvam2017-12-244-2/+18
* 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-243-5/+24
* Remove *everything* when cleaningClaudiu Popa2017-12-151-1/+1
* Bump to 1.8.1 to republish the wheel with correct versionpylint-1.8.1Claudiu Popa2017-12-152-1/+8
* Add copyrite aliases and mention it in the release filepylint-1.8.0Claudiu Popa2017-12-152-1/+65
* Regenerate copyright noticesClaudiu Popa2017-12-1590-99/+615
* For some reason this test wasn't running until nowClaudiu Popa2017-12-153-8/+5
* Add missing encoding pragma to test fileClaudiu Popa2017-12-151-0/+1
* Prepare 1.8Claudiu Popa2017-12-154-4/+6
* Pylint doesn't take anymore the default rcfile if the rcfile specified on the...hippo912017-12-154-0/+15
* 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-114-5/+48
* Add of ChangeLog and whatsnew entrieshippo912017-12-112-0/+9
* 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