summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* 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-152-3/+14
* 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
* Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta2018-07-124-7/+7
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-122-1/+13
* Refactor duplicate code in is_defined_beforeBryce Guinta2018-07-111-5/+1
* 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-103-1/+11
* 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
* 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
* 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-033-6/+10
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-032-2/+25
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-022-1/+8
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-283-17/+27
* fix logic error in comment (#2217)Konstantin2018-06-281-1/+1
* Merge branch 'master' into fix_2177Sushobhit2018-06-2220-84/+153
|\
| * Use as_string() to get the representation of an annotation, not name, which c...Claudiu Popa2018-06-212-2/+10
| * Add a check `consider-using-set-comprehension` which is emitted if for set in...Claudiu Popa2018-06-203-7/+26
| * Use the latest astroidClaudiu Popa2018-06-201-1/+1
| * [].extend and similar builtin operations don't emit `dict-*-not-iterating` wi...Claudiu Popa2018-06-202-0/+16
| * Install the latest dev astroid to get typed_astClaudiu Popa2018-06-201-2/+2
| * Add new checker 'consider-using-dict-comprehension' (#2204)Konstantin2018-06-203-2/+28
| * standardize help strings a bit (#2207)Mike Frysinger2018-06-2010-79/+79
* | adapt existing test cases for useless-object-inheritance.ssolanki2018-06-21144-144/+154
* | fix lint issue w.r.t useless-object-inheritance.ssolanki2018-06-206-9/+9
* | Add new checker useless-object-inheritance.ssolanki2018-06-2018-27/+59
|/
* Disable an insane linting errorClaudiu Popa2018-06-181-0/+1
* `logging-not-lazy` is emitted whenever pylint infers that a string is built w...Claudiu Popa2018-06-183-6/+14
* Add checker for simplifying chained comparison. Sushobhit2018-06-184-2/+134
* Cut astroid.ReprNick Drozd2018-06-181-1/+1
* Adapt the test to pass with the recent astroid changesClaudiu Popa2018-06-152-4/+10
* incorporate review comments.ssolanki2018-06-152-26/+16