summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.0.1pylint-2.0.1Claudiu Popa2018-07-231-2/+2
* Don't crash when `pylint` is unable to infer the value of an argument to `nex...Claudiu Popa2018-07-234-1/+21
* Remove the dev prefixpylint-2.0Claudiu Popa2018-07-151-1/+1
* Update copyright noticesClaudiu Popa2018-07-1591-102/+301
* Validate that the next() builtin is called when looking for stop-iteration-re...Claudiu Popa2018-07-152-0/+15
* Prevent an InferenceError raised when inferring a property that raises an exc...Claudiu Popa2018-07-152-3/+14
* Ignore the test directory from CPython as that might have invalid filesClaudiu Popa2018-07-151-1/+1
* Prepare the releaseClaudiu Popa2018-07-152-3/+2
* Documentation fixes for the release and add Nick as a contributorClaudiu Popa2018-07-152-43/+56
* Control the maximum number of inference values from pylint with --limit-infer...Claudiu Popa2018-07-151-0/+7
* Fix incorrect hanging indent detection for with statementsBryce Guinta2018-07-154-3/+20
* Add docstring to _hanging_indent_after_bracketBryce Guinta2018-07-151-1/+10
* Rename pos to position to keep naming consistentBryce Guinta2018-07-151-6/+6
* Fix lint errorBryce Guinta2018-07-131-0/+2
* Disable false-positive test message from changes in astroidBryce Guinta2018-07-132-1/+2
* Do not try to lower checker name if not setBryce Guinta2018-07-131-1/+2
* Return early when possible in typecheck call visitorNick Drozd2018-07-131-19/+21
* Avoid ancestors call in ABC check if possibleNick Drozd2018-07-131-3/+10
* Return early to avoid some nodes_of_class callsNick Drozd2018-07-131-0/+7
* Drop the universal flag, we're only running on Python 3. Close #592Claudiu Popa2018-07-131-3/+0
* Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta2018-07-126-7/+16
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-124-1/+19
* Refactor duplicate code in is_defined_beforeBryce Guinta2018-07-111-5/+1
* Remove CODEOWNERS: good idea, but cannot realistically review every PRClaudiu Popa2018-07-111-2/+0
* Fix lint errorClaudiu Popa2018-07-111-1/+1
* frozenset is an iterating context for dict.values() and friendsClaudiu Popa2018-07-101-1/+1
* `trailing-comma-tuple` can be emitted for `return` statements as well.Claudiu Popa2018-07-104-1/+15
* Filter with should_analyze_file in parallel mode (#2264)Randall Leeds2018-07-102-14/+21
* Infer the value of the truth_value before looking for consider-using-ternary ...Claudiu Popa2018-07-083-4/+18
* Do not emit consider-using-ternary when all the elements involved are a Compa...Claudiu Popa2018-07-082-0/+6
* Remove test that spends more than 60 seconds to run.Claudiu Popa2018-07-062-12613/+0
* Fix test errors from fixing astroid.as_string()Bryce Guinta2018-07-066-12/+12
* Check Slice is type index (fix #2252)Konstantin Manna2018-07-052-0/+4
* Use code block for preview release (#2257)Steven M. Vascellaro2018-07-051-2/+2
* Prepare a new dev releaseClaudiu Popa2018-07-051-1/+1
* Emit consider-using-get only if the target is a Name, as this is the pattern ...Claudiu Popa2018-07-052-0/+8
* Fix lintClaudiu Popa2018-07-041-1/+3
* Only accept simple for-loop bodies when looking for consider-using-joinClaudiu Popa2018-07-042-5/+17
* Add note about prerelease in readme and github template (#2248)Bryce Guinta2018-07-042-0/+11
* Fix wrong continued indentation (bad-continuation) (#2244)Steven M. Vascellaro2018-07-031-6/+2
* Add docstrings for naming style classes (#2245)Steven M. Vascellaro2018-07-031-0/+4
* `ImportFrom` nodes correctly use the full name for the import sorting checks.Claudiu Popa2018-07-034-6/+14
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-034-2/+30
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-024-1/+16
* Customize the issue template. Close #2230Claudiu Popa2018-06-294-13/+55
* Add build stages in travis.yml (#2219)Sushobhit2018-06-281-6/+14
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-285-17/+35
* fix logic error in comment (#2217)Konstantin2018-06-281-1/+1
* Merge pull request #2209 from sushobhit27/fix_2177Sushobhit2018-06-25168-179/+234
|\
| * Merge branch 'master' into fix_2177Sushobhit2018-06-2222-85/+173
| |\ | |/ |/|