summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for Python 3.4Claudiu Popa2019-06-201-1/+0
* Fix mypy 0.710 errorsVille Skyttä2019-06-201-1/+2
* Ignore ``consider-using-dict-comprehension`` for constructions that can't be ...Claudiu Popa2019-06-202-3/+13
* Use Sequence from collections.abcClaudiu Popa2019-06-041-2/+2
* Add test for regression. Close #2443Claudiu Popa2019-06-022-0/+30
* Add test for fixed issue. Close #2937Claudiu Popa2019-06-011-0/+20
* Now that we support IfExp inference, address a testClaudiu Popa2019-06-012-15/+15
* Remove an occurrence of a check that no longer exists. Close #2931Claudiu Popa2019-06-011-3/+0
* Only unpack the proxied function for bound methods with unbound methodsClaudiu Popa2019-06-011-1/+3
* Allow bytes to be interpreted correctly for logging-too-many-args checkClaudiu Popa2019-05-301-0/+3
* Add test to prove that issue is fixed. Close #2939Claudiu Popa2019-05-301-0/+17
* Replace the modname and distname to the actual name of the packageClaudiu Popa2019-05-291-2/+0
* Fixed false positives for function stubs (#2927)Ashley Whetter2019-05-266-35/+123
* Disable too-many-branches for complex functionClaudiu Popa2019-05-231-0/+1
* ``unused-import`` emitted for the right import names in function scopes.Claudiu Popa2019-05-233-3/+16
* Can choose decorators that mutate a function's signature (#2926)Ashley Whetter2019-05-233-0/+38
* ``assignment-from-no-return`` not triggered for async methods.Claudiu Popa2019-05-232-2/+15
* Protect against non-Const nodes in is_complex_format_strClaudiu Popa2019-05-221-6/+5
* Use explicit astroid imports where implicit ones were being usedClaudiu Popa2019-05-222-8/+8
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-2223-129/+76
* Don't emit ``attribute-defined-outside-init`` for variables defined in setters.Claudiu Popa2019-05-212-6/+26
* Add a function to figure out if a node is a property setter and use it accord...Claudiu Popa2019-05-213-24/+32
* Fixed pragmas on their own line after a backlash being ignored (#2923)Ashley Whetter2019-05-212-0/+25
* Fixed false positive for `undefined-loop-variable`Ashley Whetter2019-05-202-0/+21
* Use the right column number for syntax error on PyPyClaudiu Popa2019-05-201-3/+2
* Syntax errors report the column number.Claudiu Popa2019-05-202-4/+6
* Correct infered to inferredClaudiu Popa2019-05-209-83/+83
* Support fully qualified typing imports for type annotations.Claudiu Popa2019-05-203-13/+104
* Expect only certain errors from self regression testsClaudiu Popa2019-05-201-5/+13
* Remove inadvertent changeClaudiu Popa2019-05-191-6/+0
* Pass the line number for bad-inline-option instead of passing the actual lineClaudiu Popa2019-05-191-1/+1
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-1/+1
* Add test to demonstrate that a recursion error does not happen. Close #2906Claudiu Popa2019-05-191-0/+14
* Exclude ``__dict__`` from ``attribute-defined-outside-init``Claudiu Popa2019-05-192-0/+8
* Correct word pointed when the same word has more than one error in the same lineagutole2019-05-142-3/+68
* Fix crash in callable check (#2901)Martin Vielsmaier2019-05-052-1/+18
* fix old-division check for int(...) (#2892)Anthony Sottile2019-04-302-12/+31
* Flip around the message of broad_try_clauseClaudiu Popa2019-04-292-2/+2
* Add broad try clause extension. (#2890)Tyler Thieding2019-04-293-0/+125
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-292-1/+16
* Rename a function to use only lowercase charactersClaudiu Popa2019-04-191-2/+2
* Squash a couple of lines into a single oneClaudiu Popa2019-04-191-5/+1
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-194-0/+31
* Fix the typing annotationsClaudiu Popa2019-04-111-6/+8
* When we can't infer bare except handlers, skip ``try-except-raise``Claudiu Popa2019-04-093-13/+14
* Add missing closing parenthesis in option helpSantiago Castro2019-04-091-1/+1
* Handle more `unnecessary-lambda` cases when dealing with additional kwargs in...Claudiu Popa2019-04-032-2/+14
* Better postponed evaluation of annotations handlingClaudiu Popa2019-04-032-1/+12
* Fix - Remove the redefined build-in instead of using a pragmaPierre Sassoulas2019-03-291-4/+2
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-295-44/+8